hyphens-overflow-001-ref.html (434B)
1 <!DOCTYPE html> 2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 3 <style> 4 div { 5 font-size: 10px; 6 font-family: Ahem; 7 width: 5.1ch; 8 border: 1px solid blue; 9 } 10 </style> 11 <body> 12 <div>12 4-<br>xx</div> 13 <div>12<br>45xx</div> 14 <div>12<br>456xx</div> 15 <div>1234-<br>xx</div> 16 <div>12345-<br>xx</div> 17 <div>123456-<br>xx</div> 18 19 <div style="width: 10ch">renfor-<br>cer99999</div> 20 <div>00-<br>1222</div> 21 </body>