two-levels-of-orthogonal-flows.html (706B)
1 <!DOCTYPE html> 2 <title>Two levels of writing mode roots with text inside, no constraints</title> 3 <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org"> 4 <link rel="help" href="https://www.w3.org/TR/css-sizing-3/#intrinsic" title="4. Intrinsic Size Determination"> 5 <link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#orthogonal-auto" title="7.3.1. Available Space in Orthogonal Flows"> 6 <p>There should be three lines below. The middle line should have a 7 yellow background (but otherwise be exactly like the two others, 8 i.e. no extra height or anything like that)</p> 9 A B C D E F G 10 <div style="width:fit-content; background:yellow;"> 11 A B C D E F G 12 </div> 13 A B C D E F G