tor-browser

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

justification-space-diacritic-ref.html (618B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <meta charset="utf-8">
      4 <style>
      5 div {
      6  font-family:monospace;
      7  width:200px;
      8  border:1px solid red;
      9  text-align-last:justify;
     10 }
     11 span {
     12  display:inline-block;
     13 }
     14 </style>
     15 <!-- The <space> or <nbsp> characters that carry combining marks
     16     should NOT be stretched by justification. -->
     17 <div>
     18 <p><span>Hello &#x308; &#x308; &#x308;</span> world
     19 <p><span>Hello&nbsp;&#x308;&nbsp;&#x308;&nbsp;&#x308;</span> world
     20 <p><span>Hello&nbsp;&#x308;</span> <span>&nbsp;&#x301;&nbsp;&#x300;world</span>
     21 <p><span>Hello&nbsp;&#x202d;&#x308;&#x202c;</span><span>&nbsp;&#x202d;&#x302;&#x202c;world</span>