Skip to content

Commit

Permalink
Update names-and-descriptions-practice.html
Browse files Browse the repository at this point in the history
My suggested wording approach, based on w3c#3211
  • Loading branch information
mbgower authored Jan 11, 2025
1 parent 6c304c5 commit b31d4f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1360,11 +1360,11 @@ <h2><span id="naming_role_guidance_heading">Accessible Name Guidance by Role</sp
<td>
<a href="#tablist" class="role-reference"><code>tablist</code></a>
</td>
<td>Recommended</td>
<td>Required **only if** a visible label is present</td>
<td>
<ul>
<li>Helps screen reader users understand the context and purpose of the tablist.</li>
<li>Use <code>aria-labelledby</code> if a visible label is present, otherwise use <code>aria-label</code>.</li>
<li>Use <code>aria-labelledby</code> if a visible label is present, otherwise optionally use <code>aria-label</code>.</li>
<li>See the <a href="../../patterns/carousel/carousel-pattern.html">Carousel Pattern</a> and <a href="../../patterns/tabs/tabs-pattern.html">Tabs Pattern</a>.</li>
</ul>
</td>
Expand Down

0 comments on commit b31d4f4

Please sign in to comment.