[Webkit-unassigned] [Bug 193166] New: Update inspector to handle the new CSS Color 4 color syntaxes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 17:35:37 PST 2019


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

            Bug ID: 193166
           Summary: Update inspector to handle the new CSS Color 4 color
                    syntaxes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

In the latest CSS Color 4 draft <https://drafts.csswg.org/css-color/>, the following are true:

rgb() and rgba() are aliases.
hls() and hlsa() are aliases.

rgb() can take percentage or floating-point color components
rgb() components do not have to be separated with commas. A slash can separate the r,g,b from the alpha component.
The alpha component can be a percentage.

Similar behaviors exist for the hsl() function.

Web inspector needs to be able to parse these new formats.

-- 
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/20190105/b069d1d8/attachment.html>


More information about the webkit-unassigned mailing list