servo/components/style/values
Jonathan Kew b7d64ee6a4 style: Animate the 'normal' value of font-style as 'oblique 0deg'
This matches what the spec[1] says for font-style:

> Animation type: by computed value type; normal animates as oblique 0deg

A bunch of WPT tests for font-style animation are landing in https://github.com/web-platform-tests/wpt/pull/37570.
Current Gecko passes 66/129 of the testcases there; with this patch applied it passes all the tests.

[1] https://drafts.csswg.org/css-fonts-4/#font-style-prop

Differential Revision: https://phabricator.services.mozilla.com/D166128
2023-11-04 08:17:09 +01:00
..
animated style: Run "cargo +nightly fmt" for style components in servo 2023-11-03 08:59:49 +01:00
computed style: Animate the 'normal' value of font-style as 'oblique 0deg' 2023-11-04 08:17:09 +01:00
generics style: Implement CSS mod() and rem() functions 2023-11-04 08:17:09 +01:00
resolved style: C++ ComputedTimingFunction uses Rust's timing function calculation 2023-10-02 14:37:19 +00:00
specified style: [refactor] Migrate NS_STYLE_MASONRY_* defines 2023-11-04 08:17:09 +01:00
distance.rs style: Move fixed-point font types to Rust 2023-10-02 14:37:19 +00:00
mod.rs style: Implement CSS parsing for the @font-palette-values rule 2023-11-03 08:59:49 +01:00