<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>85261</bug_id>
          
          <creation_ts>2012-04-30 22:33:32 -0700</creation_ts>
          <short_desc>3d css doesn&apos;t respect implicit transform-style: flat</short_desc>
          <delta_ts>2022-09-29 18:00:52 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=138124</see_also>
          <bug_file_loc>http://greggman.com/downloads/examples/axis-diagram-bad.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Gregg Tavares">gman</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cmarrin</cc>
    
    <cc>dino</cc>
    
    <cc>kbr</cc>
    
    <cc>shawnsingh</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>vangelis</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>613242</commentid>
    <comment_count>0</comment_count>
    <who name="Gregg Tavares">gman</who>
    <bug_when>2012-04-30 22:33:32 -0700</bug_when>
    <thetext>the DOM hierarchy of the URL above is

body
__container
____stage
______shape
________tiltX
__________plane
____________elem1
__________plane
____________elem2
__________plane
____________elem3
__________plane
____________elem4
...

elem1, through elem6 are the 6 planes of the cube, each with translation and rotation.
But, &quot;plane&quot; does not have --webkit-transform-style: preserve-3d, only &quot;tiltX&quot; does which as AFAICT means elem1 through elem6 should be in just part of their parent &quot;plane&quot; element

To make it clearer

________tiltX  &lt;- preserve-3d
__________plane  &lt;- implicit flat
____________elem1  &lt;- implicit flat + trans &amp; rot

based on my understanding of the spec, since &quot;plane&quot; is implicitly style &quot;flat&quot;, &quot;elem1&quot; should not be &quot;3d&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>613483</commentid>
    <comment_count>1</comment_count>
    <who name="Gregg Tavares">gman</who>
    <bug_when>2012-05-01 09:49:00 -0700</bug_when>
    <thetext>PS:, the sample looks correct now but AFAICT it shouldn&apos;t. In order to work it should require

.plane {
  -webkit-transform-style: preserve-3d;
}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>613543</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2012-05-01 11:13:49 -0700</bug_when>
    <thetext>Yes, we do not follow the 3d transforms spec very well in this area; the spec is still a bit fuzzy here.
&lt;rdar://problem/6438206&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>