hyphens-punctuation-001.html (535B)
1 <!DOCTYPE html> 2 <title>CSS Text Test: Automatic hyphenation for trailing punctuation characters</title> 3 <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org"> 4 <link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property"> 5 <link rel="match" href="reference/hyphens-punctuation-001-ref.html"> 6 <style> 7 div { 8 hyphens: auto; 9 width: 5ch; 10 border: 1px solid blue; 11 } 12 </style> 13 <body lang="en-us"> 14 <div>00000 example 00000</div> 15 <div>00000 example. 00000</div> 16 <div>00000 (example 00000</div> 17 </body>