Skip to content

Commit 2307004

Browse files
committed
[css-transforms] Editorial fixes
1 parent 8ddd035 commit 2307004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-transforms/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Status: ED
44
Work Status: Refining
55
ED: https://drafts.csswg.org/css-transforms/
6-
TR: https://www.w3.org/TR/css3-transforms/
6+
TR: https://www.w3.org/TR/css-transforms-1/
77
Previous Version: https://www.w3.org/TR/2012/WD-css3-transforms-20120911/
88
Previous Version: https://www.w3.org/TR/2012/WD-css3-transforms-20120403/
99
Shortname: css-transforms
@@ -220,7 +220,7 @@ Note that an identical rendering can be obtained by nesting elements with the eq
220220

221221
For elements whose layout is governed by the CSS box model, the transform property does not affect the flow of the content surrounding the transformed element. However, the extent of the overflow area takes into account transformed elements. This behavior is similar to what happens when elements are offset via relative positioning. Therefore, if the value of the 'overflow' property is ''overflow/scroll'' or ''overflow/auto'', scrollbars will appear as needed to see content that is transformed outside the visible area.
222222

223-
For elements whose layout is governed by the CSS box model, any value other than ''transform/none'' for the transform results in the creation of a stacking context. Implementations must paint the layer it creates, within its parent stacking context, at the same stacking order that would be used if it were a positioned element with ‘z-index: 0’. If an element with a transform is positioned, the ‘z-index’ property applies as described in [CSS21], except that ‘auto’ is treated as ‘0’ since a new stacking context is always created
223+
For elements whose layout is governed by the CSS box model, any value other than ''transform/none'' for the transform results in the creation of a stacking context. Implementations must paint the layer it creates, within its parent stacking context, at the same stacking order that would be used if it were a positioned element with ‘z-index: 0’. If an element with a transform is positioned, the ‘z-index’ property applies as described in [[!CSS21]], except that ‘auto’ is treated as ‘0’ since a new stacking context is always created
224224

225225
For elements whose layout is governed by the CSS box model, any value other than ''transform/none'' for the transform also causes the element to become a containing block, and the object acts as a containing block for fixed positioned descendants.
226226

0 commit comments

Comments
 (0)