We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3f549 commit 6def817Copy full SHA for 6def817
css-text-4/Overview.bs
@@ -557,12 +557,12 @@ Hyphens: the 'hyphenate-character' property</h3>
557
</dl>
558
559
<div class="example">
560
- In Latin scripts, the hyphen character (U+2010) is most typically used
+ The hyphen character (U+2010) is most typically used
561
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:
+ However, 'hyphenate-character' can be used
+ to specify a different type of hyphen when necessary.
564
<pre>
565
- article { hyphenate-character: "\2010" }
+ article { hyphenate-character: "᐀" /* CANADIAN SYLLABICS HYPHEN (U+1400) */ }
566
</pre>
567
</div>
568
0 commit comments