two-levels-of-orthogonal-flows-fixed.html (808B)
1 <!DOCTYPE html> 2 <title>Two levels of writing mode roots with text inside, fixed available inline size for inner on outer</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 <link rel="match" href="reference/two-levels-of-orthogonal-flows-fixed.html"> 7 <div style="writing-mode:vertical-rl; width:10em; border:solid; background:red;"> 8 <div style="writing-mode:horizontal-tb; padding:3px; background:yellow;"> 9 This text should be inside a box with a yellow background and a black border. There should be no red. 10 </div> 11 </div>