[Webkit-unassigned] [Bug 230534] New: 3d translation's second value is serialized to 0px regardless of its specified unit if it is zero value.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 21 00:57:36 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230534
Bug ID: 230534
Summary: 3d translation's second value is serialized to 0px
regardless of its specified unit if it is zero value.
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jh718.park at samsung.com
The serialization of css translate value should preserve its unit type, e.g. "100% 0% 1px" to "100% 0% 1px" and "0em 0em 1px" to "0em 0em 1px", not "0% 0% 1px" to "0% 0px 1px".
--
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/20210921/4e512dc9/attachment.htm>
More information about the webkit-unassigned
mailing list