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