[Webkit-unassigned] [Bug 251152] color() function parsing incorrectly parses missing components

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 18:19:49 PST 2023


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

--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
After:

    document.body.style.color = color(srgb / 0.5)
    document.body.style.color


WebKit 'color(srgb 0 0 0 / 0.5)'
Gecko  ''
Blink  'color(srgb 0 0 0 / 0.5)'

-- 
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/20230126/62ee1c66/attachment.htm>


More information about the webkit-unassigned mailing list