trailing-ogham-003.html (890B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text level 3 Test: trailing nowrap ogham spaces</title> 4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 5 <link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2"> 6 <link rel="match" href="reference/trailing-ogham-001-ref.html"> 7 <meta name="assert" content="tailing collaspible (nowrap) ogham spaces are removed"> 8 <style> 9 div { 10 border: solid; 11 width: min-content; 12 white-space: nowrap; 13 } 14 .br { border-color: blue; } 15 .end-of-element { border-color: orange; } 16 17 </style> 18 19 <p>Test passes if the content of the blue and orange boxes is identical to that of the black box. 20 21 <div class=br>᚛ᚑᚌᚐᚋ᚜ <br>᚛ᚑᚌᚐᚋ᚜</div> 22 <div class=end-of-element>᚛ᚑᚌᚐᚋ᚜<br>᚛ᚑᚌᚐᚋ᚜ </div> 23 <div class=ref>᚛ᚑᚌᚐᚋ᚜<br>᚛ᚑᚌᚐᚋ᚜</div>