diff --git a/html-aam/index.html b/html-aam/index.html index ca3f951e6..6e5639113 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -3319,7 +3319,7 @@

`input` (`type` attribute in th
If implemented as a color picker, any UI controls presented for selecting a color are exposed in the accessibility tree, associated with the `input` element, - and mapped as appropriate for the type of control (e.g. button or slider). + and mapped as appropriate for the type of control (e.g., button or slider).
@@ -6642,7 +6642,7 @@

`style`

Note: There are instances where CSS properties can affect what is exposed by accessibility APIs. For instance, `display: none` or `visibility: hidden` will remove an element - from the accessibility tree and hide its presence from assistive technologies. + from the accessibility tree and hide its presence from assistive technologies.
@@ -11712,7 +11712,7 @@

`label`

Comments - See Also: Accessible Name and Description: Computation and API Mappings 1.1 + See Also: Accessible Name and Description: Computation and API Mappings