Skip to content

Commit f5d2c81

Browse files
Tabpanel relationships - editorial change ("either by ... or by ..." replaced with "by ... and/or by") (#2053)
1 parent 0029057 commit f5d2c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8786,7 +8786,7 @@ <h5>Presentational Role Inheritance</h5>
87868786
<rdef>tabpanel</rdef>
87878787
<div class="role-description">
87888788
<p>A container for the resources associated with a <rref>tab</rref>, where each <rref>tab</rref> is contained in a <rref>tablist</rref>.</p>
8789-
<p>Authors SHOULD associate a <code>tabpanel</code> <a>element</a> with its <rref>tab</rref>, either by using the <pref>aria-controls</pref> attribute on the tab to reference the tab panel, or by using the <pref>aria-labelledby</pref> attribute on the tab panel to reference the tab.</p>
8789+
<p>Authors SHOULD associate a <code>tabpanel</code> <a>element</a> with its <rref>tab</rref>, by using the <pref>aria-controls</pref> attribute on the tab to reference the tab panel, and/or by using the <pref>aria-labelledby</pref> attribute on the tab panel to reference the tab.</p>
87908790
<!-- keep following para synced with its counterpart in #tablist -->
87918791
<p><rref>tablist</rref> elements are typically placed near, usually preceding, a series of <rref>tabpanel</rref> elements. See the <cite><a href="" class="practices"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices</a></cite> for details on implementing a tab set design pattern.</p>
87928792
</div>

0 commit comments

Comments
 (0)