CSS Table Layout

GPTKB entity

Statements (26)
Predicate Object
gptkbp:instanceOf CSS property
gptkbp:appliesTo table elements
gptkbp:canBeSetOn table
gptkbp:defaultIn auto
gptkbp:definedIn gptkb:CSS2.1_specification
gptkbp:describes Controls the algorithm used to lay out table cells, rows, and columns.
gptkbp:hasSyntax table-layout: auto | fixed;
https://www.w3.org/2000/01/rdf-schema#label CSS Table Layout
gptkbp:inheritance no
gptkbp:initialValue auto
gptkbp:introducedIn gptkb:CSS2
gptkbp:mediaType visual
gptkbp:possibleValues fixed
auto
gptkbp:property table-layout
gptkbp:supportedBy gptkb:Internet_Explorer
gptkb:Edge
gptkb:Safari
gptkb:Firefox
gptkb:Chrome
gptkbp:usedFor controlling column widths
controlling table rendering performance
gptkbp:valueAuto Column width set by content
gptkbp:valueFixed Column width set by table or column width
gptkbp:bfsParent gptkb:CSS_Display_Module
gptkbp:bfsLayer 7