- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jan 2012 02:22:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv29594
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix errors in 'text-justify: distribute'
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -d -r1.205 -r1.206
--- Overview.html 12 Jan 2012 01:57:40 -0000 1.205
+++ Overview.html 12 Jan 2012 02:22:09 -0000 1.206
@@ -36,7 +36,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/12
- 01:53:17 $ (CVS $Revision$)</a> <!--
+ 01:57:40 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120112/">http://www.w3.org/TR/2012/WD-css3-text-20120112/</a></dd>
-->
@@ -2343,7 +2343,7 @@
<td><strong>1</strong>
- <td>2
+ <td>3
<td>2
@@ -2451,10 +2451,12 @@
category represents expansion opportunities at <a
href="#word-separator">word separators</a>. (See <a
href="#word-spacing">‘<code
- class=property>word-spacing</code>’</a>.) The UA may treat spaces
- differently than other expansion points in the same priority, but must not
- change their priority with respect to expansion points in other priority
- levels. For example, in Japanese ‘<code
+ class=property>word-spacing</code>’</a>.) Except when ‘<a
+ href="#text-justify0"><code class=property>text-justify</code></a>’
+ is ‘<code class=css>distribute</code>’, the UA may treat
+ spaces differently than other expansion points in the same priority, but
+ must not change their priority with respect to expansion points in other
+ priority levels. For example, in Japanese ‘<code
class=css>inter-ideograph</code>’ justification (which treats CJK
characters at a higher priority than Latin characters), word spaces
traditionally have a higher priority than inter-CJK spacing, and the UA
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- Overview.src.html 12 Jan 2012 01:57:40 -0000 1.303
+++ Overview.src.html 12 Jan 2012 02:22:09 -0000 1.304
@@ -1675,7 +1675,7 @@
<th scope="row"><a href="#block-scripts">block</a></th>
<td>2</td>
<td><strong>1</strong></td>
- <td>2</td>
+ <td>3</td>
<td>2</td>
<td>3</td>
<td><strong>1</strong>*</td>
@@ -1750,7 +1750,8 @@
justification methods.</small></p>
<p id="justify-spaces">The <dfn title="spaces-category">spaces</dfn> category represents
expansion opportunities at <a href="#word-separator">word separators</a>.
- (See <a href="#word-spacing">'word-spacing'</a>.) The UA may treat
+ (See <a href="#word-spacing">'word-spacing'</a>.) Except when
+ 'text-justify' is ''distribute'', the UA may treat
spaces differently than other expansion points in the same priority,
but must not change their priority with respect to expansion points
in other priority levels. For example, in Japanese ''inter-ideograph''
Received on Thursday, 12 January 2012 02:24:16 UTC