Expand description
Specified types for CSS values related to borders.
Structs§
- Border
Image Repeat  - The specified value for the 
border-image-repeatproperty. - Border
Side Width  - A specified value for a single side of the 
border-widthproperty. The difference between this and LineWidth is whether we snap to device pixels or not. 
Enums§
- Border
Image Repeat Keyword  - A single border-image-repeat keyword.
 - Border
Style  - A specified value for a single side of a 
border-styleproperty. - Line
Width  - https://drafts.csswg.org/css-backgrounds-3/#typedef-line-width
 
Functions§
- serialize_
directional_ border  - Serializes a border shorthand value composed of width/style/color.
 
Type Aliases§
- Border
Corner Radius  - A specified value for the 
border-*-radiuslonghand properties. - Border
Image Side Width  - A specified value for a single side of a 
border-image-widthproperty. - Border
Image Slice  - A specified value for the 
border-image-sliceproperty. - Border
Image Width  - A specified value for the 
border-image-widthproperty. - Border
Radius  - A specified value for the 
border-radiusproperty. - Border
Spacing  - A specified value for the 
border-spacinglonghand properties.