Skip to content

Commit 0031865

Browse files
authored
Merge pull request #243 from w3c/update-img-no-alt
update allowances for image with empty alt
2 parents 8d10192 + 7694d34 commit 0031865

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

‎index.html

+4-11
Original file line numberDiff line numberDiff line change
@@ -1196,22 +1196,15 @@ <h2 id="docconformance">
11961196
</tr>
11971197
<tr id="el-img-empty-alt" tabindex="-1">
11981198
<td>
1199-
<code><a>img</a></code> with <code><a data-cite=
1200-
"html/embedded-content.html#attr-img-alt">alt</a>=""</code>
1199+
<code><a>img</a></code> with
1200+
<code><a data-cite="html/embedded-content.html#attr-img-alt">alt</a>=""</code>
12011201
</td>
12021202
<td>
12031203
<a>No corresponding role</a>
12041204
</td>
12051205
<td>
1206-
<p>
1207-
Roles:
1208-
<a href="#index-aria-none">`none`</a> or
1209-
<a href="#index-aria-presentation">`presentation`</a>.
1210-
</p>
1211-
<p>
1212-
<strong class="nosupport">No `aria-*` attributes</strong> except
1213-
`aria-hidden`.
1214-
</p>
1206+
<strong class="nosupport">No `role` or `aria-*` attributes</strong>
1207+
except `aria-hidden="true"`.
12151208
</td>
12161209
</tr>
12171210
<tr id="el-img-no-alt" tabindex="-1">

0 commit comments

Comments
 (0)