[Webkit-unassigned] [Bug 192922] CSS variables don't work for colors in "border" property
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 20 11:58:17 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192922
Joseph Pecoraro <joepeck at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dino at apple.com
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Actually this appears to just be the order of properties in the `border` shorthand:
Note that this works:
border: hsl(100, 100%, var(--foreground-lightness)) 4px solid;
But not this:
border: 4px solid hsl(100, 100%, var(--foreground-lightness));
--
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/20181220/4c898698/attachment.html>
More information about the webkit-unassigned
mailing list