servo/components/style/properties
Frederic Wang f196c19106 style: Use ScriptPercentScaleDown and ScriptScriptPercentScaleDown constants
The math-depth implementation is refined to take into account the
ScriptPercentScaleDown and ScriptScriptPercentScaleDown constants (if the
parent's first valid font has a MATH table) in order to calculate the
scale factor between math-deth 0 and 1, and between 0 and 2 respectively.

Behavior is unchanged if the legacy scriptsizemultiplier attribute is
specified or if no MATH table is available.

The preference layout.css.math-depth.enabled remains disabled in nightly
until the remaining bit (support for font-size: math) is implemented in
bug 1667090.

Differential Revision: https://phabricator.services.mozilla.com/D91604
2023-11-03 08:59:49 +01:00
..
helpers Implement support for the drop-shadow filter (#30439) 2023-10-04 11:32:45 +00:00
longhands style: Add a chrome-only -moz-box-layout: legacy | flex, and use that to implement flexbox emulation 2023-10-02 14:37:19 +00:00
shorthands style: When serializing background shorthand skip initial values and order values according to grammar 2023-10-02 14:37:19 +00:00
build.py Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
cascade.rs style: Use ScriptPercentScaleDown and ScriptScriptPercentScaleDown constants 2023-11-03 08:59:49 +01:00
computed_value_flags.rs style: Implement CSS 'contain: style' 2023-10-02 14:37:19 +00:00
counted_unknown_properties.py style: Parse scroll-snap-stop style and propagate it to APZ side 2023-08-16 17:46:41 +02:00
data.py style: Propagate flags from original property to aliases 2023-10-02 14:37:19 +00:00
declaration_block.rs style: Add support for the revert-layer keyword 2023-06-09 10:22:22 +02:00
gecko.mako.rs style: Remove nsTimingFunction and ComputedTimingFunction 2023-10-02 14:37:19 +00:00
helpers.mako.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +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 Stop transitioning properties with a discrete animation type (#30565) 2023-10-20 12:55:33 +00:00