From d51d6b164cf0f920d2f93c20e7040d0e00a80f43 Mon Sep 17 00:00:00 2001 From: James Craig Date: Fri, 13 Oct 2023 16:54:20 -0700 Subject: [PATCH] m. typo --- wai-aria/scripts/aria-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wai-aria/scripts/aria-utils.js b/wai-aria/scripts/aria-utils.js index 1e8fe266e7937f..76bc0bac8826e1 100644 --- a/wai-aria/scripts/aria-utils.js +++ b/wai-aria/scripts/aria-utils.js @@ -144,7 +144,7 @@ const AriaUtils = { // - https://github.com/w3c/accname/issues/192 // - https://github.com/w3c/accname/issues/208 // - // AccName reference's HTML's definition of ASCII Whitespace + // AccName references HTML's definition of ASCII Whitespace // https://infra.spec.whatwg.org/#ascii-whitespace // which matches tab (\t), newline (\n), formfeed (\f), return (\r), and regular space (\u0020). // but it does NOT match non-breaking space (\xA0,\u00A0) and others matched by \s