mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 06:29:21 +00:00
13 lines
333 B
HTML
13 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- mixed languages in a word should inhibit automatic hyphenation -->
|
|
<body lang="en-us">
|
|
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
|
supercalifragilisticexpialidocious
|
|
super<span lang="foo">cali</span>fragilisticexpialidocious
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|