hyphenate-character-004-ref.html (475B)
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 the string "/-/"</b>. 12 13 <div lang="en"> 14 im/-/<br>ple/-/<br>men/-/<br>tation<br><br> 15 ini/-/<br>tial/-/<br>iza/-/<br>tion<br><br> 16 re/-/<br>al/-/<br>iza/-/<br>tion<br><br> 17 hy/-/<br>phen/-/<br>ation 18 </div>