[Webkit-unassigned] [Bug 273292] New: AX: WebKit should not trim non-breaking space characters when computing accessibility text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 17:16:15 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=273292

            Bug ID: 273292
           Summary: AX: WebKit should not trim non-breaking space
                    characters when computing accessibility text
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240426/58cbce2f/attachment-0001.htm>


More information about the webkit-unassigned mailing list