Name Description Size Coverage
align.rs Values for CSS Box Alignment properties https://drafts.csswg.org/css-align/ 3288 100 %
angle.rs Computed angles. 3269 90 %
animation.rs Computed values for properties related to animations and transitions 4110 100 %
background.rs Computed types for CSS values related to backgrounds. 633 -
basic_shape.rs CSS handling for the computed value of [`basic-shape`][basic-shape]s [basic-shape]: https://drafts.csswg.org/css-shapes/#typedef-basic-shape 10076 94 %
border.rs Computed types for CSS values related to borders. 5354 74 %
box.rs Computed types for box properties. 7991 94 %
calc.rs Computed-value calc() leaf types. 9578 60 %
color.rs Computed color values. 5268 91 %
column.rs Computed types for the column properties. 465 -
corner_shape.rs Computed type for the `corner-shape` family of properties. 4301 82 %
counters.rs Computed values for counter properties 1093 -
easing.rs Computed types for CSS Easing functions. 4476 100 %
effects.rs Computed types for CSS values related to effects. 1352 -
flex.rs Computed types for CSS values related to flexbox. 589 -
font.rs Computed values for font properties 48095 93 %
image.rs CSS handling for the computed value of [`image`][image]s [image]: https://drafts.csswg.org/css-images/#image-values 10745 91 %
length.rs `<length>` computed values, and related ones. 16286 88 %
length_percentage.rs `<length-percentage>` computed values, and related ones. The over-all design is a tagged pointer, with the lower bit of the pointer being non-zero if it is a non-calc value. See `tagged_numeric` for the shared implementation details. 36098 88 %
list.rs `list` computed values. 476 -
mod.rs Computed values. 39136 96 %
motion.rs Computed types for CSS values that are related to motion path. 2126 79 %
outline.rs Computed values for outline properties 299 -
page.rs Computed @page at-rule properties and named-page style properties 2756 59 %
param.rs Common handling for the computed value CSS link-parameters: param() values. specified == computed for link-parameters 395 -
percentage.rs Computed percentages. 2801 95 %
position.rs CSS handling for the computed value of [`position`][position] values. [position]: https://drafts.csswg.org/css-backgrounds-3/#position 9993 97 %
ratio.rs `<ratio>` computed values. 3470 90 %
rect.rs Computed types for CSS borders. 717 100 %
resolution.rs Resolution values: https://drafts.csswg.org/css-values/#resolution 1776 57 %
svg.rs Computed types for SVG properties. 2097 -
table.rs Computed types for CSS values related to tables. 307 -
text.rs Computed types for text properties. 6479 94 %
time.rs Computed time values. 1859 78 %
transform.rs Computed types for CSS values that are related to transformations. 23514 96 %
tree_counting.rs Computed types for CSS tree-counting functions. https://drafts.csswg.org/css-values-5/#tree-counting 1039 -
ui.rs Computed values for UI properties 886 -
url.rs Common handling for the computed value CSS url() values. 449 -