auto-hyphenation-9.html (236B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="iso-8859-1"> 4 <!-- check that hyphenation is not applied when language is not specified --> 5 <body> 6 <div style="width: 5em; hyphens: auto;"> 7 supercalifragilisticexpialidocious 8 </div> 9 </body> 10 </html>