Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
pull/7195/head
Geoff Rich 5 years ago committed by GitHub
parent 742737c2ed
commit 19e4bfc4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -221,7 +221,7 @@ Some HTML elements have default ARIA roles. Giving these elements an ARIA role t
<!-- A11y: Redundant role 'button' -->
<button role="button" />
<!-- A11y: Redunant role 'img' -->
<!-- A11y: Redundant role 'img' -->
<img role="img" src="foo.jpg" />
```

Loading…
Cancel
Save