diff --git a/index.html b/index.html index 692b55cb9..fb3d3b9e5 100644 --- a/index.html +++ b/index.html @@ -6509,16 +6509,14 @@
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 MUST set the
Authors MAY set the
aria-valuemin
is missing or not a number, it defaults to 0 (zero). aria-valuemax
is missing or not a number, it defaults to 100. aria-valuenow
is missing or not a number, it defaults to the value half way between aria-valuemin
and aria-valuemax
. aria-valuenow
is present but less than aria-valuemin
, it defaults to the value of aria-valuemin
. aria-valuenow
is present but greater than aria-valuemax
, it defaults to the value of aria-valuemax
. Authors MUST set the
Elements with the role slider
have an implicit horizontal
.
Required States and Properties: |
|
@@ -6577,6 +6573,8 @@
Default for horizontal . Default for 0 . - Default for 100 . - Default for aria-valuemax and aria-valuemin .
+ Default for 100 .
|
@@ -11423,20 +11420,10 @@ (aria-valuemax - aria-valuemin) / 2 |
-
---|---|---|---|
100 |
- |||
0 |
- |||
(aria-valuemax - aria-valuemin) / 2 |
+ If missing or not a number,(aria-valuemax - aria-valuemin) / 2 . If present but less than aria-valuemin , the value of aria-valuemin . If present but greater than aria-valuemax , the value of aria-valuemax . |
||