- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 20 Aug 2011 07:13:20 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv29393 Modified Files: Overview.html Overview.src.html Log Message: Add Changes section. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- Overview.html 20 Aug 2011 06:39:34 -0000 1.172 +++ Overview.html 20 Aug 2011 07:13:18 -0000 1.173 @@ -5,7 +5,7 @@ <head><meta content="text/html; charset=utf-8" http-equiv=Content-Type> <title>CSS Text Level 3</title> - <link href="../css-module/default.css" rel=stylesheet type="text/css"> + <link href="../default.css" rel=stylesheet type="text/css"> <style type="text/css"> .egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC @@ -34,8 +34,8 @@ <dl> <dt>This version: - <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/19 - 19:48:42 $ (CVS $Revision$)</a> <!-- + <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/20 + 06:39:34 $ (CVS $Revision$)</a> <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110820/">http://www.w3.org/TR/2011/WD-css3-text-20110820/</a></dd> --> @@ -5362,6 +5362,16 @@ <dt style="display: none"><!-- keeps the doc valid if the DL is empty --> <!----> + <dt id=CSS3FONT>[CSS3FONT] + + <dd>John Daggett. <a + href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324"><cite>CSS Fonts + Module Level 3.</cite></a> 24 March 2011. W3C Working Draft. (Work in + progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324">http://www.w3.org/TR/2011/WD-css3-fonts-20110324</a> + </dd> + <!----> + <dt id=JIS4051>[JIS4051] <dd><cite>Formatting rules for Japanese documents @@ -5401,10 +5411,77 @@ <li>Renamed ‘<code class=property>bikeshedding</code>’ to ‘<a href="#text-space-collapse"><code class=property>text-space-collapse</code></a>’. + + <li>Removed ‘<code class=property>hyphenate-resource</code>’ + property / ‘<code class=css>@hyphenate-resource</code>’ rule. + + + <li>Merged ‘<code class=property>text-trim</code>’ and + ‘<code class=property>text-autospace</code>’ into ‘<a + href="#text-spacing"><code class=property>text-spacing</code></a>’. + + + <li>Renamed ‘<code class=css>fullwidth</code>’ and + ‘<code class=css>fullsize-kana</code>’ to ‘<code + class=css>full-width</code>’ and ‘<code + class=css>full-size-kana</code>’ to match values in ‘<code + class=property>font-variant-width</code>’. <a href="#CSS3FONT" + rel=biblioentry>[CSS3FONT]<!--{{CSS3FONT}}--></a> + + <li>Added ‘<code class=css><length></code>’ values to + ‘<a href="#tab-size0"><code + class=property>tab-size</code></a>’ (at-risk). + + <li>Removed ‘<code class=css>all</code>’ value of ‘<a + href="#hyphens0"><code class=property>hyphens</code></a>’ property. + + + <li>Renamed ‘<code class=property>word-wrap</code>’ to + ‘<a href="#overflow-wrap0"><code + class=property>overflow-wrap</code></a>’. + + <li>Changed ‘<a href="#text-decoration-line0"><code + class=property>text-decoration-line</code></a>’ value syntax for + cancelling ancestor text decorations. + + <li>Removed suggestion to inset decorations from the content box edges in + favor of an explicit ‘<code class=css>edges</code>’ value for + ‘<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>Removed ‘<code class=property>text-outline</code>’ + property. </ul> <p>Significant details updated: + <ul> + <li>More precise definition of a "character"/grapheme cluster and its + properties. + + <li>Specified order of text operations. + + <li>Added more details on case mapping, fullwidth mapping, and small kana + mapping. + + <li>Removed interaction of white space collapsing and ‘<code + class=property>text-autospace</code>’. + + <li>Cleaned up details on ‘<a href="#line-break0"><code + class=property>line-break</code></a>’. + + <li>Significant tweaking to ‘<a href="#text-justify0"><code + class=property>text-justify</code></a>’ prose to make it clearer + and more coherent. + + <li>Replaced parts of ‘<a href="#text-shadow0"><code + class=property>text-shadow</code></a>’ description with pointer to + ‘<code class=property>box-shadow</code>’. + </ul> + <h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2> <p>This appendix is informative, and is to help UA developers to implement Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.270 retrieving revision 1.271 diff -u -d -r1.270 -r1.271 --- Overview.src.html 20 Aug 2011 06:39:34 -0000 1.270 +++ Overview.src.html 20 Aug 2011 07:13:18 -0000 1.271 @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>CSS Text Level 3</title> - <link rel="stylesheet" type="text/css" href="../css-module/default.css"> + <link rel="stylesheet" type="text/css" href="../default.css"> <style type="text/css"> .egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC @@ -3975,9 +3975,31 @@ <ul> <li>Renamed 'bikeshedding' to 'text-space-collapse'. + <li>Removed 'hyphenate-resource' property / ''@hyphenate-resource'' rule. + <li>Merged 'text-trim' and 'text-autospace' into 'text-spacing'. + <li>Renamed ''fullwidth'' and ''fullsize-kana'' to ''full-width'' and ''full-size-kana'' to match values in 'font-variant-width'. [[CSS3FONT]] + <li>Added ''<length>'' values to 'tab-size' (at-risk). + <li>Removed ''all'' value of 'hyphens' property. + <li>Renamed 'word-wrap' to 'overflow-wrap'. + <li>Changed 'text-decoration-line' value syntax for cancelling ancestor + 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>Removed 'text-outline' property. </ul> <p>Significant details updated:</p> + <ul> + <li>More precise definition of a "character"/grapheme cluster and its properties. + <li>Specified order of text operations. + <li>Added more details on case mapping, fullwidth mapping, and small kana mapping. + <li>Removed interaction of white space collapsing and 'text-autospace'. + <li>Cleaned up details on 'line-break'. + <li>Significant tweaking to 'text-justify' prose to make it clearer and + more coherent. + <li>Replaced parts of 'text-shadow' description with pointer to 'box-shadow'. + </ul> <h2 class="no-num" id="default-stylesheet">Appendix D: Default UA Stylesheet</h2>
Received on Saturday, 20 August 2011 07:13:26 UTC