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
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5544,8 +5544,8 @@ <h4><code>input type="image"</code> Accessible Name Computation</h4>
5544
5544
<li>If the control has an <ahref="https://www.w3.org/TR/wai-aria-1.1/#aria-label"><code>aria-label</code></a> or an <ahref="https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby"><code>aria-labelledby</code></a> attribute the <aclass="termref">accessible name</a> is to be calculated using the algorithm defined in <ahref="" class="accname">Accessible Name and Description: Computation and API Mappings 1.1</a>.</li>
5545
5545
<li>Otherwise use <code>alt</code> attribute</li>
5546
5546
<li>Otherwise use <code>value</code> attribute </li>
5547
+
<li>Otherwise use <code>title</code> attribute</li>
5547
5548
<li>Otherwise the user agent may provide an <aclass="termref">accessible name</a> via a localized string of the phrase "Submit Query"</li>
5548
-
<li>Otherwise use <code>title</code> attribute</li>
5549
5549
<li>If none of the above yield a usable text string there is no <aclass="termref">accessible name</a></li>
0 commit comments