File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -788,11 +788,11 @@ <h3 id=transform-3d-rendering><span class=secno>6.1. </span>3D Transform
788788 plane as its containing block.
789789
790790 < p > Three-dimensional transforms can result in transformation matrices with
791- a non-zero Z component<!-- clarify --> , potentially lifting them off the
792- plane of their containing block. Because of this, elements with
793- three-dimensional transformations could potentially render in an
794- front-to-back order that different from the normal CSS rendering order,
795- and intersect with each other. Whether they do so depends on whether the
791+ a non-zero Z component (where the Z axis projects out of the plane of the
792+ screen). This can result in an element rendering on a different plane than
793+ that of its containing block. This may affect the front-to-back rendering
794+ order of that element relative to other elements, as well as causing it to
795+ intersect with other elements. This behavior depends on whether the
796796 element is a member of a < a class =term href ="#d-rendering-context "> 3D
797797 rendering context</ a > , as described below.
798798
You can’t perform that action at this time.
0 commit comments