tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

trailing-ogham-001.html (851B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text level 3 Test: trailing 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 ogham spaces are removed">
      8 <style>
      9 div {
     10    border: solid;
     11    width: min-content;
     12 }
     13 .soft-wrap { border-color: blue; }
     14 .hard-break { border-color: orange; }
     15 
     16 </style>
     17 
     18 <p>Test passes if the content of the blue and orange boxes is identical to that of the black box.
     19 
     20 <div class=soft-wrap>᚛ᚑᚌᚐᚋ᚜&#x1680;᚛ᚑᚌᚐᚋ᚜</div>
     21 <div class=hard-break>᚛ᚑᚌᚐᚋ᚜&#x1680;<br>᚛ᚑᚌᚐᚋ᚜</div>
     22 <div class=ref>᚛ᚑᚌᚐᚋ᚜<br>᚛ᚑᚌᚐᚋ᚜</div>