- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 19 Feb 2011 14:54:48 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv10328 Modified Files: Overview.html Overview.src.html Log Message: Fixed a typo Removed a reference to old value Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- Overview.html 14 Feb 2011 11:43:04 -0000 1.58 +++ Overview.html 19 Feb 2011 14:54:46 -0000 1.59 @@ -83,7 +83,7 @@ <h1>CSS Text Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 February + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 February 2011</h2> <dl> @@ -91,7 +91,7 @@ <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: 2011/02/14 11:42:29 $ (CVS $Revision$)</a> <!-- - <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110214/">http://www.w3.org/TR/2011/WD-css3-text-20110214/</a></dd> + <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110219/">http://www.w3.org/TR/2011/WD-css3-text-20110219/</a></dd> --> @@ -213,7 +213,7 @@ <li>the ‘<a href="#hanging-punctuation0"><code class=property>hanging-punctuation</code></a>’ property - <li>the ‘<a href="#text-trim0"><code + <li>the ‘<a href="#text-trim"><code class=property>text-trim</code></a>’ property <li><span class=issue>audit draft and add more here</span> @@ -362,7 +362,7 @@ the ‘<code class=property>letter-spacing</code>’ property</a> - <li><a href="#text-trim"><span class=secno>9.3. </span> Fullwidth + <li><a href="#text-trim-prop"><span class=secno>9.3. </span> Fullwidth Kerning: the ‘<code class=property>text-trim</code>’ property</a> @@ -3176,10 +3176,13 @@ rules for how a text formatter can justify Japanese text. It describes rules for cases where the ‘<a href="#text-justify0"><code class=property>text-justify</code></a>’ property is ‘<code - class=css>trim inter-ideograph</code>’.</p> + class=css>inter-ideograph</code>’ and the ‘<a + href="#text-trim"><code class=property>text-trim</code></a>’ + property does not specify ‘<code + class=css>no-justify</code>’.</p> <p>It produces an effect similar to cases where the computed value of - ‘<a href="#text-trim0"><code + ‘<a href="#text-trim"><code class=property>text-trim</code></a>’ property does not specify ‘<code class=css>force-end</code>’ or ‘<code class=css>keep-end</code>’. If the UA wants to prohibit this @@ -3465,9 +3468,9 @@ <p>When the resulting space between two characters is not the same as the default space, user agents should not use optional ligatures. - <h3 id=text-trim><span class=secno>9.3. </span><a + <h3 id=text-trim-prop><span class=secno>9.3. </span> <a name=punctuation-trim></a> Fullwidth Kerning: the ‘<a - href="#text-trim0"><code class=property>text-trim</code></a>’ + href="#text-trim"><code class=property>text-trim</code></a>’ property</h3> <pre class=note> @@ -3494,7 +3497,7 @@ <tr> <th>Name: - <td><dfn id=text-trim0>text-trim</dfn> + <td><dfn id=text-trim>text-trim</dfn> <tr> <th>Value: @@ -4674,7 +4677,7 @@ <dt><dfn id=auto2>‘<code class=css>auto</code>’</dfn> <dd>The user agent may use any algorithm to determine the underline's - position; however in vertical tyographic mode, if the language of the + position; however in vertical typographic mode, if the language of the element is set to Japanese or Korean (matches <code>:lang(ja)</code> or <code>:lang(ko)</code>) the underline must be drawn on the right side of the text as described for ‘<code class=css>below @@ -5385,11 +5388,11 @@ <li>Reorganized values of ‘<code class=property>punctuation-trim</code>’ and renamed to ‘<a - href="#text-trim0"><code class=property>text-trim</code></a>’. + href="#text-trim"><code class=property>text-trim</code></a>’. <li>Removed ‘<code class=css>trim</code>’ keyword of ‘<a href="#text-justify0"><code class=property>text-justify</code></a>’ - to control it through ‘<a href="#text-trim0"><code + to control it through ‘<a href="#text-trim"><code class=property>text-trim</code></a>’. <li>Removed ‘<code class=css>ideograph-space</code>’ and @@ -5443,20 +5446,20 @@ <dt id=CSS21>[CSS21] <dd>Bert Bos; et al. <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style - Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September - 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a> + href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style + Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December + 2010. W3C Working Draft. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a> </dd> <!----> <dt id=CSS3BG>[CSS3BG] <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a - href="http://www.w3.org/TR/2010/WD-css3-background-20100612"><cite>CSS - Backgrounds and Borders Module Level 3.</cite></a> 12 June 2010. W3C - Working Draft. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2010/WD-css3-background-20100612">http://www.w3.org/TR/2010/WD-css3-background-20100612</a> + href="http://www.w3.org/TR/2011/CR-css3-background-20110215"><cite>CSS + Backgrounds and Borders Module Level 3.</cite></a> 15 February 2011. W3C + Candidate Recommendation. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2011/CR-css3-background-20110215">http://www.w3.org/TR/2011/CR-css3-background-20110215</a> </dd> <!----> @@ -6045,7 +6048,7 @@ <td>visual <tr valign=baseline> - <td><a class=property href="#text-trim0">text-trim</a> + <td><a class=property href="#text-trim">text-trim</a> <td>normal | force-start || [ keep-end | force-end ] || no-justify @@ -6544,7 +6547,7 @@ <li>text-transform:uppercase, <a href="#uppercase" title="text-transform:uppercase"><strong>3.1.</strong></a> - <li>text-trim, <a href="#text-trim0" + <li>text-trim, <a href="#text-trim" title=text-trim><strong>9.3.</strong></a> <li>text-trim:force-end, <a href="#force-end" Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.152 retrieving revision 1.153 diff -u -d -r1.152 -r1.153 --- Overview.src.html 14 Feb 2011 11:42:29 -0000 1.152 +++ Overview.src.html 19 Feb 2011 14:54:46 -0000 1.153 @@ -2277,7 +2277,8 @@ <p>Japanese is one of the languages for which compression is preferred to expansion in applying justification.</p> <p>3.8 Line Adjustment in [[JLREQ]] gives an example of a set of rules for how a text formatter can justify Japanese text. - It describes rules for cases where the 'text-justify' property is ''trim inter-ideograph''.</p> + It describes rules for cases where the 'text-justify' property is ''inter-ideograph'' + and the 'text-trim' property does not specify ''no-justify''.</p> <p>It produces an effect similar to cases where the computed value of 'text-trim' property does not specify ''force-end'' or ''keep-end''. If the UA wants to prohibit this behavior, @@ -2544,7 +2545,8 @@ <p>When the resulting space between two characters is not the same as the default space, user agents should not use optional ligatures.</p> - <h3 id="text-trim"><a name="punctuation-trim"></a> + <h3 id="text-trim-prop"> + <a name="punctuation-trim"></a> Fullwidth Kerning: the 'text-trim' property</h3> <pre class="note"> @@ -2764,9 +2766,8 @@ standard convention is often not followed.</p> </div> - <h3 id="text-autospace"> - <a name="text-autospace-prop"></a> - <a name="text-autospace">Adding space: the 'text-autospace' property</a></h3> + <h3 id="text-autospace-prop"> + Adding space: the 'text-autospace' property</h3> <table class="propdef"> <tbody> @@ -3526,7 +3527,7 @@ <dl> <dt><dfn>''auto''</dfn></dt> <dd>The user agent may use any algorithm to determine the - underline's position; however in vertical tyographic mode, + underline's position; however in vertical typographic mode, if the language of the element is set to Japanese or Korean (matches <code>:lang(ja)</code> or <code>:lang(ko)</code>) the underline must be drawn on the right side of the text
Received on Saturday, 19 February 2011 14:54:50 UTC