empty-cells
In the separated borders model, this property controls the rendering of borders around cells and the rendering of the background of cells that have no visible content. Empty cells and cells with the "visibility" property set to "hidden" are considered to have no visible content. Visible content includes "<nbsp;" (non-breaking-space) and other whitespace except ASCII CR ("\0D"), LF ("\0A"), tab ("\09"), and space ("\20"). CSS2 Reference: "empty-cells" property
Attribute information
Namespace: None
Schema document: fo.xsd
Type: Anonymous
Properties: Local, Unqualified
Value
Valid value Description show When this property has the value "show", borders are drawn around empty cells (like normal cells). hide A value of "hide" means that no borders are drawn around empty cells. Furthermore, if all the cells in a row have a value of "hide" and have no visible content, the entire row behaves as if it had "display: none". inherit
Used in
- Attribute group fo:empty-cells
- Anonymous type of element fo:table-cell via reference to fo:empty-cells
- Attribute group fo:table-properties via reference to fo:empty-cells