Module style::values::specified
[−]
[src]
Specified values.
TODO(emilio): Enhance docs.
Reexports
Modules
| angle |
Specified angles. |
| background |
Specified types for CSS values related to backgrounds. |
| basic_shape |
CSS handling for the specified value of
|
| border |
Specified types for CSS values related to borders. |
| box_ |
Specified types for box properties. |
| calc | |
| color |
Specified color values. |
| effects |
Specified types for CSS values related to effects. |
| flex |
Specified types for CSS values related to flexbox. |
| font |
Specified values for font properties |
| grid |
CSS handling for the computed value of grids |
| image |
CSS handling for the specified value of
|
| length | |
| list |
|
| outline |
Specified values for outline properties |
| percentage |
Specified percentages. |
| position |
CSS handling for the specified value of
|
| rect |
Specified types for CSS borders. |
| source_size_list | |
| svg |
Specified types for SVG properties. |
| table |
Specified types for table properties. |
| text |
Specified types for text properties. |
| time |
Specified time values. |
| transform |
Specified types for CSS values that are related to transformations. |
| ui |
Specified types for UI properties. |
| url |
Common handling for the specified value CSS url() values. |
Structs
| Attr |
An attr(...) rule |
| ClipRect |
rect( |
| Integer |
An specified |
| Number |
A CSS |
| Opacity |
Enums
| AllowQuirks |
Whether quirks are allowed in this context. |
| BorderStyle | |
| NumberOrPercentage |
|
Type Definitions
| ClipRectOrAuto |
rect(...) | auto |
| ColorOrAuto |
|
| GreaterThanOrEqualToOneNumber |
A Number which is >= 1.0. |
| GridLine |
The specified value of a |
| GridTemplateComponent |
|
| IntegerOrAuto |
|
| LengthOrPercentageOrNumber |
|
| NamespaceId |
A namespace ID (used by gecko only) |
| NonNegativeLengthOrPercentageOrNumber |
NonNegativeLengthOrPercentage | NonNegativeNumber |
| NonNegativeNumber |
A Number which is >= 0.0. |
| PositiveInteger |
A wrapper of Integer, with value >= 1. |
| PositiveIntegerOrAuto |
PositiveInteger | auto |
| TrackBreadth |
The specified value of a grid |
| TrackList |
The specified value of a grid |
| TrackSize |
The specified value of a grid |
| UrlOrNone |