diff --git a/common/css/common.css b/common/css/common.css
index 9dc5be9e1..04cd5cddb 100644
--- a/common/css/common.css
+++ b/common/css/common.css
@@ -99,10 +99,10 @@ caption{
margin:1em 0 0.1em;
padding:0 0 0 0.3em;
}
-table.role-features th, table.role-features td, table.state-features th, table.state-features td, table.property-features th, table.property-features td, table.value-descriptions th, table.value-descriptions td {
+table.role-features th, table.role-features td, table.state-features th, table.state-features td, table.property-features th, table.property-features td, table.value-descriptions th, table.value-descriptions td, table.state-descriptions th, table.state-descriptions td {
min-width:20em;
}
-table.role-features tbody th, table.state-features tbody th, table.property-features tbody th, table.value-descriptions tbody th {
+table.role-features tbody th, table.state-features tbody th, table.property-features tbody th, table.value-descriptions tbody th, table.state-descriptions tbody th {
text-align: left !important;
}
th+th, td+td{
diff --git a/index.html b/index.html
index 553ea7f0b..771bd5782 100644
--- a/index.html
+++ b/index.html
@@ -10183,6 +10183,8 @@
Value
Value representing true
, false
, mixed
, or undefined
values. The default value for this value type is undefined
unless otherwise specified.
true/false/undefined
Value representing true
, false
, or undefined
(not applicable). The default value for this value type is undefined
unless otherwise specified. For example, an element with aria-expanded set to false
is not currently expanded; an element with aria-expanded set to undefined
is not expandable.
+ enumerated
+ Values are limited to a predefined, finite set of states including two special states: missing value default and invalid value default.
ID reference
Reference to the ID of another element in the same document
ID reference list
@@ -10492,7 +10494,7 @@ Definitions of States and Properties (all aria-* attributes)
Value: |
- true/false |
+ Enumerated |
@@ -10500,21 +10502,25 @@ Definitions of States and Properties (all aria-* attributes)
Values:
- Value |
+ Value (keyword) |
+ State |
Description |
false |
+ False |
Assistive technologies will present only the changed node or nodes. |
true |
+ True |
Assistive technologies will present the entire changed region as a whole, including the author-defined label if one exists. |
+ The attribute's missing value default and invalid value default are both the Missing state.
aria-autocomplete
@@ -10559,7 +10565,7 @@
Definitions of States and Properties (all aria-* attributes)
Value: |
- token |
+ Enumerated |
@@ -10567,29 +10573,35 @@
Definitions of States and Properties (all aria-* attributes)
Values:
- Value |
+ Value (keyword) |
+ State |
Description |
inline |
+ Inline |
When a user is providing input, text suggesting one way to complete the provided input might be dynamically inserted after the caret. |
list |
+ List |
When a user is providing input, an element containing a collection of values that could complete the provided input might be displayed. |
both |
+ Both |
When a user is providing input, an element containing a collection of values that could complete the provided input might be displayed. If displayed, one value in the collection is automatically selected, and the text needed to complete the automatically selected value appears after the caret in the input. |
- none (default) |
+ none |
+ None |
When a user is providing input, an automatic suggestion that attempts to predict how the user intends to complete the input is not displayed. |
+
The attribute's missing value default and invalid value default are both the None state.
aria-braillelabel
@@ -10739,7 +10751,7 @@
Definitions of States and Properties (all aria-* attributes)
Value: |
- true/false |
+ Enumerated |
@@ -10747,21 +10759,25 @@
Definitions of States and Properties (all aria-* attributes)
Values:
- Value |
+ Value (keyword) |
+ State |
Description |
- false (default): |
+ false: |
+ False |
There are no expected updates for the element. |
true |
+ True |
The element is being updated. |
+
The attribute's missing value default and invalid value default are both the False state.
aria-checked