Schema Central  >  XSL-FO 1.1  >  fo.xsd  >  white-space
Advanced search

white-space

Declares how whitespace inside the element is handled. CSS2 Reference: "white-space" property

See http://www.w3.org/TR/xsl11/#white-space

Attribute information

Namespace: None

Schema document: fo.xsd

Type: Anonymous

Properties: Local, Unqualified

Value

  • Type based on xsd:token
    • Valid valueDescription
      normalThis value directs user agents to collapse sequences of whitespace, and break lines as necessary to fill line boxes. Additional line breaks may be created by occurrences of "\A" in generated content (e.g., for the BR element in HTML).
      preThis value prevents user agents from collapsing sequences of whitespace. Lines are only broken at newlines in the source, or at occurrences of "\A" in generated content.
      nowrapThis value collapses whitespace as for 'normal', but suppresses line breaks within text except for those created by "\A" in generated content (e.g., for the BR element in HTML).
      inherit

Used in