- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Jan 2011 00:50:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv10078
Modified Files:
Overview.html Overview.src.html
Log Message:
Clarify word-break: keep-all
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Overview.html 28 Jan 2011 00:47:18 -0000 1.38
+++ Overview.html 28 Jan 2011 00:50:19 -0000 1.39
@@ -1343,19 +1343,18 @@
<dt><dfn id=keep-all
title="line-break:keep-all"><code>keep-all</code></dfn>
- <dd>Sequences of <a href="#block-scripts">block characters can no longer
- break on implied break points. This option is mostly used where the
+ <dd><a href="#block-scripts">Block</a> characters no longer create implied
+ break points. Otherwise this option is equivalent to ‘<code
+ class=css>normal</code>’. This option is mostly used where the
presence of word separator characters still creates line-breaking
- opportunities, as in Korean.</a>
+ opportunities, as in Korean.
<dt><dfn id=hyphenate
title="word-break:hyphenate"><code>hyphenate</code></dfn>
<dd>Words may be broken at an appropriate hyphenation point in addition to
opportunities available under ‘<code
- class=css>normal</code>’. Hyphenation requires that the user agent
- have an hyphenation resource appropriate to the language of the text
- being broken.
+ class=css>normal</code>’.
<p class=issue>This value is proposed to replace the ‘<a
href="#hyphens0"><code class=property>hyphens</code></a>’
property. Other values could be added as ‘<code
@@ -1364,8 +1363,8 @@
</dl>
<p>When shaping scripts such as Arabic are allowed to break within words
- due to ‘<code class=property>break-all</code>’ or hyphenation,
- the characters must still be shaped as if the word were not broken.
+ due to ‘<code class=css>break-all</code>’ or hyphenation, the
+ characters must still be shaped as if the word were not broken.
<h2 id=hyphenation><span class=secno>6. </span>Hyphenation</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.src.html 28 Jan 2011 00:47:26 -0000 1.132
+++ Overview.src.html 28 Jan 2011 00:50:19 -0000 1.133
@@ -907,22 +907,21 @@
the text is predominantly using CJK characters with few non-CJK excerpts
and it is desired that the text be better distributed on each line.</dd>
<dt><dfn title="line-break:keep-all"><code>keep-all</code></dfn></dt>
- <dd>Sequences of <a href="#block-scripts">block</i> characters
- can no longer break on implied break points.
+ <dd><a href="#block-scripts">Block</a> characters no longer create
+ implied break points. Otherwise this option is equivalent to
+ ''normal''.
This option is mostly used where the presence of word separator
characters still creates line-breaking opportunities, as in Korean.</dd>
<dt><dfn title="word-break:hyphenate"><code>hyphenate</code></dfn></dt>
<dd>Words may be broken at an appropriate hyphenation point in addition
- to opportunities available under ''normal''. Hyphenation requires
- that the user agent have an hyphenation resource appropriate to the
- language of the text being broken.
+ to opportunities available under ''normal''.
<p class="issue">This value is proposed to replace the 'hyphens'
property. Other values could be added as ''word-break: hyphenate-all''
and ''word-break: none''</p></dd>
</dl>
<p>When shaping scripts such as Arabic are allowed to break within words
- due to 'break-all' or hyphenation, the characters must still be shaped
+ due to ''break-all'' or hyphenation, the characters must still be shaped
as if the word were not broken.</p>
<h2 id="hyphenation">Hyphenation</h2>
Received on Friday, 28 January 2011 00:50:23 UTC