CSS reading-flow Property Reference

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

CSS reading-flow Property Reference

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

Updated 2026-08-12

reading-flow overview

The CSS reading-flow 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-flow formal syntax
FieldValue
Formal syntaxnormal | source-order | flex-visual | flex-flow | grid-rows | grid-columns | grid-order
Initial valuenormal
Applies toblockContainersFlexContainersGridContainers
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Mediavisual
Specification groupCSS Display
StatusStandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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