diff --git a/index.html b/index.html index 9442661e..5f39adb5 100644 --- a/index.html +++ b/index.html @@ -1108,7 +1108,7 @@
img with img
with alt="some text"
- Any `role` except - `none` - or `presentation`. + Roles: + `button`, + `checkbox`, + `link`, + `menuitem`, + `menuitemcheckbox`, + `menuitemradio`, + `option`, + `progressbar`, + `scrollbar`, + `separator`, + `slider`, + `switch`, + `tab` or + `treeitem`
Global `aria-*` attributes and @@ -1129,7 +1141,7 @@
img with img
with alt=""
img with no alt=""
+ img
without alt
attribute
role=img
- Any `role` + If not provided an author defined accessible name by other methods: No `role`, and no `aria-*` attributes except + `aria-hidden`.
- Global `aria-*` attributes and - any `aria-*` attributes applicable to the allowed roles and - implied role (if any). + Otherwise, if the `img` has an author defined accessible name, see `img alt="some text"`.