Skip to content

Commit d2d95f8

Browse files
committed
chore: Update branch with latest patch-2 changes and submodule updates
1 parent 8104f09 commit d2d95f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ARIA/apg/patterns/tabs/tabs-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
169169
<li>Each element that contains the content panel for a <code>tab</code> has role <a class="role-reference" href="https://w3c.github.io/aria/#tabpanel">tabpanel</a>.</li>
170170
<li>
171171
If the tab list has a visible label, the element with role <code>tablist</code> has <a href="https://w3c.github.io/aria/#aria-labelledby" class="property-reference">aria-labelledby</a> set to a value that refers to the labelling element.
172-
Otherwise, the <code>tablist</code> element has a label provided by <a href="https://w3c.github.io/aria/#aria-label" class="property-reference">aria-label</a>.
172+
Otherwise, the <code>tablist</code> element has an optional name provided by <a href="https://w3c.github.io/aria/#aria-label" class="property-reference">aria-label</a>.
173173
</li>
174174
<li>Each element with role <code>tab</code> has the property <a href="https://w3c.github.io/aria/#aria-controls" class="property-reference">aria-controls</a> referring to its associated <code>tabpanel</code> element.</li>
175175
<li>The active <code>tab</code> element has the state <a href="https://w3c.github.io/aria/#aria-selected" class="state-reference">aria-selected</a> set to <code>true</code> and all other <code>tab</code> elements have it set to <code>false</code>.</li>

0 commit comments

Comments
 (0)