diff --git a/index.html b/index.html index 765a2fb9..4a7d04f8 100644 --- a/index.html +++ b/index.html @@ -1112,7 +1112,7 @@

- img with img with alt="some text" @@ -1120,9 +1120,21 @@

- 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 @@ -1133,7 +1145,7 @@

- img with img with alt="" @@ -1153,19 +1165,18 @@

- 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"`.

@@ -2410,10 +2421,7 @@

- Role: `button` with `aria-expanded=true` if the - parent (`details`) element's `open` - attribute is present, `aria-expanded=false` otherwise. + No `role`

Global `aria-*` attributes and