[Webkit-unassigned] [Bug 224594] New: Custom Properties not rendered when used with the shortlands of Logical Properties
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 15 00:47:08 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224594
Bug ID: 224594
Summary: Custom Properties not rendered when used with the
shortlands of Logical Properties
Product: WebKit
Version: Safari 14
Hardware: Mac (Intel)
OS: macOS 10.15
Status: NEW
Severity: Blocker
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: konrad110392 at icloud.com
In the inspector, the used of custom properties inside shortcuts of logical properties is display as "valid";
But in the rendering, nothing appear and fallback doesn't work (due to the validated case of the inspector).
Simple e.g.
--eg: 16rem;
margin-top: var(--eg); <= Fallback not used
margin-block: var(--eg) 0; <= Valid for the inspector but nothing for the rendering
--
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/20210415/81944e96/attachment.htm>
More information about the webkit-unassigned
mailing list