Skip to content

Commit d51d6b1

Browse files
authored
m. typo
1 parent 955df07 commit d51d6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wai-aria/scripts/aria-utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const AriaUtils = {
144144
// - https://github.com/w3c/accname/issues/192
145145
// - https://github.com/w3c/accname/issues/208
146146
//
147-
// AccName reference's HTML's definition of ASCII Whitespace
147+
// AccName references HTML's definition of ASCII Whitespace
148148
// https://infra.spec.whatwg.org/#ascii-whitespace
149149
// which matches tab (\t), newline (\n), formfeed (\f), return (\r), and regular space (\u0020).
150150
// but it does NOT match non-breaking space (\xA0,\u00A0) and others matched by \s

0 commit comments

Comments
 (0)