css.properties

background-repeat-inline

The background-repeat-inline property specifies whether a background image repeats along the inline axis.

Draft โ€” This property is defined in a W3C Draft and may be subject to change

Formal Syntax

background-repeat-inline = <repetition># <repetition> = repeat | space | round | no-repeat

See specification

JavaScript Access

// Access via element.style element.style.backgroundRepeatInline = "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