Skip to content

Remove aria-controls from required scrollbar properties #2581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8494,7 +8494,7 @@ <h5>Presentational Role Inheritance</h5>
(horizontal or vertical) it controls. Its orientation represents the orientation of the scrollbar and the scrolling effect on the viewing area controlled by the scrollbar. It is
typically possible to add to or subtract from the current value by using directional keys such as arrow keys.
</p>
<p>Authors MUST set the <pref>aria-controls</pref> attribute on the scrollbar element to reference the scrollable area it controls.</p>
<p>Authors MAY set the <pref>aria-controls</pref> attribute on the scrollbar element to reference the scrollable area it controls.</p>
<p>
Authors MAY set <pref>aria-valuemin</pref> and <pref>aria-valuemax</pref> to indicate the minimum and maximum thumb position. Otherwise, their implicit values follow the same rules as
<code>&lt;input type="[^input/type/range^]"&gt;</code> in HTML:
Expand Down Expand Up @@ -8563,7 +8563,6 @@ <h5>Presentational Role Inheritance</h5>
<th class="role-required-properties-head">Required States and Properties:</th>
<td class="role-required-properties">
<ul>
<li><pref>aria-controls</pref></li>
<li><pref>aria-valuenow</pref></li>
</ul>
</td>
Expand All @@ -8572,6 +8571,7 @@ <h5>Presentational Role Inheritance</h5>
<th class="role-properties-head" scope="row">Supported States and Properties:</th>
<td class="role-properties">
<ul>
<li><pref>aria-controls</pref></li>
<li><sref>aria-disabled</sref></li>
<li><pref>aria-orientation</pref></li>
<li><pref>aria-valuemax</pref></li>
Expand Down Expand Up @@ -16654,11 +16654,6 @@ <h3>States and Properties</h3>
<td><sref>aria-checked</sref></td>
<td><code>false</code></td>
</tr>
<tr>
<td><rref>scrollbar</rref></td>
<td><pref>aria-controls</pref></td>
<td>no mapping</td>
</tr>
<tr>
<td><rref>scrollbar</rref></td>
<td><pref>aria-valuenow</pref></td>
Expand Down