Skip to content

Commit 9f854a6

Browse files
committed
[css-will-change] Clarify that abspos-CB-generators also work, and use the right term for fixpos.
1 parent 6da2210 commit 9f854a6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css-will-change/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)