Bug 189900 - transform-style preserve-3d computed flat for svg
Summary: transform-style preserve-3d computed flat for svg
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Safari 11
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-23 17:36 PDT by Eric Willigers
Modified: 2022-07-15 13:36 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Willigers 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
Comment 1 Brent Fulgham 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.