hyphens-i18n-auto-001-ref.html (547B)
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 <style> 6 div { 7 font-size: 3em; 8 color: orange; 9 } 10 .test { 11 color: blue; 12 } 13 </style> 14 15 <p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen). 16 <div lang=nl class=test>café‐<br>tje</div> 17 <hr> 18 <div lang=nl>café‐<br>tje</div> 19 <hr> 20 <div lang=nl>café-<br>tje</div>