css.properties

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>#

See specification

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:

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