servo/components/style/values/specified
CanadaHonk a8fef9d4f2 style: Serialize NaN and infinity angles as per spec
`NaN`, `infinity`, and `-infinity` angles should be specially serialized.

Also fixed a few relevant WPT tests which did not follow spec.
(see https://github.com/web-platform-tests/wpt/pull/38825)

Adjusted WPT test expectations, 40 newly pass 🎉

Differential Revision: https://phabricator.services.mozilla.com/D171658
2023-11-06 09:35:57 +01:00
..
align.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
angle.rs style: Serialize NaN and infinity angles as per spec 2023-11-06 09:35:57 +01:00
background.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
basic_shape.rs style: Remove layout.css.clip-path-path.enabled 2023-05-24 18:32:38 +02:00
border.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
box.rs style: Fix appearance-cssom-001.html 2023-11-06 09:35:57 +01:00
calc.rs style: Serialize NaN and infinity angles as per spec 2023-11-06 09:35:57 +01:00
color.rs style: Use abstract color parser 2023-11-06 09:35:57 +01:00
column.rs
counters.rs style: Hint directionality of label content for crop="start" labels 2023-11-06 09:35:57 +01:00
easing.rs style: linear() easing function should not consider less than 2 linear stop arguments valid 2023-11-06 09:35:57 +01:00
effects.rs Implement support for the drop-shadow filter (#30439) 2023-10-04 11:32:45 +00:00
flex.rs
font.rs style: Fixes for font-language-override parsing and tests 2023-11-06 09:35:57 +01:00
gecko.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
grid.rs style: Remove the about:config pref for subgrid, layout.css.grid-template-subgrid-value.enabled, since it's been default-enabled for years 2023-11-04 08:17:09 +01:00
image.rs style: Fix parsing nested image-set funcs as valid 2023-11-06 09:35:57 +01:00
length.rs style: Use used, rather than computed font-size for font-metric dependent units 2023-11-04 08:17:09 +01:00
list.rs style: [refactor] Migrate NS_STYLE_LIST_STYLE_* defines 2023-11-04 08:17:09 +01:00
mod.rs style: Add forced-color-adjust property 2023-11-06 09:35:57 +01:00
motion.rs Further changes required by Servo 2023-11-06 09:35:57 +01:00
outline.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
page.rs style: Style changes to support the 'page-orientation' property 2023-11-04 08:17:09 +01:00
percentage.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
position.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
ratio.rs style: Move Ratio into independent files. 2021-02-26 16:44:05 +01:00
rect.rs
resolution.rs style: Don't reject negative resolutions either 2023-11-06 09:35:57 +01:00
source_size_list.rs style: Follow-up clean-ups and tweaks 2023-11-04 08:17:09 +01:00
svg.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
svg_path.rs style: Clean up list interpolation code 2023-11-06 09:35:57 +01:00
table.rs style: Remove non-standard values of caption-side for good 2023-11-04 08:17:09 +01:00
text.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
time.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
transform.rs style: Implement transform: perspective(none) 2023-05-24 18:32:43 +02:00
ui.rs style: Support view-timeline-inset in style system 2023-11-06 09:35:57 +01:00
url.rs style: Support full <image> syntax in list-style-image as per spec. 2021-02-26 16:44:05 +01:00