Skip to content

Commit 5b936a0

Browse files
committed
word-break:keep-all prohibits break opportynities between ID/ID, ID/AL, and AL/ID <http://lists.w3.org/Archives/Public/www-style/2012May/0118.html>
--HG-- extra : rebase_source : 8def90bfa22a14dd0962dae5fefbe43dd7849b5a
1 parent 6e1ebc1 commit 5b936a0

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

css3-text/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 May 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS
4141
$Revision$)</a> <!--
42-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120506/">http://www.w3.org/TR/2012/WD-css3-text-20120506/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120507/">http://www.w3.org/TR/2012/WD-css3-text-20120507/</a></dd>
4343
-->
4444

4545

@@ -1436,9 +1436,10 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14361436
<dd>Break opportunties between ID/ID, AL/ID, and ID/AL as defined in <a
14371437
href="#UAX14" rel=biblioentry>[UAX14]<!--{{UAX14}}--></a> are prohibited.
14381438
Otherwise this option is equivalent to &lsquo;<code
1439-
class=css>normal</code>&rsquo;. This option is mostly used where word
1440-
separator characters are present to create line-breaking opportunities.
1441-
Such sytle is sometimes seen in Korean magazines, and is also useful for
1439+
class=css>normal</code>&rsquo;. This option produces a style where a
1440+
sequence of ideographic characters do not break, and word separator
1441+
characters are present to create line-breaking opportunities. Such sytle
1442+
is sometimes seen in Korean magazines, and is also useful for
14421443
mixed-script text where CJK snippets are mixed into another language that
14431444
uses spaces for seapration.
14441445
</dl>

css3-text/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,9 @@ <h3 id="word-break">
971971
<dt><dfn title="word-break:keep-all">''keep-all''</dfn></dt>
972972
<dd>Break opportunties between ID/ID, AL/ID, and ID/AL as defined in [[UAX14]]
973973
are prohibited. Otherwise this option is equivalent to ''normal''.
974-
This option is mostly used where word separator characters are present
975-
to create line-breaking opportunities.
974+
This option produces a style where a sequence of ideographic characters do
975+
not break, and word separator characters are present to create line-breaking
976+
opportunities.
976977
Such sytle is sometimes seen in Korean magazines, and is also useful for
977978
mixed-script text where CJK snippets are mixed into another language that
978979
uses spaces for seapration.</dd>

0 commit comments

Comments
 (0)