Schema Central  >  XSL-FO 1.1  >  fo.xsd  >  empty-cells
Advanced search

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

See http://www.w3.org/TR/xsl11/#empty-cells

Attribute information

Namespace: None

Schema document: fo.xsd

Type: Anonymous

Properties: Local, Unqualified

Value

  • Type based on xsd:token
    • Valid valueDescription
      showWhen this property has the value "show", borders are drawn around empty cells (like normal cells).
      hideA 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