← back to v137 · css-reading-flow-reading-order-properties
conformance · v137
v137 · css-reading-flow-reading-order-properties — conformance probe
8 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
8
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
reading-flow-normal-supported |
reading-flow accepts the default keyword 'normal'. spec ↗ | css-supports | … | |
reading-flow-flex-visual-supported |
reading-flow accepts flex-visual to follow the visual order of flex items. spec ↗ | css-supports | … | |
reading-flow-flex-flow-supported |
reading-flow accepts flex-flow to follow the box-tree order of flex items. spec ↗ | css-supports | … | |
reading-flow-grid-rows-supported |
reading-flow accepts grid-rows for row-major grid reading order. spec ↗ | css-supports | … | |
reading-flow-grid-columns-supported |
reading-flow accepts grid-columns for column-major grid reading order. spec ↗ | css-supports | … | |
reading-flow-grid-order-supported |
reading-flow accepts grid-order to honour explicit order on grid items. spec ↗ | css-supports | … | |
reading-order-integer-supported |
reading-order accepts an <integer> on items inside a reading-flow container. spec ↗ | css-supports | … | |
reading-order-computed-via-cssom |
Setting reading-order through CSSOM round-trips through getComputedStyle as an integer string. spec ↗ | script | … |