RESOLVED CONFIGURATION CHANGED 189900
transform-style preserve-3d computed flat for svg
https://bugs.webkit.org/show_bug.cgi?id=189900
Summary transform-style preserve-3d computed flat for svg
Eric Willigers
Reported 2018-09-23 17:36:02 PDT
http://jsfiddle.net/ericwilligers/e2csv0o8/ The specified transform-style serializes as 'preserve-3d' for both a <div> and an <svg> element. However, the computed style is only reported as 'preserve-3d' for the <div> element. The <svg> element computed style is reported as 'flat'. Spec: https://drafts.csswg.org/css-transforms-2/#transform-style-property
Attachments
Brent Fulgham
Comment 1 2022-07-15 13:36:43 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.