You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4 id="el-img-empty-alt">`img` <span class="el-context">(`alt` attribute value is the empty string, i.e. `alt=""` or `alt` with no value in the markup)</span></h4>
3140
+
<h4 id="el-img-empty-alt">`img` <span class="el-context">(`alt` attribute value is the empty string, i.e., `alt=""` or `alt` with no value in the markup))</span></h4>
3141
3141
<table aria-labelledby="el-img-empty-alt">
3142
3142
<tbody>
3143
3143
<tr>
3144
3144
<th>HTML Specification</th>
3145
3145
<td>
3146
3146
<a data-cite="html">`img`</a>
3147
-
<span class="el-context"
3148
-
>(<a data-cite="html/embedded-content.html#attr-img-alt">`alt`</a> attribute value is the empty string, i.e., `alt=""` or `alt` with no value in the markup)</span
3149
-
>
3147
+
<span class="el-context">(<a data-cite="html/embedded-content.html#attr-img-alt">`alt`</a> attribute value is the empty string, i.e., `alt=""` or `alt` with no value in the markup)</span>
3150
3148
</td>
3151
3149
</tr>
3152
3150
<tr>
@@ -3191,7 +3189,13 @@ <h4 id="el-img-empty-alt">`img` <span class="el-context">(`alt` attribute value
If an `img` has an empty `alt`, but has been provided an <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a>
3195
+
via another valid naming mechanism per the <a href="#el-img-name">naming steps of this specification</a>, user agents will expose the element
3196
+
with its implicit `image` role.
3197
+
</p>
3198
+
</td>
3195
3199
</tr>
3196
3200
</tbody>
3197
3201
</table>
@@ -16261,7 +16265,7 @@ <h4>`figure` Element Accessible Name Computation</h4>
16261
16265
</ol>
16262
16266
</section>
16263
16267
<section>
16264
-
<h4>`img` Element Accessible Name Computation</h4>
16268
+
<h4 id="el-img-name">`img` Element Accessible Name Computation</h4>
16265
16269
<ol>
16266
16270
<li>
16267
16271
If the `img` element has an <a data-cite="wai-aria-1.2/#aria-label">`aria-label`</a> or an <a data-cite="wai-aria-1.2/#aria-labelledby">`aria-labelledby`</a> attribute the
0 commit comments