hyphenate-character-003-ref.html (488B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text reference: hyphenate-character</title> 4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 5 <style> 6 div { 7 font: 16px monospace; 8 } 9 </style> 10 11 <p>Test passes if the words below are hyphenated <b>using a bullet (•) character</b>. 12 13 <div lang="en"> 14 im•<br>ple•<br>men•<br>ta•<br>tion<br><br> 15 ini•<br>tial•<br>iza•<br>tion<br><br> 16 real•<br>iza•<br>tion<br><br> 17 hy•<br>phen•<br>ation 18 </div>