servo/components/style/values/specified
Tiaan Louw 8c1c4073e2 style: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colors
Computed color values will not be in the correct format, closer to the
one specified by the author.  This also means that colors accross the
code are stored now as AbsoluteColor or StyleAbsoluteColor.  This allows
color space/gamut information to be available for use.

Some animation related test failures had to be changed, because colors
now has greater precision.  Animated a color now causes a lot more
animation updates, which was not initially expected.  See the bug for
discussion.

Differential Revision: https://phabricator.services.mozilla.com/D171021
2023-11-21 15:36:35 +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: Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colors 2023-11-21 15:36:35 +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: 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