Module style::values::computed
[−]
[src]
Computed values.
Reexports
Modules
| angle |
Computed angles. |
| background |
Computed types for CSS values related to backgrounds. |
| basic_shape |
CSS handling for the computed value of
|
| border |
Computed types for CSS values related to borders. |
| box_ |
Computed types for box properties. |
| color |
Computed color values. |
| effects |
Computed types for CSS values related to effects. |
| flex |
Computed types for CSS values related to flexbox. |
| font |
Computed values for font properties |
| image |
CSS handling for the computed value of
|
| length |
|
| list |
|
| outline |
Computed values for outline properties |
| percentage |
Computed percentages. |
| position |
CSS handling for the computed value of
|
| rect |
Computed types for CSS borders. |
| svg |
Computed types for SVG properties. |
| table |
Computed types for table properties. |
| text |
Computed types for text properties. |
| time |
Computed time values. |
| transform |
Computed types for CSS values that are related to transformations. |
| ui |
Computed values for UI properties |
Structs
| Au |
An App Unit, the fundamental unit of length in Servo. Usually 1/60th of a pixel (see AU_PER_PX) |
| ClipRect |
A computed cliprect for clip and image-region |
| ComputedVecIter |
An iterator over a slice of computed values |
| Context |
A |
Enums
| ComputedUrl |
The computed value of a CSS |
| NumberOrPercentage |
Traits
| ToComputedValue |
A trait to represent the conversion between computed and specified values. |
Type Definitions
| ClipRectOrAuto |
rect(...) | auto |
| ColorOrAuto |
|
| GreaterThanOrEqualToOneNumber |
A wrapper of Number, but the value >= 1. |
| GridLine |
The computed value of a |
| GridTemplateComponent |
|
| Integer |
A |
| IntegerOrAuto |
|
| LengthOrPercentageOrNumber |
|
| NonNegativeLengthOrPercentageOrNumber |
NonNegativeLengthOrPercentage | NonNegativeNumber |
| NonNegativeNumber |
A wrapper of Number, but the value >= 0. |
| Number |
A |
| Opacity |
A type used for opacity. |
| PositiveInteger |
A wrapper of Integer, but only accept a value >= 1. |
| PositiveIntegerOrAuto |
PositiveInteger | auto |
| TrackBreadth |
The computed value of a grid |
| TrackList |
The computed value of a grid |
| TrackSize |
The computed value of a grid |
| UrlOrNone |
|