blob: a0f2e1060233d6a26d583208e444d8c016188186 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Test: language specific hyphenation—Dutch</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
<link rel="match" href="reference/hyphens-i18n-auto-001-ref.html">
<link rel="match" href="reference/hyphens-i18n-auto-001-alt-ref.html">
<meta name="assert" content="Language specific rules should be taken into account when using soft hyphens">
<meta name="flags" content="should">
<style>
div {
font-size: 3em;
color: orange;
}
.test {
width: 5ch;
hyphens: manual;
color: blue;
}
</style>
<p>Test passes if the blue text and orange text are identical (except for the color).
<div lang=nl class=test>cafee&shy;tje</div>
<div lang=nl>café&#x2010;<br>tje</div>