Skip to content

Commit ab939be

Browse files
ewilligerstabatkins
authored andcommitted
[css-transforms-2] Transform properties create containing block (w3c#587)
The individual transform properties create a containing block, just like the transform property does.
1 parent c2ccd09 commit ab939be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-transforms-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ All three properties accept
100100
the value <dfn value for="translate, rotate, scale">none</dfn>,
101101
which produces no transform at all.
102102
In particular,
103-
this value does <em>not</em> trigger the creation of a stacking context,
103+
this value does <em>not</em> trigger the creation of a stacking context or containing block,
104104
while all other values
105105
(including identity transforms like ''translate: 0px'')
106-
create a stacking context,
106+
create a stacking context and containing block,
107107
per usual for transforms.
108108

109109

0 commit comments

Comments
 (0)