servo/components/style/properties
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
..
helpers style: Reduce the amount of code generated by UnparsedValues::substitute_variables. 2021-02-26 16:44:05 +01:00
longhands 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
shorthands style: Hide -moz-outline-radius behind a pref 2023-05-17 02:12:40 +02:00
build.py style: Part 2 - Add page-size attribute to nsStyleStruct and property parsing 2023-05-16 13:02:53 +02:00
cascade.rs style: Respect system colors in the color and background-color properties 2023-05-16 13:01:35 +02:00
computed_value_flags.rs style: Fix font loading invalidation to account for metrics coming from the parent style. 2021-02-26 16:44:05 +01:00
counted_unknown_properties.py style: Part 2 - Add page-size attribute to nsStyleStruct and property parsing 2023-05-16 13:02:53 +02:00
data.py style: [css-pseudo] Use 'white-space: pre' by default in ::marker 2023-05-16 23:40:23 +02:00
declaration_block.rs Updated cssparser dependency to 0.29. 2021-11-18 16:16:46 +01:00
gecko.mako.rs style: Part 2 - Add page-size attribute to nsStyleStruct and property parsing 2023-05-16 13:02:53 +02:00
helpers.mako.rs style: Move moz-control-character-visibility out of mako, and remove support for gecko_pref_controlled_initial_value 2023-05-16 23:17:16 +02:00
Mako-1.1.2-py2.py3-none-any.whl style: Update mako in the style system. 2020-04-16 16:35:07 +02:00
properties.html.mako Generate apis.html and css-properties.json for docs as part of crates’ build scripts 2019-07-30 08:37:33 +02:00
properties.mako.rs 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