diff --git a/html-aam/index.html b/html-aam/index.html index a1a55b8e7..41c3451e0 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -3016,8 +3016,14 @@
+ An `img` with a non-empty `src`, `srcset`, or both and no `alt` attribute or accessible name will still map to the `image` role, + unless another role has been explicitly provided by an author. +
ARIA 1.3 adds the `image` role as the preferred synonym to the ARIA 1.0 `img` role. The expected computed role for named `img` elements is now "image".
Authors can specify the `alt` attribute to be the empty string by either marking it up as `alt=""` or `alt` with no value.
++ If an `img` has been provided an `alt=""`, but also has an `aria-label` or `aria-labelledby` attribute specified which returns an accessible name, then the element maps to the + `image` role. +
+