Skip to main content

Module lists

Module lists 

Source
Expand description

CSS list styling properties (list-style-type and list-style-position)

Enums§

StyleListStylePosition
CSS list-style-position property — controls whether the marker is inside or outside the list item box.
StyleListStylePositionParseError
StyleListStylePositionParseErrorOwned
StyleListStyleType
CSS list-style-type property — controls the marker style for list items.
StyleListStyleTypeParseError
StyleListStyleTypeParseErrorOwned

Functions§

parse_style_list_style_position
Parses a CSS list-style-position value from a string.
parse_style_list_style_type
Parses a CSS list-style-type value from a string.