[Webkit-unassigned] [Bug 257101] New: Deprecate isSpaceOrNewline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 21 00:59:33 PDT 2023


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

            Bug ID: 257101
           Summary: Deprecate isSpaceOrNewline
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annevk at annevk.nl
                CC: webkit-bug-importer at group.apple.com
            Blocks: 255467

It looks like it's Unicode White_Space, but it misses U+0085 and U+00A0. Some callers account for the latter, but never the former. And many callers don't even realize. Given that isUnicodeWhitespace exists callers could migrate to that instead.

simplifyWhiteSpace and stripWhiteSpace that use this underneath will be dealt with in bug 257084.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=255467
[Bug 255467] isASCIISpace vs isHTMLSpace
-- 
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/20230521/5a1850a0/attachment.htm>


More information about the webkit-unassigned mailing list