- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Sep 2011 23:18:10 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv18047 Modified Files: Overview.html Overview.src.html Log Message: Close text-decoration cpsp issue <http://lists.w3.org/Archives/Public/www-style/2011Sep/0058.html> no change. Mark that ruby text does not receive text-decoration. <http://lists.w3.org/Archives/Public/www-style/2011Sep/0238.html> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.182 retrieving revision 1.183 diff -u -d -r1.182 -r1.183 --- Overview.html 14 Sep 2011 10:20:14 -0000 1.182 +++ Overview.html 15 Sep 2011 23:18:08 -0000 1.183 @@ -29,15 +29,15 @@ <h1>CSS Text Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 September + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 September 2011</h2> <dl> <dt>This version: - <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/31 - 11:11:30 $ (CVS $Revision$)</a> <!-- - <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110914/">http://www.w3.org/TR/2011/WD-css3-text-20110914/</a></dd> + <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/09/14 + 10:20:14 $ (CVS $Revision$)</a> <!-- + <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110915/">http://www.w3.org/TR/2011/WD-css3-text-20110915/</a></dd> --> @@ -54,7 +54,7 @@ <dt>Previous version: <dd><a - href="http://www.w3.org/TR/2011/WD-css3-text-20110412/">http://www.w3.org/TR/2011/WD-css3-text-20110412/</a> + href="http://www.w3.org/TR/2011/WD-css3-text-20110901/">http://www.w3.org/TR/2011/WD-css3-text-20110901/</a> <dt>Editors: @@ -430,6 +430,9 @@ <ul class=toc> <li class=no-num><a href="#recent-changes"> Changes from the April 2011 CSS3 Text <abbr title="Working Draft">WD</abbr></a> + + <li class=no-num><a href="#recent-changes"> Changes from the April 2011 + CSS3 Text <abbr title="Working Draft">WD</abbr></a> </ul> <li class=no-num><a href="#default-stylesheet">Appendix D: Default UA @@ -570,8 +573,8 @@ <dt><dfn id=capitalize title="text-transform:capitalize">‘<code class=css>capitalize</code>’</dfn> - <dd>Puts the first <a href="#character"><i>character</i></a> of each word - in titlecase; other characters are unaffected. + <dd>Puts the first <a href="#letter0"><i>letter</i></a> of each word in + titlecase; other characters are unaffected. <dt><dfn id=uppercase title="text-transform:uppercase">‘<code class=css>uppercase</code>’</dfn> @@ -605,7 +608,7 @@ must use the full case mappings for Unicode characters, including any conditional casing rules, as defined in Default Case Algorithm section. If (and only if) the content language of the element is known, then any - applicable language-specific rules must be used as well. (See <a + applicable language-specific rules must be used as well. (See e.g. <a href="http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt">SpecialCasing.txt</a>) @@ -616,10 +619,6 @@ ‘<code class=css>capitalize</code>’ to follow language-specific titlecasing conventions (such as skipping articles in English). - <!-- www-style notes that UAX29 won't work for 'Tis and similar, so - the UA might want to use UAX29 to split into words, but skip forward - past any starting non-letters (as an example of why UAX29 is not ideal) --> - <p>The definition of fullwidth and halfwidth forms can be found on the Unicode consortium web site at <a href="#UAX11" @@ -665,18 +664,6 @@ adjusted for the higher "center of gravity" (see the <a href="http://www.microsoft.com/typography/otspec/features_ae.htm#case">case</a> feature in OpenType). Should we turn that on by default, as they suggest? - Or spacing might be adjusted for the increased visual weight of the glyphs - (see the <a - href="http://www.microsoft.com/typography/otspec/features_ae.htm#cpsp">cpsp</a> - feature in OpenType). Should we turn that on when ‘<a - href="#letter-spacing0"><code - class=property>letter-spacing</code></a>’ is ‘<code - class=css>normal</code>’? - - <p class=issue>A more complicated problem is the <a - href="http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx">greek - uppercasing rules</a> which actually alter the diacritics. How should we - handle that? <p class=note>A future level of CSS may introduce the ability to create custom mapping tables for less common text transforms, such as by @@ -4068,11 +4055,13 @@ further propagated to any in-flow block-level boxes that split the inline (see <a href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">CSS2.1 - section 9.2.1.1</a>) When specified on or propagated to a a block - container that establishes an inline formatting context, the decorations - are propagated to an anonymous inline element that wraps all the in-flow - inline-level children of the block container. For all other elements, the - decorations are propagated to any in-flow children. + section 9.2.1.1</a>) When specified on or propagated to a ruby box, the + decorations are further propagated only to the ruby base. When specified + on or propagated to a a block container that establishes an inline + formatting context, the decorations are propagated to an anonymous inline + element that wraps all the in-flow inline-level children of the block + container. For all other elements, the decorations are propagated to any + in-flow children. <p class=note>Note that text decorations are not propagated to any out-of-flow descendants, nor to the contents of atomic inline-level @@ -5665,6 +5654,12 @@ <h2 class=no-num id=changes>Appendix C: Changes</h2> <h3 class=no-num id=recent-changes> Changes from the <a + href="http://www.w3.org/TR/2011/WD-css3-text-20110901/">April 2011 CSS3 + Text <abbr title="Working Draft">WD</abbr></a></h3> + + <p>... + + <h3 class=no-num id=recent-changes> Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-text-20110412/">April 2011 CSS3 Text <abbr title="Working Draft">WD</abbr></a></h3> @@ -5712,8 +5707,8 @@ ‘<a href="#text-decoration-skip0"><code class=property>text-decoration-skip</code></a>’. - <li>Added ‘<a href="#text-decoration-skip0"><code - class=property>text-decoration-skip</code></a>’ property. + <li>Added ‘<a href="#text-emphasis-skip0"><code + class=property>text-emphasis-skip</code></a>’ property. <li>Removed ‘<code class=property>text-outline</code>’ property. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.280 retrieving revision 1.281 diff -u -d -r1.280 -r1.281 --- Overview.src.html 14 Sep 2011 10:20:14 -0000 1.280 +++ Overview.src.html 15 Sep 2011 23:18:08 -0000 1.281 @@ -44,7 +44,7 @@ <dd><a href="http://dev.w3.org/csswg/css3-text/">http://dev.w3.org/csswg/css3-text/</a></dd> <dt>Previous version:</dt> <dd><a - href="http://www.w3.org/TR/2011/WD-css3-text-20110412/">http://www.w3.org/TR/2011/WD-css3-text-20110412/</a></dd> + href="http://www.w3.org/TR/2011/WD-css3-text-20110901/">http://www.w3.org/TR/2011/WD-css3-text-20110901/</a></dd> <dt>Editors:</dt> <dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (Mozilla)</dd> <dd><a href="mailto:kojiishi@gluesoft.co.jp">Koji Ishii</a> (Invited Expert)</dd> @@ -241,7 +241,7 @@ <dt><dfn title="text-transform:none">''none''</dfn></dt> <dd>No effects.</dd> <dt><dfn title="text-transform:capitalize">''capitalize''</dfn></dt> - <dd>Puts the first <i>character</i> of each word in titlecase; other characters + <dd>Puts the first <i>letter</i> of each word in titlecase; other characters are unaffected.</dd> <dt><dfn title="text-transform:uppercase">''uppercase''</dfn></dt> <dd>Puts all characters in uppercase. @@ -265,7 +265,7 @@ characters, including any conditional casing rules, as defined in Default Case Algorithm section. If (and only if) the content language of the element is known, then any applicable language-specific rules - must be used as well. (See + must be used as well. (See e.g. <a href="http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt">SpecialCasing.txt</a>) </p> @@ -274,9 +274,6 @@ boundaries. Authors should not expect ''capitalize'' to follow language-specific titlecasing conventions (such as skipping articles in English). - <!-- www-style notes that UAX29 won't work for 'Tis and similar, so - the UA might want to use UAX29 to split into words, but skip forward - past any starting non-letters (as an example of why UAX29 is not ideal) --> <p>The definition of fullwidth and halfwidth forms can be found on the Unicode consortium web site at [[!UAX11]]. @@ -312,14 +309,8 @@ For example: Punctuation and number glyphs might be adjusted for the higher "center of gravity" (see the <a href="http://www.microsoft.com/typography/otspec/features_ae.htm#case">case</a> - feature in OpenType). Should we turn that on by default, as they suggest? - Or spacing might be adjusted for the increased visual weight of the glyphs - (see the <a href="http://www.microsoft.com/typography/otspec/features_ae.htm#cpsp">cpsp</a> - feature in OpenType). Should we turn that on when 'letter-spacing' is ''normal''?</p> + feature in OpenType). Should we turn that on by default, as they suggest?</p> - <p class="issue">A more complicated problem is the <a href="http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx">greek uppercasing rules</a> - which actually alter the diacritics. How should we handle that? - <p class="note">A future level of CSS may introduce the ability to create custom mapping tables for less common text transforms, such as by ''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LIST]]. @@ -2970,6 +2961,8 @@ by that element, and is further propagated to any in-flow block-level boxes that split the inline (see <a href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">CSS2.1 section 9.2.1.1</a>) + When specified on or propagated to a ruby box, the decorations are + further propagated only to the ruby base. When specified on or propagated to a a block container that establishes an inline formatting context, the decorations are propagated to an anonymous inline element that wraps all the in-flow inline-level children @@ -4164,6 +4157,12 @@ <h2 class="no-num" id="changes">Appendix C: Changes</h2> <h3 class="no-num" id="recent-changes"> + Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-text-20110901/">April + 2011 CSS3 Text <abbr title="Working Draft">WD</abbr></a></h3> + + <p>...</p> + + <h3 class="no-num" id="recent-changes"> Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-text-20110412/">April 2011 CSS3 Text <abbr title="Working Draft">WD</abbr></a></h3> @@ -4181,7 +4180,7 @@ text decorations. <li>Removed suggestion to inset decorations from the content box edges in favor of an explicit ''edges'' value for 'text-decoration-skip'. - <li>Added 'text-decoration-skip' property. + <li>Added 'text-emphasis-skip' property. <li>Removed 'text-outline' property. </ul>
Received on Thursday, 15 September 2011 23:18:15 UTC