blob: 399f86721071ec7d285998bdeb7178968946ddc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text reference: hyphenate-character</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
div {
font: 16px monospace;
}
</style>
<p>Test passes if the words below are hyphenated <b>using the string "/-/"</b>.
<div lang="en">
im/-/<br>ple/-/<br>men/-/<br>tation<br><br>
ini/-/<br>tial/-/<br>iza/-/<br>tion<br><br>
re/-/<br>al/-/<br>iza/-/<br>tion<br><br>
hy/-/<br>phen/-/<br>ation
</div>
|