D.4 Property summary

This section presents an alphabetical listing of all properties, each indicating

  • the corresponding section number of the Recommendation,

  • whether the property is originally from CSS or from XSL,

  • the conformance level (basic, extended, complete) required for its support to be expected.

Note the following regarding the property definitions.

  • The summary below is extracted from the XSL Recommendation; the references to "prose" refer to the prose found in the Recommendation as noted in the given section numbers , not to the content of this book.

  • In certain cases, the XSL Recommendation lists the applicable formatting objects indirectly through the CSS definition and the list is incorrect due to XSL overrides ;

    • here, such lists have been replaced with synthesized lists based on explicit references to the property made in the XSL Recommendation definition of the formatting

      • directly for the object,

      • indirectly through common properties,

      • indirectly through shorthand properties.

Below is the complete alphabetic list of property definitions.

  • absolute-position ( 7.5.1 ; CSS; complete)

    • Value : auto absolute fixed inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property represents an object'(tm)s positioning: normally flowed relative to its sibling (" auto "), offset from its containing area (" absolute "), offset from the medium (" fixed "), or the specified value of an ascendant (" inherit ").

    • Object to which this property applies : block-container

    • Shorthand affecting this property : position

  • active-state ( 7.22.1 ; XSL; extended)

    • Value : link visited active hover focus

    • Initial : no, a value is required

    • Inherited : no

    • Media : interactive

    • This property represents the state tested for a basic-link descendant of the parent multi-properties : either not yet visited (" link "), ready to be engaged (" hover "), in the act of being engaged (" active "), given the focus for input (" focus "), or having already been visited (" visited ").

    • Object to which this property applies : multi-property-set

  • alignment-adjust ( 7.13.1 ; XSL; basic)

    • Value : auto baseline before-edge text-before-edge middle central after-edge text-after-edge ideographic alphabetic hanging mathematical percentage length inherit

    • Initial : auto

    • Inherited : no

    • Percentages : see prose

    • Media : visual

    • This property sets, relative to the alignment-baseline of the parent, the alignment point with which the formatter aligns areas created by formatting objects (such as graphics) that either do not have a baseline table or don'(tm)t have a desired baseline in that table.

      • It refers to baseline-shift for suitable (not exclusive) behavior for text.

    • Percentages are relative to either the computed area (for an image), the font size (for a character), or the line height (for other constructs).

    • Positive lengths are opposite to the shift direction.

    • See for details on the values.

    • Objects to which this property applies : basic-link , character , external-graphic , inline , inline-container , instream-foreign-object , leader , page-number , page-number-citation

    • Shorthand affecting this property : vertical-align

  • alignment-baseline ( 7.13.2 ; XSL; basic)

    • Value : auto baseline before-edge text-before-edge middle central after-edge text-after-edge ideographic alphabetic hanging mathematical inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property specifies to which of an object'(tm)s parent'(tm)s baselines the object'(tm)s alignment point (as defined by alignment-adjust ) is aligned.

    • Objects to which this property applies : basic-link , character , external-graphic , inline , inline-container , instream-foreign-object , leader , page-number , page-number-citation

    • Shorthand affecting this property : vertical-align

  • auto-restore ( 7.22.2 ; XSL; extended)

    • Value : true false

    • Initial : false

    • Inherited : yes

    • Media : interactive

    • If " true " for an object, that object'(tm)s multi-case will be restored to its initial value when the object is hidden by the hiding of an ancestral multi-switch construct.

    • Object to which this property applies : multi-switch

  • azimuth ( 7.6.1 ; CSS; basic)

    • Value : angle [[ left-side far-left left center-left center center-right right far-right right-side ] behind ] leftwards rightwards inherit

    • Initial : center

    • Inherited : yes

    • Media : aural

    • This property directs from which lateral direction an aural presentation is heard with respect to the listener.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table- cell , table-footer , table-header , table-row , title

  • background ( 7.29.1 ; CSS; shorthand)

    • Value : [ background- color background-image background-repeat background-attachment background-position ] inherit

    • Initial : not defined for shorthand properties

    • Inherited : no

    • Percentages : allowed on background-position

    • Media : visual

    • This property provides a shorthand method of specifying the five individual values.

    • Any values omitted are given their initial values.

  • background-attachment ( 7.7.1 ; CSS; extended)

    • Value : scroll fixed inherit

    • Initial : scroll

    • Inherited : no

    • Media : visual

    • When the background is " fixed ", it remains stationary in the viewport while the foreground scrolls in front of it.

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : background

  • background-color ( 7.7.2 ; CSS; basic)

    • Value : color transparent inherit

    • Initial : transparent

    • Inherited : no

    • Media : visual

    • This property fills the padding rectangle behind an object'(tm)s content, thus the color is seen within the inside edge of a visible border.

      • Gaps in a visible border show through the background color of the parent area.

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : background

  • background-image ( 7.7.3 ; CSS; extended)

    • Value : uri-specification none inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • The referenced image is positioned (and possibly repeated with background-repeat ) within the padding rectangle behind an object'(tm)s content.

    • The background-color will show through the transparent parts of the background image.

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : background

  • background-position ( 7.29.2 ; CSS; shorthand)

    • Value : [[ percentage length ]{1,2} [[ top center bottom ] [ left center right ]]] inherit

    • Initial : 0% 0%

    • Inherited : no

    • Percentages : refer to the size of the box itself

    • Media : visual

    • A shorthand for specifying one or two positions relative to the upper left corner of the padding rectangle, setting individual values for background-position-horizontal and background-position-vertical .

    • The horizontal value is specified first, followed by the vertical value.

    • An absent value is interpreted as " center " which is placed at 50%.

  • background-position-horizontal ( 7.7.5 ; CSS; extended)

    • Value : percentage length left center right inherit

    • Initial : 0%

    • Inherited : no

    • Percentage : refers to the size of the padding rectangle

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : background-position

  • background-position-vertical ( 7.7.6 ; CSS; extended)

    • Value : percentage length top center bottom inherit

    • Initial : 0%

    • Inherited : no

    • Percentage : refers to the size of the padding rectangle

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : background-position

  • background-repeat ( 7.7.4 ; CSS; extended)

    • Value : repeat repeat-x repeat-y no-repeat inherit

    • Initial : repeat

    • Inherited : no

    • Media : visual

    • " x " is the horizontal direction, " y " is the vertical direction. Both are relative to the reference orientation but independent of the writing mode.

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : background

  • baseline-shift ( 7.13.3 ; XSL; basic)

    • Value : baseline sub super percentage length inherit

    • Initial : baseline

    • Inherited : no

    • Percentage : refers to the line-height of the parent area

    • Media : visual

    • Repositions the dominant baseline (and all other entries in the baseline table) of an object relative to the dominant baseline of the parent area.

    • Using the parent area as a reference is more consistent for a set of child objects of different sizes.

    • Objects to which this property applies : basic-link , character , external-graphic , inline , inline-container , instream-foreign-object , leader , page-number , page-number-citation

    • Shorthand affecting this property : vertical-align

  • blank-or-not-blank ( 7.25.1 ; XSL; extended)

    • Value : blank not-blank any inherit

    • Initial : any

    • Inherited : no

    • Media : visual

    • Object to which this property applies : conditional-page-master-reference

  • block-progression-dimension ( 7.14.1 ; CSS; basic)

    • Value : auto length percentage length-range inherit

    • Initial : auto

    • Inherited : no

    • Percentage : see prose

    • Media : visual

    • Specifies the block-progression dimension of the content rectangle for each area generated by the formatting object.

    • Objects to which this property applies : block-container , external-graphic , inline , inline-container , instream-foreign-object , table , table-caption , table-cell , table-row

  • border ( 7.29.3 ; CSS; shorthand)

    • Value : [ border-width border-style color ] inherit

    • Initial : see individual properties

    • Inherited : no

    • Media : visual

    • Sets any of the border width, style, or color properties for all four borders of a box.

  • border-after-color ( 7.7.10 ; CSS; basic)

    • Value : color inherit

    • Initial : the value of the color property

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border , border-color

  • border-after-precedence ( 7.26.1 ; XSL; basic)

    • Value : force integer inherit

    • Initial : table : 6, table-cell : 5, table-column : 4, table-row : 3, table-body : 2, table-header : 1, table-footer : 0

    • Inherited : no

    • Media : visual

    • Specifies the precedence of the formatting object'(tm)s border compared to the precedence of the coincident border of

      • an adjacent formatting object when borders are collapsed using border-collapse ,

      • an overlapping table construct in the formatting object hierarchy.

    • The highest border precedence specification of all of the coincident borders dictates which formatting object'(tm)s properties that border will exhibit.

    • Objects to which this property applies : table , table-body , table-cell , table-column , table-footer , table-header , table-row

  • border-after-style ( 7.7.11 ; CSS; basic)

    • Value : border-style inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : border-style

  • border-after-width ( 7.7.12 ; CSS; basic)

    • Value : border-width length-conditional inherit

    • Initial : medium

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : border-width

  • border-before-color ( 7.7.7 ; CSS; basic)

    • Value : color inherit

    • Initial : the value of the color property

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border , border-color

  • border-before-precedence ( 7.26.2 ; XSL; basic)

    • Value : force integer inherit

    • Initial : table : 6, table-cell : 5, table-column : 4, table-row : 3, table-body : 2, table-header : 1, table-footer : 0

    • Inherited : no

    • Media : visual

    • See border-after-precedence for details.

    • Objects to which this property applies : table , table-body , table-cell , table-column , table-footer , table-header , table-row

  • border-before-style ( 7.7.8 ; CSS; basic)

    • Value : border-style inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : border-style

  • border-before-width ( 7.7.9 ; CSS; basic)

    • Value : border-width length-conditional inherit

    • Initial : medium

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : border-width

  • border-bottom ( 7.29.4 ; CSS; shorthand)

    • Value : [ border-width border-style color ] inherit

    • Initial : see individual properties

    • Inherited : no

    • Media : visual

    • This property is a shorthand for specifying a border'(tm)s width, style, and color.

  • border-bottom-color ( 7.7.22 ; CSS; basic)

    • Value : color inherit

    • Initial : the value of the color property

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-bottom , border-color

  • border-bottom-style ( 7.7.23 ; CSS; basic)

    • Value : border-style inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-bottom , border-style

  • border-bottom-width ( 7.7.24 ; CSS; basic)

    • Value : border-width inherit

    • Initial : medium

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-bottom , border-width

  • border-collapse ( 7.26.3 ; CSS; extended)

    • Value : collapse collapse-with-precedence separate inherit

    • Initial : collapse

    • Inherited : yes

    • Media : visual

    • Object to which this property applies : table

  • border-color ( 7.29.5 ; CSS; shorthand)

    • Value : [ color transparent ]{1,4} inherit

    • Initial : see individual properties

    • Inherited : no

    • Media : visual

    • Up to four individual values for the border color can be specified in this shorthand.

      • See Section 9.5 for a discussion of borders.

    • Four colors specify each of the borders of a table in the following order: before, end, after, start.

    • Three colors specify the borders in the following order: before, end/start, after.

    • Two colors specify the borders in the following order: before/after, end/start.

    • One color specifies the color of all borders.

  • border-end-color ( 7.7.16 ; CSS; basic)

    • Value : color inherit

    • Initial : the value of the color property

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border , border-color

  • border-end-precedence ( 7.26.4 ; XSL; basic)

    • Value : force integer inherit

    • Initial : table : 6, table-cell : 5, table-column : 4, table-row : 3, table-body : 2, table-header : 1, table-footer : 0

    • Inherited : no

    • Media : visual

    • See border-after-precedence for details.

    • Objects to which this property applies : table , table-body , table-cell , table-column , table-footer , table-header , table-row

  • border-end-style ( 7.7.17 ; CSS; basic)

    • Value : border-style inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : border-style

  • border-end-width ( 7.7.18 ; CSS; basic)

    • Value : border-width length-conditional inherit

    • Initial : medium

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : border-width

  • border-left ( 7.29.6 ; CSS; shorthand)

    • Value : [ border-width border-style color ] inherit

    • Initial : see individual properties

    • Inherited : no

    • Media : visual

    • A shorthand for specifying a border'(tm)s width, style, and color.

  • border-left-color ( 7.7.25 ; CSS; basic)

    • Value : color inherit

    • Initial : the value of the color property

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-color , border-left

  • border-left-style ( 7.7.26 ; CSS; basic)

    • Value : border-style inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-left , border-style

  • border-left-width ( 7.7.27 ; CSS; basic)

    • Value : border-width inherit

    • Initial : medium

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-left , border-width

  • border-right ( 7.29.7 ; CSS; shorthand)

    • Value : [ border-width border-style color ] inherit

    • Initial : see individual properties

    • Inherited : no

    • Media : visual

    • A shorthand for specifying a border'(tm)s width, style, and color.

  • border-right-color ( 7.7.28 ; CSS; basic)

    • Value : color inherit

    • Initial : the value of the color property

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-color , border-right

  • border-right-style ( 7.7.29 ; CSS; basic)

    • Value : border-style inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-right , border-style

  • border-right-width ( 7.7.30 ; CSS; basic)

    • Value : border-width inherit

    • Initial : medium

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-right , border-width

  • border-separation ( 7.26.5 ; XSL; extended)

    • Value : length-bp-ip-direction inherit

    • Initial : .block-progression-direction="0pt" .inline-progression-direction="0pt"

    • Inherited : yes

    • Media : visual

    • Specifies the distance between the borders of adjacent cells when using borders that are not collapsed using border-collapse .

    • The space between borders is filled with the table background color.

    • Object to which this property applies : table

    • Shorthand affecting this property : border-spacing

  • border-spacing ( 7.29.9 ; CSS; shorthand)

    • Value : length length ? inherit

    • Initial : 0pt

    • Inherited : yes

    • Media : visual

    • This shorthand specifies the two components of the compound border-separation property as separate values in the order of the .inline-progression-direction component from the first value, then in the order of the .block-progression-direction component from the second value.

    • Specifying only one value sets both components simultaneously .

  • border-start-color ( 7.7.13 ; CSS; basic)

    • Value : color e inherit

    • Initial : the value of the color property

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border , border-color

  • border-start-precedence ( 7.26.6 ; XSL; basic)

    • Value : force integer inherit

    • Initial : table : 6, table-cell : 5, table-column : 4, table-row : 3, table-body : 2, table-header : 1, table-footer : 0

    • Inherited : no

    • Media : visual

    • See border-after-precedence for details.

    • Objects to which this property applies : table , table-body , table-cell , table-column , table-footer , table-header , table-row

  • border-start-style ( 7.7.14 ; CSS; basic)

    • Value : border-style inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : border-style

  • border-start-width ( 7.7.15 ; CSS; basic)

    • Value : border-width length-conditional inherit

    • Initial : medium

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : border-width

  • border-style ( 7.29.8 ; CSS; shorthand)

    • Value : border-style {1,4} inherit

    • Initial : see individual properties

    • Inherited : no

    • Media : visual

    • Up to four individual values for the border style can be specified in this shorthand.

      • See Section 9.5 for a discussion of borders.

    • Four values specify each of the borders of a table in the following order: before, end, after, start.

    • Three values specify the borders in the following order: before, end/start, after.

    • Two values specify the borders in the following order: before/after, end/start.

    • One value specifies the style of all borders.

  • border-top ( 7.29.10 ; CSS; shorthand)

    • Value : [ border-width border-style color ] inherit

    • Initial : see individual properties

    • Inherited : no

    • Media : visual

    • This property is a shorthand for specifying a border'(tm)s width, style, and color.

  • border-top-color ( 7.7.19 ; CSS; basic)

    • Value : color inherit

    • Initial : the value of the color property

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-color , border-top

  • border-top-style ( 7.7.20 ; CSS; basic)

    • Value : border-style inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-style , border-top

  • border-top-width ( 7.7.21 ; CSS; basic)

    • Value : border-width inherit

    • Initial : medium

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthands affecting this property : border-top , border-width

  • border-width ( 7.29.11 ; CSS; shorthand)

    • Value : border-width {1,4} inherit

    • Initial : see individual properties

    • Inherited : no

    • Media : visual

    • Up to four individual values for the border width can be specified in this shorthand.

      • See Section 9.5 for a discussion of borders.

    • Four values specify each of the borders of a table in the following order: before, end, after, start.

    • Three values specify the borders in the following order: before, end/start, after.

    • Two values specify the borders in the following order: before/after, end/start.

    • One value specifies the width of all borders.

  • bottom ( 7.5.4 ; CSS; extended)

    • Value : length percentage auto inherit

    • Initial : auto

    • Inherited : no

    • Percentage : refers to height of containing block

    • Media : visual

    • This property specifies the distance between the margin edge and the containing block.

    • A value other than " auto " overrides a height value of " auto ".

    • The percentage is ignored if the containing block height is not specified explicitly.

    • Object to which this property applies : block-container

  • break-after ( 7.19.1 ; XSL; basic)

    • Value : auto column page even-page odd-page inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property has no effect on table-row if that row has a row-spanning cell including the following row.

    • Objects to which this property applies : block , block-container , list-block , list-item , table-and-caption , table , table-row

    • Shorthand affecting this property : page-break-after

  • break-before ( 7.19.2 ; XSL; basic)

    • Value : auto column page even-page odd-page inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property has no effect on table-row if the previous row has a row-spanning cell including the given row.

    • Objects to which this property applies : block , block-container , list-block , list-item , table-and-caption , table , table-row

    • Shorthand affecting this property : page-break-before

  • caption-side ( 7.26.7 ; CSS; complete)

    • Value : before after start end top bottom left right inherit

    • Initial : before

    • Inherited : yes

    • Media : visual

    • Object to which this property applies : table-and-caption

  • case- name ( 7.22.3 ; XSL; extended)

    • Value : name

    • Initial : none, a value is required

    • Inherited : no, a value is required

    • Media : interactive

    • This name must be unique among the siblings of the multi-case .

    • Object to which this property applies : multi-case

  • case-title ( 7.22.4 ; XSL; extended)

    • Value : string

    • Initial : none, a value is required

    • Inherited : no, a value is required

    • Media : interactive

    • This string can be displayed in a menu corresponding to the associated multi-case objects of allowed multi-toggle destinations when more than one candidate destination is specified.

    • Object to which this property applies : multi-case

  • character ( 7.16.1 ; XSL; basic)

    • Value : character

    • Initial : none, a value is required

    • Inherited : no, a value is required

    • Media : visual

    • Object to which this property applies : character

  • clear ( 7.18.1 ; CSS; extended)

    • Value : start end left right both none inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • This property specifies which side floats whose parent reference area is the nearest ancestor of the reference area of the generated area must be clear of the given block to which this property is specified.

      • The value indicates which side float the given construct is supposed to clear.

    • This property may alter the space-before property to meet the constraints.

    • It also applies to block , even though it is not listed in the Recommendation as a property for that object.

    • Object to which this property applies : float

  • clip ( 7.20.1 ; CSS; extended)

    • Value : shape auto inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • The only shape supported is rect( top, right, bottom, left ) .

      • The four values are the offsets of the clipping area from the respective sides of the containing area.

    • The value " auto " represents an offset of zero.

    • Objects to which this property applies : block-container , external-graphic , inline-container , instream-foreign-object , region-after , region-before , region-body , region-end , region-start

  • color ( 7.17.1 ; CSS; basic)

    • Value : color inherit

    • Initial : depends on user agent

    • Inherited : yes

    • Media : visual

    • See Section B.2.2 for the color functions available.

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , title

  • color-profile-name ( 7.17.2 ; XSL; extended)

    • Value : name inherit

    • Initial : none, a value is required

    • Inherited : no

    • Media : visual

    • Object to which this property applies : color-profile

  • column-count ( 7.25.2 ; XSL; extended)

    • Value : number inherit

    • Initial : 1

    • Inherited : no

    • Media : visual

    • Object to which this property applies : region-body

  • column-gap ( 7.25.3 ; XSL; extended)

    • Value : length percentage inherit

    • Initial : 12.0pt

    • Inherited : no

    • Percentage : refers to width of the region being divided into columns

    • Media : visual

    • A negative value is translated to 0pt .

    • Object to which this property applies : region-body

  • column-number ( 7.26.8 ; XSL; basic)

    • Value : number

    • Initial : see prose

    • Inherited : no

    • Media : visual

    • The initial value for table-column is 1 plus the column-number of the previous table-column , or "1" for the first column.

    • The initial value for table-cell is the column-number of the previous cell plus the number-columns- spanned of that previous cell.

    • Objects to which this property applies : table-cell , table-column

  • column-width ( 7.26.9 ; XSL; basic)

    • Value : length percentage

    • Initial : see prose

    • Inherited : no

    • Percentage : refers to the width of the table

    • Media : visual

    • See for a discussion of column widths.

    • Object to which this property applies : table-column

  • content-height ( 7.14.2 ; XSL; extended)

    • Value : auto scale-to-fit length percentage inherit

    • Initial : auto

    • Inherited : no

    • Percentages : intrinsic height

    • Media : visual

    • Objects to which this property applies : external-graphic , instream-foreign-object

  • content-type ( 7.28.1 ; XSL; extended)

    • Value : string auto

    • Initial : auto

    • Inherited : no

    • Media : visual

    • The string is prefixed by " namespace-prefix: " for a namespace specification.

      • A null prefix refers to the default namespace.

    • The string is prefixed by " content-type: " for a MIME type specification.

    • Objects to which this property applies : external-graphic , instream-foreign-object

  • content-width ( 7.14.3 ; XSL; extended)

    • Value : auto scale-to-fit length percentage inherit

    • Initial : auto

    • Inherited : no

    • Percentage : refers to intrinsic width

    • Media : visual

    • Objects to which this property applies : external-graphic , instream-foreign-object

  • country ( 7.9.1 ; XSL; extended)

    • Value : none country inherit

    • Initial : none

    • Inherited : yes

    • Media : visual

    • This property specifies the country used in language- and locale- coupled services

      • e.g. line-justification, line-breaking , hyphenation, etc.

    • Objects to which this property applies : block , character , page-sequence

    • Shorthand affecting this property : xml:lang

  • cue ( 7.29.12 ; CSS; shorthand)

    • Value : cue-before cue-after inherit

    • Initial : not defined for shorthand properties

    • Inherited : no

    • Media : aural

    • When a single value is specified it is applied to both properties.

  • cue-after ( 7.6.2 ; CSS; basic)

    • Value : uri-specification none inherit

    • Initial : none

    • Inherited : no

    • Media : aural

    • This property specifies the URL of rendered information as an "auditory icon" after a construct is rendered.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

    • Shorthand affecting this property : cue

  • cue-before ( 7.6.3 ; CSS; basic)

    • Value : uri-specification none inherit

    • Initial : none

    • Inherited : no

    • Media : aural

    • This property specifies the URL of rendered information as an "auditory icon" before a construct is rendered.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

    • Shorthand affecting this property : cue

  • destination-placement-offset ( 7.22.5 ; XSL; extended)

    • Value : length

    • Initial : 0pt

    • Inherited : no

    • Media : interactive

    • This property specifies where in the destination viewport or page (from the beginning) the targeted location is to be rendered.

    • Object to which this property applies : basic-link

  • direction ( 7.27.1 ; CSS; basic)

    • Value : ltr rtl inherit

    • Initial : ltr

    • Inherited : yes

    • Media : visual

    • This property is deprecated for all formatting objects except bidi-override ;

      • if used for other objects, this property overrides the direction implied by any writing-mode property.

    • Object to which this property applies : bidi-override

  • display-align ( 7.13.4 ; XSL; extended)

    • Value : auto before center after inherit

    • Initial : auto

    • Inherited : yes

    • Media : visual

    • This property specifies the alignment, in the block-progression direction, of the areas that are the children of a reference area.

    • The value of " auto " infers either the relative-align property, if applicable, or the value " before ".

    • Objects to which this property applies : block-container , external-graphic , inline-container , instream-foreign-object , region-after , region-before , region-body , region-end , region-start , table-cell

  • dominant-baseline ( 7.13.5 ; XSL; basic)

    • Value : auto use-script no-change reset-size ideographic alphabetic hanging mathematical central middle text-after-edge text-before-edge inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property determines or re-determines a scaled baseline table.

    • Objects to which this property applies : basic-link , character , external-graphic , inline , inline-container , instream-foreign-object , leader , page-number , page-number-citation

    • Shorthand affecting this property : vertical-align

  • elevation ( 7.6.4 ; CSS; basic)

    • Value : angle below level above higher lower inherit

    • Initial : level

    • Inherited : yes

    • Media : aural

    • The angles " 90deg " and " -90deg " position the sound, respectively, directly above or below the listener.

    • The values " higher " and " lower ", respectively, increase and decrease the current elevation by 10 degrees.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • empty-cells ( 7.26.10 ; CSS; extended)

    • Value : show hide inherit

    • Initial : show

    • Inherited : yes

    • Media : visual

    • This property specifies the rendering of the borders and background of cells without visible content when using the separated borders model specified by border-collapse .

    • If all cells in a row have a value of " hide ", the row behaves as if it were not displayed at all.

    • Visible content is everything other than XML white space ( carriage return, linefeed , tab, and space characters ).

    • Object to which this property applies : table-cell

  • end-indent ( 7.10.8 ; XSL; basic)

    • Value : length percentage inherit

    • Initial : 0pt

    • Inherited : yes

    • Percentages : refer to the inline-progression dimension of the containing reference area

    • Media : visual

    • Objects to which this property applies : block , block-container , list-block , list-item , region-body , simple-page-master , table-and-caption , table

  • ends-row ( 7.26.11 ; XSL; extended)

    • Value : true false

    • Initial : false

    • Inherited : no

    • Media : visual

    • Object to which this property applies : table-cell

  • extent ( 7.25.4 ; XSL; extended)

    • Value : length percentage inherit

    • Initial : 0.0pt

    • Inherited : no

    • Percentages : refer to the corresponding height or width of the page viewport area

    • Media : visual

    • Objects to which this property applies : region-after , region-before , region-end , region-start

  • external-destination ( 7.22.6 ; XSL; extended)

    • Value : uri-specification

    • Initial : empty string

    • Inherited : no

    • Media : interactive

    • At least one of external-destination and internal-destination properties should be assigned.

    • If both are assigned, the system may either report the error, or use internal-destination .

    • Object to which this property applies : basic-link

  • float ( 7.18.2 ; CSS; extended)

    • Value : before start end left right none inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Unlike CSS, this property only applies to float and to no other formatting object.

    • Object to which this property applies : float

  • flow-name ( 7.25.5 ; XSL; basic)

    • Value : name

    • Initial : an empty name

    • Inherited : no, a value is required

    • Media : visual

    • The value must be unique within a page-sequence .

    • The following names are reserved: " xsl-region-body ", " xsl-region-before ", " xsl-region-after ", " xsl-region-start ", " xsl-region-end ", " xsl-before-float-separator ", " xsl-footnote-separator ".

    • Objects to which this property applies : flow , static-content

  • font ( 7.29.13 ; CSS; shorthand)

    • Value : [[ font-style font-variant font-weight ]? font-size [ / line-height ]? font-family ] caption icon menu message-box small-caption status-bar inherit

    • Initial : see individual properties

    • Inherited : yes

    • Media : visual

    • Individual system font characteristics, such as font family, font size, etc., may be obtained by using the system-font() function without any arguments.

  • font-family ( 7.8.2 ; CSS; basic)

    • Value : [[ family-name generic-family ], ]* [ family-name generic-family ] inherit

    • Initial : depends on user agent

    • Inherited : yes

    • Media : visual

    • Font family names with spaces should be quoted, but will otherwise be normalized.

    • Generic font family names are not quoted.

      • The generic names are " serif ", " sans-serif ", " cursive ", " fantasy ", and " monospace ".

    • This property is a prioritized list of font family names which are tried in sequence to find an available font that matches the selection criteria specified by font-selection-strategy .

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , page-number , page-number-citation , title

    • Shorthand affecting this property : font

  • font-selection-strategy ( 7.8.3 ; XSL; complete)

    • Value : auto character-by-character inherit

    • Initial : auto

    • Inherited : yes

    • Media : visual

    • This property specifies if font selection is done in an implementation-defined manner or if each individual character is checked for the desired font.

    • Font selection is based on font-family , font-style , font-variant , font-weight , font-stretch , font-size , and possibly one or more characters of context.

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , page-number , page-number-citation , title

  • font-size ( 7.8.4 ; CSS; basic)

    • Value : absolute-size relative-size length percentage inherit

    • Initial : medium

    • Inherited : yes, the computed value is inherited

    • Percentages : refer to parent element'(tm)s font size

    • Media : visual

    • Possible values for absolute-size are: " xx-small ", " x-small ", " small ", " medium ", " large ", " x-large ", and " xx-large ".

    • Possible values for relative-size are: " larger " and " smaller ".

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , page-number , page-number-citation , title

    • Shorthand affecting this property : font

  • font-size-adjust ( 7.8.6 ; CSS; extended)

    • Value : number none inherit

    • Initial : none

    • Inherited : yes

    • Media : visual

    • A number specifies the aspect (font size divided by x-height).

      • Small fonts with larger values are typically easier to read than those with smaller values.

    • Note that child elements will inherit unadjusted values because inheritance is based on computed values.

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , page-number , page-number-citation , title

  • font-stretch ( 7.8.5 ; CSS; extended)

    • Value : normal wider narrower ultra-condensed extra-condensed condensed semi-condensed semi-expanded expanded extra-expanded ultra -expanded inherit

    • Initial : normal

    • Inherited : yes

    • Media : visual

    • This property selects a normal, condensed, or extended face from a font family.

    • Values of " wider " and " narrower " do not go beyond the values of, respectively, " ultra-expanded " and " ultra-condensed ".

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , page-number , page-number-citation , title

  • font-style ( 7.8.7 ; CSS; basic)

    • Value : normal italic oblique backslant inherit

    • Initial : normal

    • Inherited : yes

    • Media : visual

    • Note that " italic " will match " oblique " if no italic face is available in the font family.

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , page-number , page-number-citation , title

    • Shorthand affecting this property : font

  • font-variant ( 7.8.8 ; CSS; basic)

    • Value : normal small-caps inherit

    • Initial : normal

    • Inherited : yes

    • Media : visual

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , page-number , page-number-citation , title

    • Shorthand affecting this property : font

  • font-weight ( 7.8.9 ; CSS; basic)

    • Value : normal bold bolder lighter 100 200 300 400 500 600 700 800 900 inherit

    • Initial : normal

    • Inherited : yes

    • Media : visual

    • " normal " maps to a value of " 400 ".

    • " 500 " will map to a medium weight value (if available for the font).

    • " bold " maps to a value of " 700 ".

    • " lighter " and " bolder " will find the closest font whose weight is, respectively, smaller or greater than the inherited font weight.

    • Objects to which this property applies : bidi-override , block , character , initial-property-set , inline , leader , page-number , page-number-citation , title

    • Shorthand affecting this property : font

  • force-page-count ( 7.25.6 ; XSL; extended)

    • Value : auto even odd end-on-even end-on-odd no-force inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • Object to which this property applies : page-sequence

  • format ( 7.24.1 ; XSL; basic)

    • Value : string

    • Initial : 1

    • Inherited : no

    • Media : all

    • See Section D.2.3 for details.

    • Object to which this property applies : page-sequence

  • glyph-orientation-horizontal ( 7.27.2 ; XSL; extended)

    • Value : angle inherit

    • Initial : 0deg

    • Inherited : yes

    • Media : visual

    • This property applies only to text written in a writing mode with a left-to-right or right-to-left inline-progression direction.

    • The only allowable angles are 0, 90, 180, and 270 degrees, counted clockwise.

    • " 0deg " indicates that the top of the glyph is towards the top of the reference area.

    • Object to which this property applies : character

  • glyph-orientation-vertical ( 7.27.3 ; XSL; extended)

    • Value : auto angle inherit

    • Initial : auto

    • Inherited : yes

    • Media : visual

    • This property applies only to text written in a writing mode with a top-to-bottom or bottom-to-top inline-progression direction.

    • The only allowable angles are 0, 90, 180, and 270 degrees, counted clockwise.

    • " 0deg " indicates that the top of the glyph is towards the top of the reference area.

    • This property is commonly used to differentiate between the preferred orientation of alphabetic text in vertically written Japanese documents (" auto ") vs. the orientation of alphabetic text in western signage and advertising (" 0deg ").

    • Object to which this property applies : character

  • grouping-separator ( 7.24.2 ; XSL; extended)

    • Value : character

    • Initial : no separator

    • Inherited : no

    • Media : all

    • See Section D.2.3 for details.

    • Object to which this property applies : page-sequence

  • grouping-size ( 7.24.3 ; XSL; extended)

    • Value : number

    • Initial : no grouping

    • Inherited : no

    • Media : all

    • See Section D.2.3 for details.

    • Object to which this property applies : page-sequence

  • height ( 7.14.4 ; CSS; basic)

    • Value : length percentage auto inherit

    • Initial : auto

    • Inherited : no

    • Percentage : see prose

    • Media : visual

    • A percentage is based on the explicit height of the containing block and are ignored if that height is not explicit.

    • Negative values are illegal.

    • Objects to which this property applies : block-container , external-graphic , inline , inline-container , instream-foreign-object , table , table-caption , table-cell , table-row

  • hyphenate ( 7.9.4 ; XSL; extended)

    • Value : false true inherit

    • Initial : false

    • Inherited : yes

    • Media : visual

    • This property specifies if hyphenation may or may not be used in the line-breaking algorithm for the text in the object.

    • Objects to which this property applies : block , character

  • hyphenation-character ( 7.9.5 ; XSL; extended)

    • Value : character inherit

    • Initial : The Unicode hyphen character U+2010

    • Inherited : yes

    • Media : visual

    • This property specifies the hyphenation character to be used when a hyphenation break occurs.

    • Objects to which this property applies : block , character

  • hyphenation-keep ( 7.15.1 ; XSL; extended)

    • Value : auto column page inherit

    • Initial : auto

    • Inherited : yes

    • Media : visual

    • This property specifies whether hyphenation can be performed on the last line that fits in a given reference area.

    • Object to which this property applies : block

  • hyphenation-ladder-count ( 7.15.2 ; XSL; extended)

    • Value : no-limit number inherit

    • Initial : no-limit

    • Inherited : yes

    • Media : visual

    • This property specifies a limit on the number of successive hyphenated line areas the formatter may generate in a block area.

    • Object to which this property applies : block

  • hyphenation-push-character-count ( 7.9.6 ; XSL; extended)

    • Value : number inherit

    • Initial : 2

    • Inherited : yes

    • Media : visual

    • This property specifies the minimum number of characters in a hyphenated word after the hyphenation character.

    • Objects to which this property applies : block , character

  • hyphenation- remain -character-count ( 7.9.7 ; XSL; extended)

    • Value : number inherit

    • Initial : 2

    • Inherited : yes

    • Media : visual

    • This property specifies the minimum number of characters in a hyphenated word before the hyphenation character.

    • Objects to which this property applies : block , character

  • id ( 7.28.2 ; XSL; basic)

    • Value : id

    • Initial : see prose

    • Inherited : no, see prose

    • Media : all

    • Objects to which this property applies : basic-link , bidi-override , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , list-item-body , list-item-label , multi-case , multi-properties , multi-property-set , multi-switch , multi-toggle , page-number , page-number-citation , page-sequence , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , wrapper

  • indicate -destination ( 7.22.7 ; XSL; extended)

    • Value : true false

    • Initial : false

    • Inherited : no

    • Media : interactive

    • This property specifies that areas that belong to the link target when traversed should, in a system-dependent manner, be indicated.

    • Object to which this property applies : basic-link

  • initial-page-number ( 7.25.7 ; XSL; basic)

    • Value : auto auto-odd auto-even number inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • Object to which this property applies : page-sequence

  • inline-progression-dimension ( 7.14.5 ; CSS; basic)

    • Value : auto length percentage length-range inherit

    • Initial : auto

    • Inherited : no

    • Percentages : see prose

    • Media : visual

    • A range allows the size to be adjusted by the formatter.

    • This property does not apply when line-height applies to the same dimension of the areas generated by this formatting object.

    • Objects to which this property applies : block-container , external-graphic , inline , inline-container , instream-foreign-object , table , table-caption , table-cell

  • internal-destination ( 7.22.8 ; XSL; extended)

    • Value : empty string idref

    • Initial : empty string

    • Inherited : no

    • Media : interactive

    • At least one of external-destination and internal-destination properties should be assigned.

    • If both are assigned, the system may either report the error, or use internal-destination .

    • Object to which this property applies : basic-link

  • intrusion- displace ( 7.18.3 ; XSL; extended)

    • Value : auto none line indent block inherit

    • Initial : auto

    • Inherited : yes

    • Media : visual

    • This property specifies the displacement strategy in the presence of intrusions (e.g. side floats).

    • " none " allows any present intrusion to overlay the given line or block areas.

    • " block " reduces the inline-progression dimension of the entire block that is in any way affected by the presence of an intrusion.

    • " line " reduces the inline-progression dimension of only those line areas that are affected by the presence of an intrusion.

    • " indent " will act as " line ", but will also preserve for each line any indentation relative to the other lines impacted by the given intrusion.

    • " auto "assumes " block " for reference areas and " line " for other areas.

    • Objects to which this property applies : block , block-container , list-block , list-item , table-and-caption , table , table-caption

  • keep-together ( 7.19.3 ; XSL; extended)

    • Value : keep inherit

    • Initial : .within-line=auto , .within-column=auto , .within-page=auto

    • Inherited : yes

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , inline , inline-container , list-block , list-item , list-item-body , list-item-label , table-and-caption , table , table-caption , table-row

    • Shorthand affecting this property : page-break-inside

  • keep-with- next ( 7.19.4 ; XSL; basic)

    • Value : keep inherit

    • Initial : .within-line=auto , .within-column=auto , .within-page=auto

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-row

    • Shorthands affecting this property : page-break-after , page-break-before

  • keep-with-previous ( 7.19.5 ; XSL; basic)

    • Value : keep inherit

    • Initial : .within-line=auto , .within-column=auto , .within-page=auto

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-row

  • language ( 7.9.2 ; XSL; extended)

    • Value : none language inherit

    • Initial : none

    • Inherited : yes

    • Media : visual

    • This property specifies the language used in language- and locale-coupled services

      • e.g. line-justification, line-breaking, hyphenation, etc.

    • Objects to which this property applies : block , character , page-sequence

    • Shorthand affecting this property : xml:lang

  • last-line-end-indent ( 7.15.3 ; XSL; extended)

    • Value : length percentage inherit

    • Initial : 0pt

    • Inherited : yes

    • Percentage : refers to inline-progression dimension of closest ancestor block area that is not a line area

    • Media : visual

    • Positive values indent the end edge, negative values outdent the end edge.

    • Object to which this property applies : block

  • leader-alignment ( 7.21.1 ; XSL; extended)

    • Value : none reference-area page inherit

    • Initial : none

    • Inherited : yes

    • Media : visual

    • This property specifies whether all leader objects having identical content and property values shall have their patterns aligned with each other, with respect to their common reference area or page.

    • " reference-area " specifies that the pattern is aligned to the content rectangle's start edge.

    • " page " specifies that the pattern is aligned to the page'(tm)s start edge.

    • Object to which this property applies : leader

  • leader-length ( 7.21.4 ; XSL; basic)

    • Value : length-range percentage inherit

    • Initial : leader-length.minimum=0pt , .optimum=12.0pt , .maximum=100%

    • Inherited : yes

    • Percentages : refer to the inline-progression dimension of the content rectangle of parent area

    • Media : visual

    • Object to which this property applies : leader

  • leader-pattern ( 7.21.2 ; XSL; basic)

    • Value : space rule dots use-content inherit

    • Initial : space

    • Inherited : yes

    • Media : visual

    • " use-content " specifies that the children of the leader comprise the repeating pattern.

    • " space ", " rule ", and " dots " are available in all implementations .

    • An implementation may interpret " use-content " as " space ".

    • Object to which this property applies : leader

  • leader-pattern-width ( 7.21.3 ; XSL; extended)

    • Value : use-font-metrics length percentage inherit

    • Initial : use-font-metrics

    • Inherited : yes

    • Percentages : refer to the inline-progression dimension of the content rectangle of parent area

    • Media : visual

    • Object to which this property applies : leader

  • left ( 7.5.5 ; CSS; extended)

    • Value : length percentage auto inherit

    • Initial : auto

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • This property specifies the distance between the margin edge and the containing block.

    • A value other than " auto " overrides a width value of " auto ".

    • The end-indent property is adjusted to correspond to any specified geometry of the content rectangle.

    • The percentage is ignored if the containing block width is not specified explicitly.

    • Object to which this property applies : block-container

  • letter-spacing ( 7.16.2 ; CSS; extended)

    • Value : normal length space inherit

    • Initial : normal

    • Inherited : yes

    • Media : visual

    • This property specifies an amount to add (may be negative) to the built-in inter-character spacing.

    • Specifying a value other than " normal " turns off the use of ligatures.

    • Specifying a length turns off the modifications of inter-character spacing, but not the inter-word spacing, for justifying text.

    • Objects to which this property applies : bidi-override , character , initial-property-set , leader , page-number , page-number-citation

  • letter-value ( 7.24.4 ; XSL; basic)

    • Value : auto alphabetic traditional

    • Initial : auto

    • Inherited : no

    • Media : all

    • See Section D.2.3 for details.

    • " auto " corresponds to an unspecified attribute in XSLT.

    • Object to which this property applies : page-sequence

  • line-height ( 7.15.4 ; CSS; basic)

    • Value : normal length number percentage space inherit

    • Initial : normal

    • Inherited : yes

    • Percentages : refer to the font size of the element itself

    • Media : visual

    • This property specifies the minimal height for a block-level construct of each generated inline box.

    • This property specifies the exact height for an inline-level construct.

    • The value " normal " is implementation-specific, typically between 1.0 and 1.2 .

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , page-number , page-number-citation , title

    • Shorthand affecting this property : font

  • line-height-shift-adjustment ( 7.15.5 ; XSL; extended)

    • Value : consider-shifts disregard-shifts inherit

    • Initial : consider-shifts

    • Inherited : yes

    • Media : visual

    • This property specifies if the line height of the line is adjusted for content that has a baseline shift.

    • A value of " disregard-shifts " will prevent superscript and subscript characters from disrupting line spacing.

    • See for more details on half-leading.

    • Object to which this property applies : block

  • line-stacking-strategy ( 7.15.6 ; XSL; basic)

    • Value : line-height font-height max-height inherit

    • Initial : max-height

    • Inherited : yes

    • Media : visual

    • This property specifies the strategy for positioning adjacent lines relative to each other.

    • See for details.

    • " line-height " may be interpreted as " max-height ".

    • Object to which this property applies : block

  • linefeed-treatment ( 7.15.7 ; XSL; extended)

    • Value : ignore preserve treat-as-space treat-as-zero-width-space inherit

    • Initial : treat-as-space

    • Inherited : yes

    • Media : visual

    • Object to which this property applies : block

  • margin ( 7.29.14 ; CSS; shorthand)

    • Value : margin-width {1,4} inherit

    • Initial : not defined for shorthand properties

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • margin-width is one of length , percentage , or " auto ".

    • Up to four individual values for margins can be specified in this shorthand.

    • Four values specify the margins in the following order: margin-top , margin-right , margin-bottom , margin-left .

    • Three values specify the margins in the following order: margin-top , margin-right / margin-left , margin-bottom .

    • Two values specify the margins in the following order: margin-top / margin-bottom , margin-right / margin-left .

    • One value specifies all four margins.

  • margin-bottom ( 7.10.2 ; CSS; basic)

    • Value : margin-width inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • margin-width is one of length , percentage , or " auto "

    • Objects to which this property applies : block , block-container , list-block , list-item , region-body , simple-page-master , table-and-caption , table

    • Shorthand affecting this property : margin

  • margin-left ( 7.10.3 ; CSS; basic)

    • Value : margin-width inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • margin-width is one of length , percentage , or " auto ".

    • Objects to which this property applies : block , block-container , list-block , list-item , region-body , simple-page-master , table-and-caption , table

    • Shorthand affecting this property : margin

  • margin-right ( 7.10.4 ; CSS; basic)

    • Value : margin-width inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • margin-width is one of length , percentage , or " auto ".

    • Objects to which this property applies : block , block-container , list-block , list-item , region-body , simple-page-master , table-and-caption , table

    • Shorthand affecting this property : margin

  • margin-top ( 7.10.1 ; CSS; basic)

    • Value : margin-width inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • margin-width is one of length , percentage , or " auto ".

    • Objects to which this property applies : block , block-container , list-block , list-item , region-body , simple-page-master , table-and-caption , table

    • Shorthand affecting this property : margin

  • marker-class-name ( 7.23.1 ; XSL; extended)

    • Value : name

    • Initial : an empty name

    • Inherited : no, a value is required

    • Media : paged

    • This property identifies the marker as being in a group with others that have the same name.

    • Object to which this property applies : marker

  • master-name ( 7.25.8 ; XSL; basic)

    • Value : name

    • Initial : an empty name

    • Inherited : no, a value is required

    • Media : visual

    • Objects to which this property applies : page-sequence-master , simple-page-master

  • master-reference ( 7.25.9 ; XSL; basic)

    • Value : name

    • Initial : an empty name

    • Inherited : no, a value is required

    • Media : visual

    • Objects to which this property applies : conditional-page-master-reference , page-sequence , repeatable-page-master-reference , single-page -master-reference

  • max-height ( 7.14.6 ; CSS; complete)

    • Value : length percentage none inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the height of containing block

    • Media : visual

    • Percentages are based on the explicit height of the containing block and are ignored if that height is not explicit.

  • max-width ( 7.14.7 ; CSS; complete)

    • Value : length percentage none inherit

    • Initial : none

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • This property is mapped to either the inline-progression-dimension or the block-progression-dimension , based on the applicable values of the writing-mode and reference-orientation properties.

  • maximum-repeats ( 7.25.10 ; XSL; extended)

    • Value : number no-limit inherit

    • Initial : no-limit

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : repeatable-page-master-alternatives , repeatable-page-master-reference

  • media-usage ( 7.25.11 ; XSL; extended)

    • Value : auto paginate bounded-in-one-dimension unbounded

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property specifies how the selected display medium is used to present the page(s) specified by the stylesheet.

    • " unbounded " generates only one page per page-sequence and requires that neither page-height nor page-width be specified.

    • " bounded-in-one-dimension " generates only one page per page-sequence and requires exactly one of either page-height or page-width to be specified on the first page master that is used.

    • Object to which this property applies : root

  • min-height ( 7.14.8 ; CSS; complete)

    • Value : length percentage inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the height of containing block

    • Media : visual

    • Percentages are based on the explicit height of the containing block and are ignored if that height is not explicit.

  • min-width ( 7.14.9 ; CSS; complete)

    • Value : length percentage inherit

    • Initial : depends on UA

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • Percentages are based on the explicit height of the containing block and are ignored if that height is not explicit.

  • number-columns-repeated ( 7.26.12 ; XSL; basic)

    • Value : number

    • Initial : 1

    • Inherited : no

    • Media : visual

    • Object to which this property applies : table-column

  • number-columns-spanned ( 7.26.13 ; XSL; basic)

    • Value : number

    • Initial : 1

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : table-cell , table-column

  • number-rows-spanned ( 7.26.14 ; XSL; basic)

    • Value : number

    • Initial : 1

    • Inherited : no

    • Media : visual

    • Object to which this property applies : table-cell

  • odd-or-even ( 7.25.12 ; XSL; extended)

    • Value : odd even any inherit

    • Initial : any

    • Inherited : no

    • Media : visual

    • Object to which this property applies : conditional-page-master-reference

  • orphans ( 7.19.6 ; CSS; basic)

    • Value : integer inherit

    • Initial : 2

    • Inherited : yes

    • Media : visual

    • This property specifies the minimum number of lines of a block that must be left at the bottom of a page.

    • Object to which this property applies : block

  • overflow ( 7.20.2 ; CSS; basic)

    • Value : visible hidden scroll error-if-overflow auto inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • " visible " allows overflow content to be rendered outside the box.

    • " hidden " clips overflow content.

    • " scroll " provides a scrolling region for the entire content.

    • " error-if-overflow " is the same as " hidden " but also triggers an error.

    • Objects to which this property applies : block-container , external-graphic , inline-container , instream-foreign-object , region-after , region-before , region-body , region-end , region-start

  • padding ( 7.29.15 ; CSS; shorthand)

    • Value : padding-width {1,4} inherit

    • Initial : not defined for shorthand properties

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Up to four individual values for padding values can be specified in this shorthand.

    • Four values specify each of the padding values in the following order: padding-top , padding-right , padding-bottom , padding-left .

    • Three values specify the padding values in the following order: padding-top , padding-right / padding-left , padding-bottom .

    • Two values specify the padding values in the following order: padding-top / padding-bottom , padding-right / padding-left .

    • One value specifies all the padding values.

  • padding-after ( 7.7.32 ; CSS; basic)

    • Value : padding-width length-conditional inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

  • padding-before ( 7.7.31 ; CSS; basic)

    • Value : padding-width length-conditional inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

  • padding-bottom ( 7.7.36 ; CSS; basic)

    • Value : padding-width inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : padding

  • padding-end ( 7.7.34 ; CSS; basic)

    • Value : padding-width length-conditional inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

  • padding-left ( 7.7.37 ; CSS; basic)

    • Value : padding-width inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : padding

  • padding-right ( 7.7.38 ; CSS; basic)

    • Value : padding-width inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : padding

  • padding-start ( 7.7.33 ; CSS; basic)

    • Value : padding-width length-conditional inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

  • padding-top ( 7.7.35 ; CSS; basic)

    • Value : padding-width inherit

    • Initial : 0pt

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • padding-width is one of length or percentage .

    • Objects to which this property applies : basic-link , block , block-container , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , region-after , region-before , region-body , region-end , region-start , table-and-caption , table , table-body , table-caption , table-cell , table-column , table-footer , table-header , table-row , title

    • Shorthand affecting this property : padding

  • page-break-after ( 7.29.16 ; CSS; shorthand)

    • Value : auto always avoid left right inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    Value

    break-after

    keep-with-next

    " auto "

    " auto "

    " auto "

    " always "

    " page "

    " auto "

    " avoid "

    " auto "

    " always "

    " left "

    " even-page "

    " auto "

    " right "

    " odd-page "

    " auto "

  • page-break-before ( 7.29.17 ; CSS; shorthand)

    • Value : auto always avoid left right inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    Value

    break-before

    keep-with-previous

    " auto "

    " auto "

    " auto "

    " always "

    " page "

    " auto "

    " avoid "

    " auto "

    " always "

    " left "

    " even-page "

    " auto "

    " right "

    " odd-page "

    " auto "

  • page-break-inside ( 7.29.18 ; CSS; shorthand)

    • Value : avoid auto inherit

    • Initial : auto

    • Inherited : yes

    • Media : visual

    • " auto " infers keep-together of " auto ".

    • " avoid " infers keep-together of " always ".

  • page-height ( 7.25.13 ; XSL; basic)

    • Value : auto indefinite length inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • " auto " determines the value from the window (for continues media) or the size of the page.

    • " indefinite " determines the value from the laid-out content.

      • It overrides a value of " indefinite " for page-width to be " auto ".

    • Object to which this property applies : simple-page-master

    • Shorthand affecting this property : size

  • page-position ( 7.25.14 ; XSL; extended)

    • Value : first last rest any inherit

    • Initial : any

    • Inherited : no

    • Media : visual

    • Object to which this property applies : conditional-page-master-reference

  • page-width ( 7.25.15 ; XSL; basic)

    • Value : auto indefinite length inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • " auto " determines the value from the window (for continues media) or the size of the page.

    • " indefinite " determines the value from the laid-out content.

      • It is overridden to be " auto " by a value of " indefinite " for page-height .

    • Object to which this property applies : simple-page-master

    • Shorthand affecting this property : size

  • pause ( 7.29.19 ; CSS; shorthand)

    • Value : [ time percentage ]{1,2} inherit

    • Initial : depends on user agent

    • Inherited : no

    • Percentages : see descriptions of pause-before and pause-after

    • Media : aural

    • This propetry is a shorthand specifying, in order, pause-before and pause-after .

      • This property specifying one value applies to both properties.

  • pause-after ( 7.6.5 ; CSS; basic)

    • Value : time percentage inherit

    • Initial : depends on user agent

    • Inherited : no

    • Percentages : see prose

    • Media : aural

    • This property specifies the pause to be observed after speaking an object'(tm)s content.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

    • Shorthand affecting this property : pause

  • pause-before ( 7.6.6 ; CSS; basic)

    • Value : time percentage inherit

    • Initial : depends on user agent

    • Inherited : no

    • Percentages : see prose

    • Media : aural

    • This property specifies the pause to be observed before speaking an object'(tm)s content.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

    • Shorthand affecting this property : pause

  • pitch ( 7.6.7 ; CSS; basic)

    • Value : frequency x-low low medium high x-high inherit

    • Initial : medium

    • Inherited : yes

    • Media : aural

    • This property specifies the average pitch (frequency) of the speaking voice.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • pitch-range ( 7.6.8 ; CSS; basic)

    • Value : number inherit

    • Initial : 50

    • Inherited : yes

    • Media : aural

    • This property specifies variation in average pitch.

    • A highly animated voice, i.e. one that is heavily inflected, displays a high pitch range.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • play-during ( 7.6.9 ; CSS; basic)

    • Value : uri-specification mix? repeat? auto none inherit

    • Initial : auto

    • Inherited : no

    • Media : aural

    • uri-specification specifies the sound played as a background while the object'(tm)s content is spoken.

    • " mix " specifies that the sound inherited from the parent object is mixed with the object'(tm)s background uri-specification .

    • " repeat " specifies a short background to be repeated while the object's content is being spoken.

    • " auto " specifies that the sound of the parent'(tm)s background is to be continued .

    • " none " specifies silence for the background of the object being spoken.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • position ( 7.29.20 ; CSS; shorthand)

    • Value : static relative absolute fixed inherit

    • Initial : static

    • Inherited : no

    • Media : visual

    Value

    relative-position

    absolute-position

    " static "

    " static "

    " auto "

    " relative "

    " relative "

    " auto "

    " absolute "

    " static "

    " absolute "

    " fixed "

    " static "

    " fixed "

  • precedence ( 7.25.16 ; XSL; extended)

    • Value : true false inherit

    • Initial : false

    • Inherited : no

    • Media : visual

    • This property specifies whether the inline-progression dimension of the region extends to content rectangle of the page reference area (" true ") or only to the edges incurred by the adjacent regions (" false ").

    • Objects to which this property applies : region-after , region-before

  • provisional-distance-between-starts ( 7.28.4 ; XSL; basic)

    • Value : length percentage inherit

    • Initial : 24.0pt

    • Inherited : yes

    • Percentages : refer to the inline-progression dimension of the closest ancestor's block area that is not a line area

    • Media : visual

    • See for a discussion of this property.

    • Object to which this property applies : list-block

  • provisional-label-separation ( 7.28.3 ; XSL; basic)

    • Value : length percentage inherit

    • Initial : 6.0pt

    • Inherited : yes

    • Percentages : refer to the inline-progression dimension of the closest ancestor's block area that is not a line area

    • Media : visual

    • See for a discussion of this property.

    • Object to which this property applies : list-block

  • ref-id ( 7.28.5 ; XSL; extended)

    • Value : idref inherit

    • Initial : none, value required

    • Inherited : no

    • Media : all

    • Object to which this property applies : page-number-citation

  • reference-orientation ( 7.20.3 ; XSL; extended)

    • Value : 0 90 180 270 -90 -180 -270 inherit

    • Initial :

    • Inherited : yes (see prose)

    • Media : visual

    • Degree values are counted clockwise from " " degrees at the top.

      • Note this is a simple integer and not an angle data type value.

    • Objects to which this property applies : block-container , inline-container , region-after , region-before , region-body , region-end , region-start , simple-page-master

  • region-name ( 7.25.17 ; XSL; basic)

    • Value : xsl-region-body xsl-region-start xsl-region-end xsl-region-before xsl-region-after xsl-before-float-separator xsl-footnote-separator name

    • Initial : see prose

    • Inherited : no, a value is required

    • Media : visual

    • Objects to which this property applies : region-after , region-before , region-body , region-end , region-start

  • relative-align ( 7.13.6 ; XSL; extended)

    • Value : before baseline inherit

    • Initial : before

    • Inherited : yes

    • Media : visual

    • This property specifies the alignment, in the block-progression direction, between two or more areas.

    • Objects to which this property applies : list-item , table-cell

  • relative-position ( 7.12.1 ; CSS; extended)

    • Value : static relative inherit

    • Initial : static

    • Inherited : no

    • Media : visual

    • " static " stacks the area normally.

    • " relative " positions an area as if it were stacked , but the area does not affect the position of any other area.

      • Any such area that breaks over a page boundary is clipped to the page and the remainder is discarded.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , inline-container , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row

    • Shorthand affecting this property : position

  • rendering-intent ( 7.17.3 ; XSL; extended)

    • Value : auto perceptual relative-colorimetric saturation absolute-colorimetric inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property is applicable primarily to color profiles corresponding to the CMYK color space.

    • The different values cause different methods to be used for translating colors to the color gamut of the target rendering device.

    • Object to which this property applies : color-profile

  • retrieve-boundary ( 7.23.4 ; XSL; extended)

    • Value : page page-sequence document

    • Initial : page-sequence

    • Inherited : no

    • Media : paged

    • This property specifies how far "back" in the flow the formatter will look for a marker, starting with the current page.

    • Object to which this property applies : retrieve-marker

  • retrieve-class-name ( 7.23.2 ; XSL; extended)

    • Value : name

    • Initial : an empty name

    • Inherited : no, a value is required

    • Media : paged

    • This property specifies that the marker whose children are retrieved by the retrieve-marker must have a marker-class-name property value that is the same as the value of this property.

    • Object to which this property applies : retrieve-marker

  • retrieve-position ( 7.23.3 ; XSL; extended)

    • Value : first-starting-within-page first-including-carryover last-starting-within-page last-ending-within-page

    • Initial : first-starting-within-page

    • Inherited : no

    • Media : paged

    • This property specifies the preference for which marker children shall be retrieved by a retrieve-marker .

    • Object to which this property applies : retrieve-marker

  • richness ( 7.6.10 ; CSS; basic)

    • Value : number inherit

    • Initial : 50

    • Inherited : yes

    • Media : aural

    • This property specifies the richness, or brightness, of the speaking voice.

    • A rich voice will "carry" in a large room; a smooth voice will not.

      • The term "smooth" refers to how the waveform looks when drawn.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • right ( 7.5.3 ; CSS; extended)

    • Value : length percentage auto inherit

    • Initial : auto

    • Inherited : no

    • Percentages : refer to width of containing block

    • Media : visual

    • See left for details.

    • Object to which this property applies : block-container

  • role ( 7.4.2 ; XSL; basic)

    • Value : string uri-specification none inherit

    • Initial : none

    • Inherited : no

    • Media : all

    • This property provides a hint for alternate rendering agents (aural readers, etc.) regarding the role of the XML element or elements that were used to construct this formatting object.

    • uri-specification specifies an RDF resource.

    • Objects to which this property applies : basic-link , block , external-graphic , footnote , footnote-body , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , list-item-body , list-item-label , multi-case , multi-properties , multi-switch , multi-toggle , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • rule-style ( 7.21.5 ; XSL; basic)

    • Value : none dotted dashed solid double groove ridge inherit

    • Initial : solid

    • Inherited : yes

    • Media : visual

    • " none " and " solid " are always supported.

    • Other values may be interpreted as " solid ".

    • Object to which this property applies : leader

  • rule- thickness ( 7.21.6 ; XSL; basic)

    • Value : length

    • Initial : 1.0pt

    • Inherited : yes

    • Media : visual

    • This property only applies if the leader-pattern is " rule ".

    • Object to which this property applies : leader

  • scaling ( 7.14.10 ; XSL; extended)

    • Value : uniform non-uniform inherit

    • Initial : uniform

    • Inherited : no

    • Media : visual

    • This property specifies whether scaling is to preserve the intrinsic aspect ratio.

    • Objects to which this property applies : external-graphic , instream-foreign-object

  • scaling-method ( 7.14.11 ; XSL; extended)

    • Value : auto integer-pixels resample-any-method inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property indicates the preference in the scaling/sizing tradeoff to be used when formatting bitmapped graphics.

    • Objects to which this property applies : external-graphic , instream-foreign-object

  • score-spaces ( 7.28.6 ; XSL; extended)

    • Value : true false inherit

    • Initial : true

    • Inherited : yes

    • Media : visual

    • This property specifies whether the text-decoration property is to be applied to spaces.

    • Objects to which this property applies : bidi-override , character , initial-property-set , page-number , page-number-citation

  • script ( 7.9.3 ; XSL; extended)

    • Value : none auto script inherit

    • Initial : auto

    • Inherited : yes

    • Media : visual

    • This property specifies the script used in language- and locale-coupled services

      • e.g. line-justification, line-breaking, hyphenation, etc.

    • Objects to which this property applies : block , character

  • show-destination ( 7.22.9 ; XSL; extended)

    • Value : replace new

    • Initial : replace

    • Inherited : no

    • Media : interactive

    • This property specifies whether the destination resource should replace the current document view or open a new document view.

    • Object to which this property applies : basic-link

  • size ( 7.29.21 ; CSS; shorthand)

    • Value : length {1,2} auto landscape portrait inherit

    • Initial : auto

    • Inherited : N/A [XSL: no, is optional]

    • Media : visual

    • This is a shorthand specifying, in order, page-height and page-width .

      • Specifying one value applies to both properties.

  • source-document ( 7.4.1 ; XSL; basic)

    • Value : uri-specification [ uri-specification ]* none inherit

    • Initial : none

    • Inherited : no

    • Media : all

    • This property provides a pointer back to the original XML document used to create the XSL-FO input.

    • W3C Accessibility guidelines strongly encourage the use of this property either on root or on the first formatting object from each source document.

    • Objects to which this property applies : basic-link , block , external-graphic , footnote , footnote-body , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , list-item-body , list-item-label , multi-case , multi-properties , multi-switch , multi-toggle , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • space-after ( 7.10.6 ; XSL; basic)

    • Value : space inherit

    • Initial : space.minimum=0pt , .optimum=0pt , .maximum=0pt , . conditionality =discard , .precedence=0

    • Inherited : no

    • Percentages : N/A ( differs from margin-bottom in CSS)

    • Media : visual

    • Objects to which this property applies : block , block-container , list-block , list-item , region-body , simple-page-master , table-and-caption , table

  • space-before ( 7.10.5 ; XSL; basic)

    • Value : space inherit

    • Initial : space.minimum=0pt , .optimum=0pt , .maximum=0pt , .conditionality=discard , .precedence=0

    • Inherited : no

    • Percentages : N/A (differs from margin-top in CSS)

    • Media : visual

    • Objects to which this property applies : block , block-container , list-block , list-item , region-body , simple-page-master , table-and-caption , table

  • space-end ( 7.11.1 ; XSL; basic)

    • Value : space percentage inherit

    • Initial : space.minimum=0pt , .optimum=0pt , .maximum=0pt , .conditionality=discard , .precedence=0

    • Inherited : no

    • Percentages : refer to inline-progression dimension of the closest ancestor's block area that is not a line area

    • Media : visual

    • Objects to which this property applies : basic-link , character , external-graphic , inline , inline-container , instream-foreign-object , leader , page-number , page-number-citation , title

  • space-start ( 7.11.2 ; XSL; basic)

    • Value : space percentage inherit

    • Initial : space.minimum=0pt , .optimum=0pt , .maximum=0pt , .conditionality=discard , .precedence=0

    • Inherited : no

    • Percentages : refer to inline-progression dimension of the closest ancestor's block area that is not a line area

    • Media : visual

    • Objects to which this property applies : basic-link , character , external-graphic , inline , inline-container , instream-foreign-object , leader , page-number , page-number-citation , title

  • span ( 7.20.4 ; XSL; extended)

    • Value : none all inherit

    • Initial : none

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : block , block-container

  • speak ( 7.6.11 ; CSS; basic)

    • Value : normal none spell-out inherit

    • Initial : normal

    • Inherited : yes

    • Media : aural

    • This property specifies the manner by which text will be rendered aurally.

    • " none " suppresses the aural rendering to zero time (unlike setting the volume to zero).

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • speak-header ( 7.6.12 ; CSS; basic)

    • Value : once always inherit

    • Initial : once

    • Inherited : yes

    • Media : aural

    • This property specifies whether table headers are to be spoken before every cell, or only before a cell when that cell is associated with a different header than the previous cell.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • speak-numeral ( 7.6.13 ; CSS; basic)

    • Value : digits continuous inherit

    • Initial : continuous

    • Inherited : yes

    • Media : aural

    • This property specifies how numerals are spoken.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • speak-punctuation ( 7.6.14 ; CSS; basic)

    • Value : code none inherit

    • Initial : none

    • Inherited : yes

    • Media : aural

    • This property specifies how punctuation is spoken.

    • Note that " borge " is not an available option.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • speech-rate ( 7.6.15 ; CSS; basic)

    • Value : number x-slow slow medium fast x-fast faster slower inherit

    • Initial : medium

    • Inherited : yes

    • Media : aural

    • number specifies the speaking rate in words per minute (varying somewhat by language).

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • src ( 7.28.7 ; XSL; basic)

    • Value : uri-specification inherit

    • Initial : none, value required

    • Inherited : no

    • Media : visual

    • Objects to which this property applies : color-profile , external-graphic

  • start-indent ( 7.10.7 ; XSL; basic)

    • Value : length percentage inherit

    • Initial : 0pt

    • Inherited : yes

    • Percentages : refer to inline-progression dimension of the containing reference area

    • Media : visual

    • Objects to which this property applies : block , block-container , list-block , list-item , region-body , simple-page-master , table-and-caption , table

  • starting-state ( 7.22.10 ; XSL; extended)

    • Value : show hide

    • Initial : show

    • Inherited : no

    • Media : interactive

    • This property specifies the multi-case that can be initially displayed.

    • Object to which this property applies : multi-case

  • starts-row ( 7.26.15 ; XSL; extended)

    • Value : true false

    • Initial : false

    • Inherited : no

    • Media : visual

    • Object to which this property applies : table-cell

  • stress ( 7.6.16 ; CSS; basic)

    • Value : number inherit

    • Initial : 50

    • Inherited : yes

    • Media : aural

    • This property specifies the height of "local peaks" in the intonation contour of a voice.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • suppress-at-line-break ( 7.16.3 ; XSL; extended)

    • Value : auto suppress retain inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • " auto " will suppress a U+0020 space character if it is the first or last in a line.

    • " suppress " and " retain " will act accordingly with the given character.

    • Object to which this property applies : character

  • switch-to ( 7.22.11 ; XSL; extended)

    • Value : xsl- preceding xsl-following xsl-any name [ name ]*

    • Initial : xsl-any

    • Inherited : no

    • Media : interactive

    • This property specifies which multi-case object this multi-toggle will switch to when evoked.

    • Object to which this property applies : multi-toggle

  • table-layout ( 7.26.16 ; CSS; extended)

    • Value : auto fixed inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • Object to which this property applies : table

  • table-omit-footer-at-break ( 7.26.17 ; XSL; extended)

    • Value : true false

    • Initial : false

    • Inherited : no

    • Media : visual

    • This property specifies if a table whose last area is not at the end of an area produced by the table should end with the content of the table-footer formatting object or not.

    • Object to which this property applies : table

  • table-omit-header-at-break ( 7.26.18 ; XSL; extended)

    • Value : true false

    • Initial : false

    • Inherited : no

    • Media : visual

    • This property specifies if a table whose first area is not at the beginning of an area produced by the table should start with the content of the table-header formatting object or not.

    • Object to which this property applies : table

  • target-presentation-context ( 7.22.12 ; XSL; extended)

    • Value : use-target-processing-context uri-specification

    • Initial : use-target-processing-context

    • Inherited : no

    • Media : interactive

    • This property specifies the limited context in which the resource should be presented if the external destination is a resource of a processed structured media type for which a limited presentational context makes sense.

    • Object to which this property applies : basic-link

  • target-processing-context ( 7.22.13 ; XSL; extended)

    • Value : document-root uri-specification

    • Initial : document-root

    • Inherited : no

    • Media : interactive

    • This property specifies the root of a virtual document that the processor preparing the new presentation should process if the external destination is a resource of a processed structured media type.

    • Object to which this property applies : basic-link

  • target-stylesheet ( 7.22.14 ; XSL; extended)

    • Value : use-normal-stylesheet uri-specification

    • Initial : use-normal-stylesheet

    • Inherited : no

    • Media : interactive

    • This property specifies the stylesheet to be used for processing the target resource.

    • Object to which this property applies : basic-link

  • text-align ( 7.15.9 ; CSS; basic)

    • Value : start center end justify inside outside left right string inherit

    • Initial : start

    • Inherited : yes

    • Media : visual

    • string applies only to table-cell and specifies which cells in a table column will align.

    • " left " and " right " are interpreted respectively as " start " and " end ".

    • Objects to which this property applies : block , external-graphic , instream-foreign-object , table-and-caption

  • text-align-last ( 7.15.10 ; XSL; extended)

    • Value : relative start center end justify inside outside left right inherit

    • Initial : relative

    • Inherited : yes

    • Media : visual

    • " left " and " right " are interpreted respectively as " start " and " end ".

    • Object to which this property applies : block

  • text-altitude ( 7.27.4 ; XSL; extended)

    • Value : use-font-metrics length percentage inherit

    • Initial : use-font-metrics

    • Inherited : no

    • Percentages : refer to font'(tm)s em-height

    • Media : visual

    • This property specifies the "height" to be used for the ascent above the dominant baseline.

    • Objects to which this property applies : block , character , leader , page-number , page-number-citation

  • text-decoration ( 7.16.4 ; CSS; extended)

    • Value : none [[ underline no-underline ] [ overline no-overline ] [ line-through no-line-through ] [ blink no-blink ]] inherit

    • Initial : none

    • Inherited : no, but see prose

    • Media : visual

    • This property is not inherited, but descendant boxes are formatted with the same decoration.

    • The color of the decoration remains the same even if descendant elements use different colors.

    • Objects to which this property applies : character , initial-property-set , inline , page-number , page-number-citation

  • text-depth ( 7.27.5 ; XSL; extended)

    • Value : use-font-metrics length percentage inherit

    • Initial : use-font-metrics

    • Inherited : no

    • Percentages : refer to the font'(tm)s em-height

    • Media : visual

    • This property specifies the "depth" to be used for the descent below the dominant baseline.

    • Objects to which this property applies : block , character , leader , page-number , page-number-citation

  • text-indent ( 7.15.11 ; CSS; basic)

    • Value : length percentage inherit

    • Initial : 0pt

    • Inherited : yes

    • Percentages : refer to the width of containing block

    • Media : visual

    • Positive values indent the start edge, negative values outdent the start edge with a hanging indent.

    • Object to which this property applies : block

  • text-shadow ( 7.16.5 ; CSS; extended)

    • Value : none [ color length length length ? ,]* [ color length length length ? ] inherit

    • Initial : none

    • Inherited : no, see prose

    • Media : visual

    • This property specifies a comma-separated list of shadow effects to be applied to the text of the element.

    • Each shadow effect is specified as the color used as a basis of the effect, the horizontal distance to the right (positive) or left (negative) of the text, the vertical distance below (positive) or above (negative) the text, and optionally a blur radius.

    • Objects to which this property applies : character , initial-property-set , leader , page-number , page-number-citation

  • text-transform ( 7.16.6 ; CSS; extended)

    • Value : capitalize uppercase lowercase none inherit

    • Initial : none

    • Inherited : yes

    • Media : visual

    • This property is deprecated in XSL-FO due to "severe internationalization issues."

    • Objects to which this property applies : character , initial-property-set , page-number , page-number-citation

  • top ( 7.5.2 ; CSS; extended)

    • Value : length percentage auto inherit

    • Initial : auto

    • Inherited : no

    • Percentages : refer to the height of containing block

    • Media : visual

    • See bottom for details.

    • Object to which this property applies : block-container

  • treat-as-word-space ( 7.16.7 ; XSL; extended)

    • Value : auto true false inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • This property specifies if the character shall be treated as a word space (" true ") or as a normal letter (" false ").

    • Object to which this property applies : character

  • unicode-bidi ( 7.27.6 ; CSS; extended)

    • Value : normal embed bidi-override inherit

    • Initial : normal

    • Inherited : no

    • Media : visual

    • This property specifies the opening of an additional level of embedding of bidirectional characters.

    • Object to which this property applies : bidi-override

  • vertical-align ( 7.29.22 ; CSS; shorthand)

    • Value : baseline middle sub super text-top text-bottom percentage length top bottom inherit

    • Initial : baseline

    • Inherited : no

    • Percentages : refer to the " line-height " of the element itself

    • Media : visual

    • Values specify the vertical positioning of inline-level constructs.

    Value

    alignment-baseline

    alignment-adjust

    baseline-shift

    dominant-baseline

    " baseline "

    " baseline "

    " auto "

    " baseline "

    " auto "

    " top "

    " before-edge "

    " auto "

    " baseline "

    " auto "

    " text-top "

    " text-before-edge "

    " auto "

    " baseline "

    " auto "

    " middle "

    " middle "

    " auto "

    " baseline "

    " auto "

    " bottom "

    " after-edge "

    " auto "

    " baseline "

    " auto "

    " text-bottom "

    " text-after-edge "

    " auto "

    " baseline "

    " auto "

    " sub "

    " baseline "

    " auto "

    " sub "

    " auto "

    " super "

    " baseline "

    " auto "

    " super "

    " auto "

    percentage

    " baseline "

    percentage

    " baseline "

    " auto "

    length

    " baseline "

    length

    " baseline "

    " auto "

  • visibility ( 7.28.8 ; CSS; extended)

    • Value : visible hidden collapse inherit

    • Initial : visible

    • Inherited : yes

    • Media : visual

    • This property specifies whether the boxes generated by an element are rendered even while affecting layout.

    • Objects to which this property applies : block , character , inline , leader , page-number , page-number-citation , table-body , table-column , table-footer , table-header , table-row , title

  • voice-family ( 7.6.17 ; CSS; basic)

    • Value : [[ specific-voice generic-voice ], ]* [ specific-voice generic-voice ] inherit

    • Initial : depends on user agent

    • Inherited : yes

    • Media : aural

    • generic-voice values are voice families from the set " male ", " female ", and " child ".

    • specific-voice values are specific instances that may be recognized by the rendering agent

      • e.g. " comedian ", " romeo ", " juliet ", etc.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • volume ( 7.6.18 ; CSS; basic)

    • Value : number percentage silent x-soft soft medium loud x-loud inherit

    • Initial : medium

    • Inherited : yes

    • Percentages : refer to the inherited value

    • Media : aural

    • This property specifies the median volume of the waveform.

    • Objects to which this property applies : basic-link , bidi-override , block , character , external-graphic , initial-property-set , inline , instream-foreign-object , leader , list-block , list-item , page-number , page-number-citation , table-and-caption , table , table-body , table-caption , table-cell , table-footer , table-header , table-row , title

  • white-space ( 7.29.23 ; CSS; shorthand)

    • Value : normal pre nowrap inherit

    • Initial : normal

    • Inherited : yes

    • Media : visual

    • This property specifies a set of properties that would otherwise be individually specified.

    Value

    linefeed-treatment

    white-space-

    collapse

    white-space-treatment

    wrap-option

    " normal "

    " treat-as-space "

    " true "

    " ignore-if- surrounding -linefeed "

    " wrap "

    " pre "

    " preserve "

    " false "

    " preserve "

    " no-wrap "

    " nowrap "

    " treat-as-space "

    " true "

    " ignore-if-surrounding-linefeed "

    " no-wrap "

  • white-space-collapse ( 7.15.12 ; XSL; extended)

    • Value : false true inherit

    • Initial : true

    • Inherited : yes

    • Media : visual

    • This property specifies that a space, tab, or carriage return character is ignored if it follows another such character or immediately precedes a linefeed character.

    • Object to which this property applies : block

  • white-space-treatment ( 7.15.8 ; XSL; extended)

    • Value : ignore preserve ignore-if-before-linefeed ignore-if-after-linefeed ignore-if-surrounding-linefeed inherit

    • Initial : ignore-if-surrounding-linefeed

    • Inherited : yes

    • Media : visual

    • This property specifies the behavior of space, tab, and carriage return characters.

    • Object to which this property applies : block

  • widows ( 7.19.7 ; CSS; basic)

    • Value : integer inherit

    • Initial : 2

    • Inherited : yes

    • Media : visual

    • This property specifies the minimum number of lines of a block that must be at the top of a page.

    • Object to which this property applies : block

  • width ( 7.14.12 ; CSS; basic)

    • Value : length percentage auto inherit

    • Initial : auto

    • Inherited : no

    • Percentages : refer to the width of containing block

    • Media : visual

    • Negative values are illegal.

    • This property does not apply to non-replaced inline-level elements.

    • Objects to which this property applies : block-container , external-graphic , inline , inline-container , instream-foreign-object , table , table-caption , table-cell

  • word-spacing ( 7.16.8 ; CSS; extended)

    • Value : normal length space inherit

    • Initial : normal

    • Inherited : yes

    • Media : visual

    • This property specifies inter-word spacing behavior in addition to the default space between words.

    • Negative values are allowed.

    • Objects to which this property applies : bidi-override , character , initial-property-set , leader , page-number , page-number-citation

  • wrap-option ( 7.15.13 ; XSL; basic)

    • Value : no-wrap wrap inherit

    • Initial : wrap

    • Inherited : yes

    • Media : visual

    • This property specifies how line-breaking of the content is to be handled.

    • " no-wrap " will cause lines longer than the width of the content rectangle to be considered an overflow condition on the reference area.

    • Objects to which this property applies : block , inline , page-number , page-number-citation

  • writing-mode ( 7.27.7 ; XSL; basic)

    • Value : lr-tb rl-tb tb-rl lr rl tb inherit

    • Initial : lr-tb

    • Inherited : yes (see prose)

    • Media : visual

    • " lr " is a shorthand for " lr-tb ".

    • " rl " is a shorthand for " rl-tb ".

    • " tb " is a shorthand for " tb-rl ".

    • Objects to which this property applies : block-container , inline-container , region-after , region-before , region-body , region-end , region-start , simple-page-master , table

  • xml:lang ( 7.29.24 ; XSL; shorthand)

    • Value : country-language inherit

    • Initial : not defined for shorthand properties

    • Inherited : yes

    • Media : visual

    • country-language is a language and/or country value in conformance with RFC 3066.

    • This property is recognized as a shorthand for country and language .

  • z-index ( 7.28.9 ; CSS; extended)

    • Value : auto integer inherit

    • Initial : auto

    • Inherited : no

    • Media : visual

    • Constructs with higher z-index numbers are "in front" of those with lower z-index numbers and obscure the constructs that are "behind".

    • Object to which this property applies : block-container



Definitive XSL-FO
Definitive XSL-FO
ISBN: 0131403745
EAN: 2147483647
Year: 2002
Pages: 99
Authors: G. Ken Holman

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net