Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=17431 by making the wording

Thu, 12 Jul 2012 11:37:53 -0700

author
Simon Fraser <simon.fraser@apple.com>
date
Thu, 12 Jul 2012 11:37:53 -0700
changeset 6215
8b6bcfd6c2c5
parent 6214
8039e489eeb0
child 6216
bb28c3a81435

Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=17431 by making the wording
about the rendering effects of 3D transforms not CSS-specific.

css3-transforms/ChangeLog file | annotate | diff | comparison | revisions
css3-transforms/Transforms.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transforms/ChangeLog	Thu Jul 12 11:26:00 2012 -0700
     1.2 +++ b/css3-transforms/ChangeLog	Thu Jul 12 11:37:53 2012 -0700
     1.3 @@ -1,3 +1,7 @@
     1.4 +2012-07-12 simon.fraser@apple.com
     1.5 +    Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=17431 by making the wording
     1.6 +    about the rendering effects of 3D transforms not CSS-specific.
     1.7 +
     1.8  2012-07-12 simon.fraser@apple.com
     1.9      Move Chris Marrin and Dave Hyatt to Former Editors (with their approval).
    1.10      Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=17521, adding text about treatment
     2.1 --- a/css3-transforms/Transforms.src.html	Thu Jul 12 11:26:00 2012 -0700
     2.2 +++ b/css3-transforms/Transforms.src.html	Thu Jul 12 11:37:53 2012 -0700
     2.3 @@ -496,11 +496,11 @@
     2.4                </p>
     2.5                <p>
     2.6                  Three-dimensional transforms can result in transformation matrices with a non-zero
     2.7 -                Z component<!-- clarify -->, potentially lifting them off the plane of their
     2.8 -                containing block. Because of this, elements with three-dimensional transformations
     2.9 -                could potentially render in an front-to-back order that different from the normal CSS rendering order,
    2.10 -                and intersect with each other. Whether they do so depends on whether the element is a member
    2.11 -                of a <span class="term">3D rendering context</span>, as described below.
    2.12 +                Z component (where the Z axis projects out of the plane of the screen). This can result
    2.13 +                in an element rendering on a different plane than that of its containing block. This
    2.14 +                may affect the front-to-back rendering order of that element relative to other elements,
    2.15 +                as well as causing it to intersect with other elements. This behavior depends on whether the
    2.16 +                element is a member of a <span class="term">3D rendering context</span>, as described below.
    2.17                </p>
    2.18                <div class="issue">
    2.19                  <p class="desc">This description does not exactly match what WebKit implements. Perhaps

mercurial