servo/components/style/values/specified
David Shin 017ab0cb24 style: linear() easing function should not consider less than 2 linear stop arguments valid
Latest spec no longer handles `linear() == linear` and `linear(<single value>) == <single value>`.

Differential Revision: https://phabricator.services.mozilla.com/D169955
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: Use write_char in place of write_str when serializing single-character literals 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: Implement ipdl reads without needing default ctors 2023-11-06 09:35:57 +01:00
calc.rs Further changes required by Servo 2023-11-04 08:17:09 +01:00
color.rs style: Add forced-color-adjust property 2023-11-06 09:35:57 +01:00
column.rs style: Improve #[derive(Parse)]. 2019-02-23 21:04:44 -08:00
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 style: Improve #[derive(Parse)]. 2019-02-23 21:04:44 -08:00
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: Use write_char in place of write_str when serializing single-character literals 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 Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07) 2021-02-25 20:31:42 +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 style: Use Rust types for some misc properties. 2019-02-23 21:04:33 -08:00
resolution.rs Miscellaneous build / tidy fixes. 2021-02-26 17:53:55 +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