diff --git a/index.html b/index.html index b8bba02..1b42355 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,10 @@ the following substantive additions and/or corrections have been proposed:
role=img
role=presentation
+
+ If the `img` has an empty `alt` ([^img/alt^]`=""`) and lacks any other
+ `img` naming methods:
+ role=none
,
+ role=presentation
+
+ If the `img` lacks an `alt` attribute and lacks any other
+ `img` naming methods:
+ role=img
+
- No `role` other than presentation
, which is NOT RECOMMENDED
+ If the `img` has no `alt` attribute or accessible name:
+ No `role` other than the
+ role=none
or presentation
roles.
+ (role=img
is also allowed, but NOT RECOMMENDED.)
- No `aria-*` attributes - except `aria-hidden="true"`. -
-role=img
-
- If no accessible name is provided via other
- `img` naming methods (e.g., `aria-labelledby`, `aria-label`):
- No `role` other than img
, which is NOT RECOMMENDED.
+ If the `img` has an empty `alt=""` attribute and no `aria-label` or `aria-labelledby` attributes to provide it an accessible name:
+ No `role` other than the role=none
or
+ presentation
roles, which are NOT RECOMMENDED.
No `aria-*` attributes @@ -1632,8 +1645,9 @@
Otherwise, if the `img` has an author defined accessible name, - see `img` with `alt="some text"`. + see `img` with an accessible name.
+