Schema Central > XSL-FO 1.1 > fo.xsd > border-top
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

border-top

A shorthand property for setting the width, style, and color of the top border of a block-area or inline-area. CSS2 Reference: "border-top" property

See http://www.w3.org/TR/xsl11/#border-top.

Attribute information

Namespace: None

Schema document: fo.xsd

Type: fo:border-combined

Properties: Local, Unqualified

Value

  • Union of:
      from type fo:inherit
    • Type based on xsd:token
      • Valid value
        inherit
    • List of:
      • Union of:
          from type fo:border-width
          from type fo:length
        • Type based on xsd:string
          • Pattern: [\+\-]?\d+(\.?\d+)?(pc|px|pt|mm|cm|in|em)
        • Type based on xsd:token
          • Valid valueDescription
            thinA thin border
            mediumA medium border
            thickA thick border
        • from type fo:border-style
        • Type based on xsd:token
          • Valid valueDescription
            noneNo border; the computed border width is zero.
            hiddenSame as 'none', except in terms of border conflict resolution for table elements.
            dottedA series of dots.
            dashedA series of short line segments.
            solidA single line segment.
            doubleTwo solid lines. The sum of the two lines and the space between them equals the value of 'border-width'.
            grooveThe border looks as though it were carved into the canvas.
            ridgeThe opposite of 'groove': the border looks as though it were coming out of the canvas.
            insetThe border makes the box look as though it were embedded in the canvas.
            outsetThe opposite of 'inset': the border makes the box look as though it were coming out of the canvas.
        • from type fo:border-color
          from type fo:inherit
        • Type based on xsd:token
          • Valid value
            inherit
        • Type based on xsd:token
          • Valid valueDescription
            transparentThe border is transparent (though it may have width).
      • Maximum length of list: 3
  • Used in

    Site developed and hosted by Datypic, Inc.

    Please report errors or comments about this site to contrib@functx.com