[Webkit-unassigned] [Bug 276761] New: CSSParserFastPaths should treat rgb() and rgba() as synonyms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 21:25:28 PDT 2024


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

            Bug ID: 276761
           Summary: CSSParserFastPaths should treat rgb() and rgba() as
                    synonyms
           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: simon.fraser at apple.com
                CC: koivisto at iki.fi

https://www.w3.org/TR/css-color-4/#rgb-functions says that rgb() and rgba() are synonyms, but parseNumericColor() treats them differently. This means we'll fall back to the slow path in some cases.

-- 
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/20240718/4bcc5a28/attachment.htm>


More information about the webkit-unassigned mailing list