CSS reading-order Property Reference

The CSS reading-order property is a standard property in CSS Display. Review its formal syntax, computed behavior, and practical declarations.

CSS reading-order Property Reference

The CSS reading-order property is a standard property in CSS Display. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

reading-order overview

The CSS reading-order property is a standard property in CSS Display. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

reading-order formal syntax
FieldValue
Formal syntax<integer>
Initial value0
Applies toblockContainersFlexContainersGridContainers
InheritedNo
Percentagesno
Computed valuespecifiedInteger
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Display
StatusStandard

Practical examples

These declarations demonstrate valid ways to set reading-order. The initial and inherit global keywords remain available even when a property-specific value is preferable.

reading-order live example
CSS .reset-example { reading-order: initial; } .inherit-example { reading-order: inherit; } @supports (reading-order: initial) { .supported { reading-order: initial; } }

Description

The CSS reading-order property is a standard property in CSS Display. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: reading-order
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies