diff --git a/index.html b/index.html index 2b879a4..f535619 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,10 @@ the following substantive additions and/or corrections have been proposed:
role=img
+ role=img or image
@@ -1605,7 +1611,7 @@
img
is also allowed, but NOT RECOMMENDED.)
+ `treeitem`. (img or image
is also allowed, but NOT RECOMMENDED.)
DPub Role: @@ -1632,7 +1638,7 @@
If the `img` lacks an `alt` attribute and lacks any other
`img` naming methods:
- role=img
+ role=img or image
role=none
or presentation
roles.
- (role=img
is also allowed, but NOT RECOMMENDED.)
+ (role=img or image
is also allowed, but NOT RECOMMENDED.)
If the `img` has an empty `alt=""` attribute and no `aria-label` or `aria-labelledby` attributes to provide it an accessible name: @@ -2476,8 +2482,9 @@
Roles: `application`, - `document` - or `img`. + `document`, + `img` + or `image`.
Global `aria-*` attributes and @@ -4416,7 +4423,7 @@