diff --git a/index.html b/index.html index 9734fdd44..4782b4efe 100644 --- a/index.html +++ b/index.html @@ -6920,19 +6920,14 @@
Presentational Roles Conflict Resolution
slider
-

A user input where the user selects a value from within a given range.

+

An input where the user selects a value from within a given range.

A slider represents the current value and range of possible values via the size of the slider and position of the thumb. It is typically possible to add or subtract to the value by using directional keys such as arrow keys.

Authors MAY set the aria-valuemin and aria-valuemax attributes. Otherwise, their implicit values follow the same rules as the HTML range input type:

-

Authors MUST set the aria-valuenow attribute. If missing, the repair techniques follow the same rules as the HTML range input type:

- +

Authors MUST set the aria-valuenow attribute.

Elements with the role slider have an implicit aria-orientation value of horizontal.

@@ -7023,8 +7018,7 @@
Presentational Roles Conflict Resolution
Default for aria-orientation is horizontal.
Default for aria-valuemin is 0.
- Default for aria-valuemax is 100.
- Default for aria-valuenow is half way between aria-valuemax and aria-valuemin. + Default for aria-valuemax is 100.