repeat
Specifies how the background image should be repeated
Content model
Content type is string.
The possible values of this element are restricted to the following.
- REPEAT
Repeat image in both horizontal and vertical.
- REPEAT-X
Repeat image horizontally only.
- REPEAT-Y
Repeat image vertically only.
- NO REPEAT
Do not repeat image.
- INHERIT
The repeating behavior is inherited from the parent container.