diff --git a/html-aam/index.html b/html-aam/index.html index ca3f951e6..544cdb230 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -7951,6 +7951,9 @@
Element(s) | - `input` + `input`; + `input type=date`; + `input type=datetime-local`; + `input type=email`; + `input type=month`; + `input type=number`; + `input type=password`; + `input type=range` + `input type=search`; + `input type=tel`; + `input type=text`; + `input type=url`; + `input type=week`; | |
---|---|---|
[[WAI-ARIA-1.2]] | -Not mapped | ++ `aria-valuenow` + |
MSAA + IAccessible2 | +Use WAI-ARIA mapping |
+ |
UIA | +Use WAI-ARIA mapping |
+ |
ATK | +Use WAI-ARIA mapping |
+ |
AX | +Use WAI-ARIA mapping |
+ |
Comments | ++ |
HTML Specification | +`value` | +
---|---|
Element(s) |
-
- Associates the accessible value for entry type input elements and accessible name for button type input elements
-
+ `input type=button`;
+ `input type=reset`;
+ `input type=submit`
|
[[WAI-ARIA-1.2]] | +Contributes to the accessible name of the `input` | +
+ MSAA + IAccessible2 + | +See comments |
+
UIA | +See comments |
+
ATK | +See comments |
+
AX | +See comments |
+
Comments |
-
- Associates the accessible value for entry type input elements and accessible name for button type input elements
-
+ If specified, the value of the attribute will contribute to the
+ accessible name computations for these `input` elements in the `button`, `reset` and `submit` states, rendering as the button `input` element's text label.
|
HTML Specification | +`value` | +
---|---|
Element(s) | ++ `input type=checkbox`; + `input type=hidden`; + `input type=radio` + | +
[[WAI-ARIA-1.2]] | +Not mapped |
+
+ MSAA + IAccessible2 + | +Not mapped |
+
UIA | +Not mapped |
+
ATK | +Not mapped |
+
AX | +Not mapped |
+
Comments |
-
- Associates the accessible value for entry type input elements and accessible name for button type input elements
-
+ The `value` attribute of these `input` states is not directly communicated to users. |
HTML Specification | +`value` | +|
---|---|---|
Element(s) | ++ `input type=color` + | +|
[[WAI-ARIA-1.2]] | ++ `aria-valuenow` & + `aria-valuetext` + | +|
+ MSAA + IAccessible2 + | +Use WAI-ARIA mapping |
+ |
UIA | +Use WAI-ARIA mapping |
+ |
ATK | +Use WAI-ARIA mapping |
+ |
AX | -`AXValue: <value>` | +Use WAI-ARIA mapping |
Comments | -+ | + User agents MAY use the exact text value of the `value` attribute, or a localized variation + of the specified text to present a human friendly representation of the color value. + | +
HTML Specification | +`value` | +
---|---|
Element(s) | ++ `input type=image` + | +
[[WAI-ARIA-1.2]] | ++ Contributes to the accessible name of the `input` + | +
+ MSAA + IAccessible2 + | +See comments |
+
UIA | +See comments |
+
ATK | +See comments |
+
AX | +See comments |
+
Comments | ++ If specified, and the `input` in the `image` state has no `alt` attribute specified, then the value of the attribute will contribute to the + accessible name computations, and will render as text if the image source is broken. Otherwise, the attribute is ignored. + |