Skip to content

Commit b800b48

Browse files
Remove aria-controls from required scrollbar properties (#2581)
Closes #2580 Removed aria-controls from the required properties for scrollbar role.
1 parent c6b7f1a commit b800b48

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8500,7 +8500,7 @@ <h5>Presentational Role Inheritance</h5>
85008500
(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
85018501
typically possible to add to or subtract from the current value by using directional keys such as arrow keys.
85028502
</p>
8503-
<p>Authors MUST set the <pref>aria-controls</pref> attribute on the scrollbar element to reference the scrollable area it controls.</p>
8503+
<p>Authors MAY set the <pref>aria-controls</pref> attribute on the scrollbar element to reference the scrollable area it controls.</p>
85048504
<p>
85058505
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
85068506
<code>&lt;input type="[^input/type/range^]"&gt;</code> in HTML:
@@ -8569,7 +8569,6 @@ <h5>Presentational Role Inheritance</h5>
85698569
<th class="role-required-properties-head">Required States and Properties:</th>
85708570
<td class="role-required-properties">
85718571
<ul>
8572-
<li><pref>aria-controls</pref></li>
85738572
<li><pref>aria-valuenow</pref></li>
85748573
</ul>
85758574
</td>
@@ -16659,11 +16658,6 @@ <h3>States and Properties</h3>
1665916658
<td><sref>aria-checked</sref></td>
1666016659
<td><code>false</code></td>
1666116660
</tr>
16662-
<tr>
16663-
<td><rref>scrollbar</rref></td>
16664-
<td><pref>aria-controls</pref></td>
16665-
<td>no mapping</td>
16666-
</tr>
1666716661
<tr>
1666816662
<td><rref>scrollbar</rref></td>
1666916663
<td><pref>aria-valuenow</pref></td>

0 commit comments

Comments
 (0)