css.properties

reading-order

The reading-order property specifies the reading order of content.

Experimental โ€” This feature is experimental and may change

Formal Syntax

reading-order = <integer>

See specification

JavaScript Access

// Access via element.style element.style.readingOrder = 0;

Browser Support

experimental, standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
reading-order137โ€”โ€”137

Related Properties