hyphenate-limit-chars-001-ref.html (679B)
1 <!DOCTYPE html> 2 <title>CSS Text: 'hyphens: auto' with a valid 'lang' attribute specification</title> 3 <link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation"> 4 <link rel="author" href="mailto:kojii@chromium.org"> 5 <style> 6 #container > div { 7 border: black solid 2px; 8 font-family: monospace; 9 font-size: 20px; 10 line-height: 1; 11 width: 1ch; 12 } 13 </style> 14 <body> 15 <div lang="en-us" id="container"> 16 <div>ex-<br>am-<br>ple</div> 17 <div>example</div> 18 <div>ex-<br>am-<br>ple</div> 19 <div>exam-<br>ple</div> 20 <div>exam-<br>ple</div> 21 <div>example</div> 22 <div>ex-<br>am-<br>ple</div> 23 <div>ex-<br>ample</div> 24 <div>example</div> 25 </div> 26 </body>