We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ccd09 commit ab939beCopy full SHA for ab939be
css-transforms-2/Overview.bs
@@ -100,10 +100,10 @@ All three properties accept
100
the value <dfn value for="translate, rotate, scale">none</dfn>,
101
which produces no transform at all.
102
In particular,
103
-this value does <em>not</em> trigger the creation of a stacking context,
+this value does <em>not</em> trigger the creation of a stacking context or containing block,
104
while all other values
105
(including identity transforms like ''translate: 0px'')
106
-create a stacking context,
+create a stacking context and containing block,
107
per usual for transforms.
108
109
0 commit comments