@@ -1093,13 +1093,21 @@ <h4 id="orthogonal-flows">Orthogonal Flows</h4>
10931093 layout of the box, the dimensions corresponding to the logical
10941094 height and logical width of the containing block are determined
10951095 using the writing mode of the box under consideration, not the
1096- writing mode of the element associated with the containing block.</ p >
1096+ writing mode of the element associated with the containing block.
1097+ For example, if a vertical block is placed inside a horizontal
1098+ block, the physical height of the horizontal block is taken as
1099+ the logical width of the containing block when calculating the
1100+ logical width (physical height) of the child block.</ p >
1101+
10971102
10981103 < p class ="issue "> What's a reasonable way of calculating ''auto''
10991104 logical widths? The fallout of the above statements is not
1100- reasonable. Three good options are: use the max-content size;
1105+ reasonable. Three options are: use the max-content size;
11011106 use 100vh margin-box; use the same logical width that would be
1102- calculated if the block flows were parallel.</ p >
1107+ calculated if the block flows were parallel. Current recommendation
1108+ is to use fit-content, need to spec that.</ p >
1109+ < p class ="issue "> Make sure auto margins can align a vertical box
1110+ inside a horizontal box.</ p >
11031111
11041112< h3 id ="directions "> Logical vs Physical Directions</ h3 >
11051113
0 commit comments