diff --git a/html-aam/index.html b/html-aam/index.html index 30d4a330a..d4e6340d8 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -3471,7 +3471,6 @@

`input` (`type` attribute in th UIA
Use WAI-ARIA mapping
-
Localized Control Type: `"email"`
@@ -3753,10 +3752,7 @@

`input` (`type` attribute in t UIA -
If implemented as a spin button, use WAI-ARIA mapping for `spinbutton`.
-
If implemented as a text input:
-
Control Type: `Edit`
-
Localized Control Type: `"number"`
+
Use WAI-ARIA mapping
@@ -3813,8 +3809,7 @@

`input` (`type` attribute in UIA
Control Type: `Edit`
-
Localized Control Type: `"password"`
-
Other properties: Set `isPassword` to `true`
+
Other properties: `isPassword=true`
@@ -4144,7 +4139,6 @@

`input` (`type` attribute in the UIA
Use WAI-ARIA mapping
-
Localized Control Type: `"telephone"`
@@ -4378,7 +4372,6 @@

`input` (`type` attribute in the UIA
Use WAI-ARIA mapping
-
Localized Control Type: `"url"`
@@ -15502,10 +15495,9 @@

`type`

- Defines the accessible role, states and other properties, refer to type="`text`", type="`password`", type="`button`", etc + Defines the accessible role, states and other properties, refer to + type="text", type="password", type="`button`", + etc.
@@ -15513,10 +15505,9 @@

`type`

UIA
- Defines the accessible role, states and other properties, refer to type="`text`", type="`password`", type="`button`", etc + Defines the accessible role, states and other properties, refer to + type="text", type="password", type="`button`", + etc.
@@ -15524,10 +15515,9 @@

`type`

ATK
- Defines the accessible role, states and other properties, refer to type="`text`", type="`password`", type="`button`", etc + Defines the accessible role, states and other properties, refer to + type="text", type="password", type="`button`", + etc.
@@ -15535,10 +15525,9 @@

`type`

AX
- Defines the accessible role, states and other properties, refer to type="`text`", type="`password`", type="`button`", etc + Defines the accessible role, states and other properties, refer to + type="text", type="password", type="`button`", + etc.