Skip to content

Commit d067425

Browse files
committed
Make only conditional hyphens disable auto-hyphenation. <http://lists.w3.org/Archives/Public/www-style/2011Mar/0703.html>
1 parent a9bd50e commit d067425

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css3-text/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 March 2011</h2>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/03/30 00:37:40 $ (CVS $Revision$)</a> <!--
92+
2011/03/30 03:24:34 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110330/">http://www.w3.org/TR/2011/WD-css3-text-20110330/</a></dd>
9494
-->
9595

@@ -1670,9 +1670,9 @@ <h3 id=hyphens><span class=secno>6.1. </span>Hyphenation Control: the
16701670
determined by hyphenation characters inside the word or as determined
16711671
automatically by a language-appropriate hyphenation resource (such as
16721672
those provided via &lsquo;<code
1673-
class=css>@hyphenation-resource</code>&rsquo;). Explicit hyphenation
1674-
characters inside a word take priority over automatic resources when
1675-
determining hyphenation points within the word.
1673+
class=css>@hyphenation-resource</code>&rsquo;). Conditional hyphenation
1674+
characters inside a word, if present, take priority over automatic
1675+
resources when determining hyphenation points within the word.
16761676

16771677
<dt>all
16781678

css3-text/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,9 +1131,9 @@ <h3 id="hyphens">Hyphenation Control: the 'hyphens' property</h3>
11311131
determined by hyphenation characters inside the word or as
11321132
determined automatically by a language-appropriate hyphenation
11331133
resource (such as those provided via ''@hyphenation-resource'').
1134-
Explicit hyphenation characters inside a word take priority over
1135-
automatic resources when determining hyphenation points within
1136-
the word.
1134+
Conditional hyphenation characters inside a word, if present,
1135+
take priority over automatic resources when determining
1136+
hyphenation points within the word.
11371137
<dt>all
11381138
<dd>All possible hyphenation points, as would be determined for ''auto'',
11391139
are marked. The visual appearance of the mark is UA-dependent. This

0 commit comments

Comments
 (0)