Schema Central  >  XSL-FO 1.1  >  fo.xsd  >  unicode-bidi
Advanced search

unicode-bidi

CSS2 Reference: "unicode-bidi" property

See http://www.w3.org/TR/xsl11/#unicode-bidi

Attribute information

Namespace: None

Schema document: fo.xsd

Type: Anonymous

Properties: Local, Unqualified

Value

  • Type based on xsd:token
    • Valid valueDescription
      normalThe element does not open an additional level of embedding with respect to the bidirectional algorithm.For inline-level elements, implicit reordering works across element boundaries.
      embedIf the element is inline-level, this value opens an additional level of embedding with respect to the bidirectional algorithm. The direction of this embedding level is given by the 'direction' property. Inside the element, reordering is done implicitly. This corresponds to adding a LRE (U+202A; for 'direction: ltr') or RLE (U+202B; for 'direction: rtl') at the start of the element and a PDF (U+202C) at the end of the element.
      bidi-overrideIf the element is inline-level or a block-level element that contains only inline-level elements, this creates an override. This means that inside the element, reordering is strictly in sequence according to the 'direction' property; the implicit part of the bidirectional algorithm is ignored. This corresponds to adding a LRO (U+202D; for 'direction: ltr') or RLO (U+202E; for 'direction: rtl') at the start of the element and a PDF (U+202C) at the end of the element.
      inherit

Used in