From a35f33d4f07eb66530c9675a792da4f45c81a954 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 8 Nov 2024 15:44:24 -0500 Subject: [PATCH] Editorial: minor text updates to html aam this covers some editorial fixes that were originally part of https://github.com/w3c/html-aam/pull/396 - but don't need to be. --- html-aam/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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