File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,8 +271,11 @@ Hinting at Future Behavior: the 'will-change' property</h2>
271271 If any non-initial value of a property would create a stacking context on the element,
272272 specifying that property in 'will-change' must create a stacking context on the element.
273273
274- If any non-initial value of a property would cause the element to generate a containing block for fixed-position elements,
275- specifying that property in 'will-change' must cause the element to generate a containing block for fixed-position elements.
274+ If any non-initial value of a property would cause the element to generate a containing block for absolutely positioned elements,
275+ specifying that property in 'will-change' must cause the element to generate a containing block for absolutely positioned elements.
276+
277+ If any non-initial value of a property would cause the element to generate a containing block for fixed positioned elements,
278+ specifying that property in 'will-change' must cause the element to generate a containing block for fixed positioned elements.
276279
277280 If a non-initial value of a property would cause rendering differences on the element
278281 (such as using a different anti-aliasing strategy for text),
You can’t perform that action at this time.
0 commit comments