Expand description
Specified types for CSS values related to borders.
Structs§
- Border
Image Repeat - The specified value for the
border-image-repeat
property. - Border
Side Width - A specified value for a single side of the
border-width
property. 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-style
property. - 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-*-radius
longhand properties. - Border
Image Side Width - A specified value for a single side of a
border-image-width
property. - Border
Image Slice - A specified value for the
border-image-slice
property. - Border
Image Width - A specified value for the
border-image-width
property. - Border
Radius - A specified value for the
border-radius
property. - Border
Spacing - A specified value for the
border-spacing
longhand properties.