From 45760be4da58d7865427c58cbf4e1912fd7b08b7 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 7 Feb 2025 14:24:40 -0500 Subject: [PATCH] img clarifications related to https://github.com/w3c/html-aam/issues/577 --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c7cf366..4fbb0f2 100644 --- a/index.html +++ b/index.html @@ -1585,12 +1585,13 @@

- [^img^] with an accessible name. + [^img^]
If the `img` has non-empty [^img/alt^] (`alt="some text"`) or an accessible name is provided another - `img` naming method:
+ `img` naming method, + or the `img` has no `alt` and has not been provided a name:
role=img or image @@ -1633,7 +1634,7 @@

- [^img^] with no accessible name. + [^img^] with no accessible name