Skip to content

Commit 6def817

Browse files
committed
[css-text-3] Use a hyphen that's not the default in the hyphenate-character example. <w3c#2809 (comment)>
1 parent ad3f549 commit 6def817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-text-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,12 +557,12 @@ Hyphens: the 'hyphenate-character' property</h3>
557557
</dl>
558558

559559
<div class="example">
560-
In Latin scripts, the hyphen character (U+2010) is most typically used
560+
The hyphen character (U+2010) is most typically used
561561
to indicate that a word has been split.
562-
Normally, it will not be necessary to set this explicitly.
563-
However, this can easily be done:
562+
However, 'hyphenate-character' can be used
563+
to specify a different type of hyphen when necessary.
564564
<pre>
565-
article { hyphenate-character: "\2010" }
565+
article { hyphenate-character: "᐀" /* CANADIAN SYLLABICS HYPHEN (U+1400) */ }
566566
</pre>
567567
</div>
568568

0 commit comments

Comments
 (0)