diff --git a/index.html b/index.html
index cd2235c7..77edf029 100644
--- a/index.html
+++ b/index.html
@@ -1454,7 +1454,7 @@
HTML Element Role Mappings
@@ -2865,7 +2865,7 @@ HTML Element Role Mappings
@@ -4321,7 +4321,7 @@ HTML Attribute State and Property Mappings
`AXTitle`: `<value>` |
@@ -5362,8 +5362,8 @@ HTML Attribute State and Property Mappings
|
@@ -5644,31 +5644,118 @@ HTML Attribute State and Property Mappings
| Not mapped |
+
+ `value` |
+
+ `input`
+ `type=button`;
+ `type=reset`;
+ `type=submit`
+ |
+
+ Contributes to the accessible name of the `input`
+ |
+ See comments |
+ See comments |
+ See comments |
+ See comments |
+
+
+
+ `value` |
+
+ `input`
+ `type=checkbox`;
+ `type=hidden`;
+ `type=radio`
+ |
+ Not mapped |
+ Not mapped |
+ Not mapped |
+ Not mapped |
+ Not mapped |
+
+
+
+ `value` |
+
+ `input`
+ `type=color`
+ |
+
+ `aria-valuenow` &
+ `aria-valuetext`
+ |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
+
+
+ `value` |
+
+ `input`;
+ `type=date`;
+ `type=datetime-local`;
+ `type=email`;
+ `type=month`;
+ `type=number`;
+ `type=password`;
+ `type=search`;
+ `type=tel`;
+ `type=text`;
+ `type=url`;
+ `type=week`;
+ |
+ Not mapped |
+ See comments |
+ See comments |
+ See comments |
+ See comments |
+
+
+
`value` |
`input`
+ `type=image`
|
- Not mapped |
-
-
- Associates the accessible value for entry type input elements
- and accessible name for button type input elements
-
+ |
+ Contributes to the accessible name of the `input`
|
-
-
- Associates the accessible value for entry type input elements
- and accessible name for button type input elements
-
+ | See comments |
+ See comments |
+ See comments |
+ See comments |
+
-
-
- Associates the accessible value for entry type input elements
- and accessible name for button type input elements
-
+ |
+
+ `value` |
+
+ `input`
+ `type=range`
|
- `AXValue: <value>` |
+ `aria-valuenow` |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
@@ -5713,26 +5800,10 @@ HTML Attribute State and Property Mappings
`progress`
`aria-valuenow` |
-
-
- Exposed as `IAccessibleValue::currentValue`
-
- |
-
-
- Exposed as `Value.Value`
-
- |
-
-
- Exposed as `atk_value_get_current_value`
-
- |
-
-
- `AXValue: <value>`
-
- |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
+ Use WAI-ARIA mapping |
@@ -5799,12 +5870,12 @@ Accessible Name and Description Computation
The terms accessible name and accessible description are properties provided in all accessibility APIs. The name of the properties may differ across APIs but they serve the same function: as a container for a short (name) or longer (description) string of text.
The text alternative computation is used to generate both the accessible name and accessible description. There are different rules provided for several different types of elements, nodes, and combinations of markup.
- `input type="text"`, `input type="password"`,` input type="search"`,` input type="tel"`, `input type="url"` and `textarea` Element
+ `input type="text"`, `input type="password"`, `input type="search"`, `input type="tel"`, `input type="url"` and `textarea` Element
- `input type="text"`, `input type="password"`,` input type="search"`,` input type="tel"`, `input type="email"`, `input type="url"` and `textarea` Element Accessible Name Computation
+ `input type="text"`, `input type="password"`, `input type="search"`, `input type="tel"`, `input type="email"`, `input type="url"` and `textarea` Element Accessible Name Computation
-
- If the control has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the control has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.2.
-
Otherwise use the associated `label` element(s) accessible name(s) - if more than one label is associated; concatenate by DOM order, delimited by spaces.
@@ -5820,7 +5891,7 @@