@@ -1151,6 +1151,14 @@ Reordering and Accessibility</h3>
1151
1151
<h2 id='reading-flow'>
1152
1152
Reading Order: the 'reading-flow' property</h2>
1153
1153
1154
+ A <dfn export>reading flow container</dfn> is a flex or grid container
1155
+ with a valid 'reading-flow' value other than 'normal' .
1156
+
1157
+ The rendering-defined sibling reading flow of a <a>reading flow container</a>
1158
+ is an ordered list of in-flow children of the container.
1159
+ All children must render to an element and are considered siblings in the reading flow container.
1160
+ The order is determined by the 'reading-flow' property.
1161
+
1154
1162
ISSUE(9922): Should this property also apply to tables?
1155
1163
1156
1164
ISSUE(9230): Define how reading-flow interacts with focusable display: contents elements.
@@ -1199,6 +1207,7 @@ ISSUE(9230): Define how reading-flow interacts with focusable display: contents
1199
1207
taking the writing mode into account.
1200
1208
<dt> <dfn>grid-order</dfn>
1201
1209
<dd>
1210
+ Only takes effect on grid containers.
1202
1211
Follows the [=order-modified document order=] .
1203
1212
Therefore, as 'normal' unless the 'order'
1204
1213
property has been used to change the order of items.
@@ -1304,16 +1313,6 @@ ISSUE(9230): Define how reading-flow interacts with focusable display: contents
1304
1313
should be encoded in the source order
1305
1314
so that the document is sensical without CSS.
1306
1315
1307
- If the host language defines features for explicitly controlling
1308
- the reading or navigation order
1309
- (such as <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex"><code>tabindex</code></a> [[HTML]] ),
1310
- these take precedence over 'reading-flow' :
1311
- the modified document order created by 'reading-flow'
1312
- essentially replaces the underlying source order
1313
- for the purpose of such features.
1314
-
1315
- ISSUE: Is this the most appropriate interaction with with <code> tabindex</code> ?
1316
-
1317
1316
<details class="note">
1318
1317
<summary> Design Considerations and Background</summary>
1319
1318
0 commit comments