File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2274,9 +2274,12 @@ Determining the Baselines of a Box</h2>
2274
2274
* If the box establishing the <a>alignment context</a>
2275
2275
has a <a>block flow direction</a> that is orthogonal to the axis of the <a>alignment context</a> ,
2276
2276
use its <a>writing mode</a> .
2277
- * Otherwise, assume either ''horizontal-tb'' or ''vertical-lr'' 'writing-mode' ,
2278
- whichever is orthogonal to the box’s own 'writing-mode' .
2279
- <!-- This pairing is chosen because the most likely case for this situation is CJK. -->
2277
+ * Otherwise:
2278
+ * If the box’s own [=writing mode=] is vertical,
2279
+ assume ''horizontal-tb'' .
2280
+ * If the box’s own [=writing mode=] is horizontal,
2281
+ assume ''vertical-lr'' if 'direction' is ''ltr''
2282
+ and ''vertical-rl'' if 'direction' is ''rtl'' .
2280
2283
2281
2284
For the purposes of finding the baselines of a box,
2282
2285
it and all its in-flow descendants with a scrolling mechanism (see the 'overflow' property)
You can’t perform that action at this time.
0 commit comments