servo/components/style/values/computed
Emilio Cobos Álvarez 8997888c6f style: Expose line-height resolution to style, and use it from ToResolvedValue
For ToResolvedValue implementation purposes we wouldn't need to split
out the vertical / font / line-height arguments and we could just pass
around the ComputedStyle, but the lh unit would need that distinction,
(because computing lh on font properties should use the parent style).

Differential Revision: https://phabricator.services.mozilla.com/D168705
2023-11-06 09:35:57 +01:00
..
align.rs style: Rustfmt recent changes. 2020-06-04 02:02:50 +02:00
angle.rs style: Use serde to serialize LengthPercentage and StyleRayFunction. 2019-11-04 13:36:32 +01:00
background.rs style: Use rust types for background-size. 2019-02-23 21:02:46 -08:00
basic_shape.rs style: Split clip-path and shape-outside values. 2020-04-16 16:35:07 +02:00
border.rs style: Reformat recent style system changes. 2019-05-29 16:14:30 +02:00
box.rs style: Share computed animation-iteration-count representation between Servo and Gecko 2023-11-06 09:35:57 +01:00
color.rs style: Add lab(), lch(), oklab(), oklch() to specified colors 2023-11-06 09:35:57 +01:00
column.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
counters.rs style: [css-lists] Style system changes to support 'reversed(<counter-name>)' 2023-06-09 10:22:18 +02:00
easing.rs style: Avoid infinite output progress after applying the easing function 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: Use Rust sizes for flex-basis, width, height, and their min/max properties. 2019-02-23 21:02:18 -08:00
font.rs style: Fixes for font-language-override parsing and tests 2023-11-06 09:35:57 +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
length_percentage.rs style: Implement CSS round() function 2023-11-03 08:59:49 +01:00
list.rs style: [css-lists] Remove the internal '-moz-list-reversed' CSS property that is no longer needed 2023-06-09 10:22:19 +02:00
mod.rs style: Support view-timeline-inset in style system 2023-11-06 09:35:57 +01:00
motion.rs style: Use Serde for OffsetRotate and PositionOrAuto. 2020-02-12 02:43:14 +01:00
outline.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
page.rs style: Style changes to support the 'page-orientation' property 2023-11-04 08:17:09 +01:00
percentage.rs style: Implement CSS round() function 2023-11-03 08:59:49 +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: Refactor media feature expression representation in preparation to support multi-range syntax 2023-08-16 17:46:41 +02:00
rect.rs style: Use Rust types for some misc properties. 2019-02-23 21:04:33 -08:00
resolution.rs style: Implement parsing and serialization for most of image-set(). 2021-02-26 16:44:05 +01:00
svg.rs style: Use ColorMix for interpolated colors in the computed style rather than ComplexColorRatios 2023-08-16 17:46:41 +02:00
table.rs style: Move caption-side outside of mako. 2021-02-26 16:44:05 +01:00
text.rs style: Expose line-height resolution to style, and use it from ToResolvedValue 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: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +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