Bug 189900
Summary: | transform-style preserve-3d computed flat for svg | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Willigers <ericwilligers> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, dino, graouts, simon.fraser |
Priority: | P2 | ||
Version: | Safari 11 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eric Willigers
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.