background-repeat-block
The background-repeat-block property specifies whether a background image repeats along the block axis.
Draft โ This property is defined in a W3C Draft and may be subject to change
Formal Syntax
<repetition>#
JavaScript Access
// Access via element.style
element.style.backgroundRepeatBlock = 'repeat';
Logical Property Group
This property belongs to the background-repeat logical property group, which includes:
- background-repeat-block (current property)
- background-repeat-inline
- background-repeat-x
- background-repeat-y
Browser Support
This property is defined in a W3C Draft and may be subject to change. Browser support data is not yet available.
Related Properties
- background
- background-attachment
- background-blend-mode
- background-clip
- background-color
- background-image
- background-origin
- background-position
- background-position-x
- background-position-y
- background-repeat
- background-size
- background-repeat-x ๐งช
- background-repeat-y ๐งช
- background-position-block ๐ง
- background-position-inline ๐ง
- background-repeat-inline ๐ง
- background-tbd ๐ง