servo/components/style/values
Oriol Brufau 1cc44bd065 style: Will-change should only create stacking contexts / containing blocks / etc if the property it'd change would apply
As per https://drafts.csswg.org/css-will-change/#will-change.

> If any non-initial value of a property would cause the element to
> generate a containing block for absolutely positioned elements,
> specifying that property in will-change must cause the element to
> generate a containing block for absolutely positioned elements.

But in this case the transform property wouldn't apply to the element so
there's no reason to create a stacking-context.

Differential Revision: https://phabricator.services.mozilla.com/D114121
2023-05-19 19:06:09 +02:00
..
animated style: Address spec changes re. color-mix 2023-05-16 12:51:27 +02:00
computed style: Use saturating addition for math-depth 2023-05-19 19:06:08 +02:00
generics style: Implement accent-color in nsNativeBasicTheme 2023-05-19 19:06:08 +02:00
resolved style: Implement accent-color in nsNativeBasicTheme 2023-05-19 19:06:08 +02:00
specified style: Will-change should only create stacking contexts / containing blocks / etc if the property it'd change would apply 2023-05-19 19:06:09 +02:00
distance.rs style: Drop fallback attribute from animate and distance. 2020-04-16 16:35:07 +02:00
mod.rs Miscellaneous build / tidy fixes. 2021-02-26 17:53:55 +01:00