tor-browser

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

hyphens-i18n-auto-006.html (717B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test: language specific hyphenation—Dutch</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/#hyphens-property">
      6 <link rel="match" href="reference/hyphens-i18n-auto-006-ref.html">
      7 <meta name="assert" content="Depending on the language, the hyphenation character may vary.">
      8 <style>
      9 div {
     10  font-size: 3em;
     11  color: orange;
     12 }
     13 .test {
     14  width: 6ch;
     15  hyphens: auto;
     16  color: blue;
     17 }
     18 </style>
     19 
     20 <p>Test passes if the blue text is identical to the orange text.
     21 <div lang=cr class=test>ᑲᓯᑕᓂᐘᓂᓂᐠ</div>
     22 <hr>
     23 <div lang=cr>ᑲᓯᑕᓂ᐀<br>ᐘᓂᓂᐠ</div>