You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8500,7 +8500,7 @@ <h5>Presentational Role Inheritance</h5>
8500
8500
(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
8501
8501
typically possible to add to or subtract from the current value by using directional keys such as arrow keys.
8502
8502
</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>
8504
8504
<p>
8505
8505
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
8506
8506
<code><input type="[^input/type/range^]"></code> in HTML:
@@ -8569,7 +8569,6 @@ <h5>Presentational Role Inheritance</h5>
8569
8569
<th class="role-required-properties-head">Required States and Properties:</th>
8570
8570
<td class="role-required-properties">
8571
8571
<ul>
8572
-
<li><pref>aria-controls</pref></li>
8573
8572
<li><pref>aria-valuenow</pref></li>
8574
8573
</ul>
8575
8574
</td>
@@ -16659,11 +16658,6 @@ <h3>States and Properties</h3>
0 commit comments