Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <head>
3 <title>Soft hyphen font fallback (for bug 476378)</title>
4 </head>
5 <body>
7 <!-- On OS X, Hoefler Text has a distinctive hyphen; on Windows, Segoe UI does.
8 In each case U+2010 will fall back to a font with a very different glyph. -->
9 <div style="width: 50pt;
10 font-family: Hoefler Text, Segoe UI, Trebuchet MS, Lucida Grande;
11 font-size: 24pt;">
13 <!-- reference text uses an explicit ASCII hyphen at the expected break point -->
14 <p>aaa-<br>aa</p>
16 </div>
18 </body>
19 </html>