Repetitions of a background image
background-repeat if or how a background image is tiled. Tiling is applied after background-size and background-position have been applied. background-repeat may be defined in terms of four keywords (‘repeat’, ‘space’, ‘round’, and ‘no-repeat’). These keywords may be specified once or twice, in any combination. Antenna House Formatter also supports a ‘paginate’ value for using successive pages from an external PDF file as the background image on successive pages of the current document.

When there are two keywords, the first keyword applies to the horizontal direction and the second applies to the vertical direction.

  • ‘repeat’ : Image is repeated in this direction as often as needed to cover the background painting area.
  • ‘space’ : Image is repeated in this direction as often as will fit in the background positioning area and then the images are spaced out to fill the area. The first and last images touch the edges of the area.
  • ‘round’ : Image is repeated in this direction as often as will fit without being clipped.
  • ‘no-repeat’ : Image is not repeated in this direction.

The single-keyword values, including the ‘repeat-x’ and ‘repeat-y’ keywords from XSL 1.1, are defined in terms of those keywords:

  • ‘repeat-x’ : Image is repeated horizontally only. Equivalent to ‘repeat no-repeat’.
  • ‘repeat-y’ : Image is repeated vertically only. Equivalent to ‘no-repeat repeat’.
  • ‘repeat’ : Image is repeated both horizontally and vertically. Equivalent to ‘repeat repeat’.
  • ‘space’ : Equivalent to ‘space space’.
  • ‘round’ : Equivalent to ‘round round’. This is the default.
  • ‘no-repeat’ : Image is not repeated: only one copy is drawn. Equivalent to ‘no-repeat no-repeat’.

The text in the following examples indicates the ‘background-repeat’ value.

The examples use this background image:
no-repeat repeat-x space no-repeat round no-repeat
repeat-y repeat space repeat round repeat
no-repeat space repeat space space round space
no-repeat round repeat round space round round