Expand description
CSS properties for table layout and styling.
This module contains properties specific to CSS table formatting:
table-layout: Controls the algorithm used to layout table cells, rows, and columnsborder-collapse: Specifies whether cell borders are collapsed into a single border or separatedborder-spacing: Sets the distance between borders of adjacent cells (separate borders only)caption-side: Specifies the placement of a table captionempty-cells: Specifies whether or not to display borders on empty cells in a table
Structs§
- Layout
Border Spacing - Sets the distance between the borders of adjacent cells.
Enums§
- Layout
Border Spacing Parse Error - Parse errors for border-spacing property
- Layout
Table Layout - Controls the algorithm used to lay out table cells, rows, and columns.
- Layout
Table Layout Parse Error - Parse errors for table-layout property
- Style
Border Collapse - Specifies whether cell borders are collapsed into a single border or separated.
- Style
Border Collapse Parse Error - Parse errors for border-collapse property
- Style
Caption Side - Specifies the placement of a table caption.
- Style
Caption Side Parse Error - Parse errors for caption-side property
- Style
Empty Cells - Specifies whether or not to display borders and background on empty cells.
- Style
Empty Cells Parse Error - Parse errors for empty-cells property
Functions§
- parse_
border_ collapse - Parse a border-collapse value from a string
- parse_
border_ spacing - Parse a border-spacing value from a string Accepts: “5px” or “5px 10px”
- parse_
caption_ side - Parse a caption-side value from a string
- parse_
empty_ cells - Parse an empty-cells value from a string
- parse_
table_ layout - Parse a table-layout value from a string