hyphens-auto-001.html (783B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text Test: no automatic hyphenation without language tagging</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-auto-001-ref.html"> 7 <meta name="assert" content="automatic hyphenation must not work without language tagging"> 8 <style> 9 div { 10 width: 4ch; 11 hyphens: auto; 12 } 13 </style> 14 15 <p>Test passes if none of the words below are hyphenated. 16 <div>implementation 17 initialization 18 realization 19 hyphenation 20 anticonstitutionnellement 21 intergouvernementalisation 22 dichlorodiphényltrichloroéthane 23 honorificabilitudinitatibus 24 Wiedervereinigung 25 Rechtsschutzversicherungsgesellschaften</div>