[Webkit-unassigned] [Bug 186154] New: Support Images Module Level 4's double-position gradient color stop syntax
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 31 12:00:46 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186154
Bug ID: 186154
Summary: Support Images Module Level 4's double-position
gradient color stop syntax
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Enhancement
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fmalita at chromium.org
CSS Images Module Level 4 extends the gradient color-stop syntax to support specifying two positions [1]. This is equivalent to repeating the color for each position, and comes in handy when defining solid color gradient spans -- e.g.
red 0%, green 50%, green 100% => red 0%, green 50% 100%
CSSWG has approved double-position color stop syntax for shipping ([2],[3]), and we are considering shipping in Blink [4]. Mozilla is also looking at implementing [5].
I'm opening this bug to get some signals from the WebKit community regarding this feature.
Thanks!
[1] https://drafts.csswg.org/css-images-4/#color-stop-syntax
[2] https://github.com/w3c/csswg-drafts/issues/2439
[3] https://www.w3.org/2018/03/28-css-minutes.html#item07
[4] https://groups.google.com/a/chromium.org/forum/#!topic/Blink-dev/8B9FbeTBIK0
[5] https://bugzilla.mozilla.org/show_bug.cgi?id=1352643
--
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/20180531/79967014/attachment.html>
More information about the webkit-unassigned
mailing list