Skip to content

Commit 72add76

Browse files
authored
img clarifications (#540)
related to w3c/html-aam#577
1 parent 326d909 commit 72add76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -1585,12 +1585,13 @@ <h2 id="docconformance">
15851585
<tr>
15861586
<th id="el-img" tabindex="-1">
15871587
<div class="correction proposed">
1588-
[^img^] with an accessible name.
1588+
[^img^]
15891589
</div>
15901590
</th>
15911591
<td>
15921592
If the `img` has non-empty [^img/alt^] (`alt="some text"`) or an accessible name is provided another
1593-
<a data-cite="html-aam-1.0#img-element-accessible-name-computation">`img` naming method</a>:<br>
1593+
<a data-cite="html-aam-1.0#img-element-accessible-name-computation">`img` naming method</a>,
1594+
or the `img` has no `alt` and has not been provided a name:<br>
15941595
<code>role=<a href="#index-aria-img">img or image</a></code>
15951596
</td>
15961597
<td>
@@ -1633,7 +1634,7 @@ <h2 id="docconformance">
16331634
</tr>
16341635
<tr>
16351636
<th id="el-img-no-name" tabindex="-1">
1636-
[^img^] with no accessible name.
1637+
[^img^] with no accessible name
16371638
</th>
16381639
<td>
16391640
<div class="proposed correction">

0 commit comments

Comments
 (0)