[Webkit-unassigned] [Bug 224816] New: Replace some manual checks with isCSSWideKeyword

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 08:55:37 PDT 2021


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

            Bug ID: 224816
           Summary: Replace some manual checks with isCSSWideKeyword
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
        Depends on: 224815

There are various manual checks being done across the codebase, that are essentially `isCSSWideKeyword`.

`isCSSWideKeyword` should be used instead so those manual checks aren't duplicate code, and don't fall out of date in case a new keyword is introduced.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=224815
[Bug 224815] Fix isCSSWideKeyword to stop including `default`
-- 
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/20210420/565c12d0/attachment.htm>


More information about the webkit-unassigned mailing list