Skip to content

Commit ac964fb

Browse files
Author requirement: if a tab is active a corresponding tabpanel must be rendered (#2500)
Co-authored-by: Melanie Sumner <[email protected]>
1 parent 45e0dbb commit ac964fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -10205,6 +10205,7 @@ <h5>Presentational Role Inheritance</h5>
1020510205
for details on implementing a tab set design pattern.
1020610206
</p>
1020710207
<p>Authors MUST ensure [=elements=] with <a>role</a> <rref>tab</rref> are <a>accessibility children</a> of an element with the role <rref>tablist</rref>.</p>
10208+
<p>Authors MUST ensure that if a <code>tab</code> is active, a corresponding <code>tabpanel</code> that represents the active <code>tab</code> is rendered.</p>
1020810209
<p>Authors SHOULD ensure the <rref>tabpanel</rref> associated with the currently active tab is <a>perceivable</a> to the user.</p>
1020910210
<!-- keep following para synced with its counterpart in #tablist -->
1021010211
<p>
@@ -10438,7 +10439,7 @@ <h5>Presentational Role Inheritance</h5>
1043810439

1043910440
<!-- keep following para synced with its counterpart in #tabpanel -->
1044010441
<p>
10441-
<rref>tablist</rref> elements are typically placed near usually preceding, a series of <rref>tabpanel</rref> elements. See the
10442+
<rref>tablist</rref> elements are typically placed near, and usually preceding, a series of <rref>tabpanel</rref> elements. See the
1044210443
<cite
1044310444
><a href="" class="practices"><abbr title="Accessible Rich Internet Applications">ARIA</abbr> Authoring Practices Guide</a></cite
1044410445
>
@@ -10544,7 +10545,7 @@ <h5>Presentational Role Inheritance</h5>
1054410545
</p>
1054510546
<!-- keep following para synced with its counterpart in #tablist -->
1054610547
<p>
10547-
<rref>tablist</rref> elements are typically placed near, usually preceding, a series of <rref>tabpanel</rref> elements. See the
10548+
<rref>tablist</rref> elements are typically placed near, and usually preceding, a series of <rref>tabpanel</rref> elements. See the
1054810549
<cite
1054910550
><a href="" class="practices"><abbr title="Accessible Rich Internet Applications">ARIA</abbr> Authoring Practices Guide</a></cite
1055010551
>

0 commit comments

Comments
 (0)