blob: 1560f9e6b9d98cc7dccb2b5c7e3ae0bb62d1a688 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Hyphenation test</title></head>
<!-- check that hyphens:none prevents break at ­ -->
<body xml:lang="en-us">
<div style="width: 5em; hyphens: none;">
su­per­cal­ifrag­ilis­tic­ex­pi­ali­do­cious
</div>
</body>
</html>
|