RESOLVED FIXED 273292
AX: WebKit should not trim non-breaking space characters when computing accessibility text
https://bugs.webkit.org/show_bug.cgi?id=273292
Summary AX: WebKit should not trim non-breaking space characters when computing acces...
Tyler Wilcock
Reported 2024-04-25 17:16:15 PDT
In https://bugs.webkit.org/show_bug.cgi?id=271896, we replaced usage of deprecatedIsSpaceOrNewline with isUnicodeWhitespace. Importantly, isUnicodeWhitespace trims non-breaking space characters, which is not the correct thing to do when computing accessibility text (we should only trim ASCII whitespace).
Attachments
Patch (7.29 KB, patch)
2024-04-25 17:19 PDT, Tyler Wilcock
no flags
Radar WebKit Bug Importer
Comment 1 2024-04-25 17:16:25 PDT
Tyler Wilcock
Comment 2 2024-04-25 17:19:09 PDT
EWS
Comment 3 2024-04-25 23:26:08 PDT
Committed 278028@main (95e791e34021): <https://commits.webkit.org/278028@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 471148 [details].
Note You need to log in before you can comment on or make changes to this bug.