- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Aug 2011 01:01:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv31835 Modified Files: Overview.html Overview.src.html Log Message: Add some notes per Kyoto F2F Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.168 retrieving revision 1.169 diff -u -d -r1.168 -r1.169 --- Overview.html 16 Aug 2011 22:54:23 -0000 1.168 +++ Overview.html 19 Aug 2011 01:01:30 -0000 1.169 @@ -29,14 +29,14 @@ <h1>CSS Text Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2011</h2> <dl> <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: - 2011/08/15 22:00:25 $ (CVS $Revision$)</a> <!-- - <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110816/">http://www.w3.org/TR/2011/WD-css3-text-20110816/</a></dd> + 2011/08/16 22:54:23 $ (CVS $Revision$)</a> <!-- + <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110819/">http://www.w3.org/TR/2011/WD-css3-text-20110819/</a></dd> --> @@ -787,6 +787,15 @@ <!-- -->}</pre> </div> + <p class=issue>It's been pointed out that ‘<code + class=css>trim-inner</code>’, ‘<code + class=css>consume-before</code>’, and ‘<code + class=css>consume-after</code>’ won't work well because ‘<a + href="#text-space-collapse"><code + class=property>text-space-collapse</code></a>’ is inherited, meaning + that inserting a <span> or >div> would cause more white space to be + removed than otherwise. + <h3 id=tab-size><span class=secno>3.2. </span> Tab Character Size: the ‘<a href="#tab-size0"><code class=property>tab-size</code></a>’ property</h3> @@ -1362,6 +1371,12 @@ </ul> </ul> + <p class=note>In CSS3 no distinction is made among the levels of strictness + in non-CJK text: only CJK codepoints are affected, unless the text is + marked as Chinese or Japanese, in which case some additional common + codepoints are affected. However a future level of CSS may add behaviors + affecting non-CJK text. + <p>Support for this property is <em>optional</em>. It is recommended for UAs that wish to support CJK typography and strongly recommended for UAs in the Japanese market. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.266 retrieving revision 1.267 diff -u -d -r1.266 -r1.267 --- Overview.src.html 16 Aug 2011 22:54:23 -0000 1.266 +++ Overview.src.html 19 Aug 2011 01:01:30 -0000 1.267 @@ -432,6 +432,11 @@ <!-- -->}</pre> </div> + <p class="issue">It's been pointed out that ''trim-inner'', ''consume-before'', + and ''consume-after'' won't work well because 'text-space-collapse' is + inherited, meaning that inserting a <span> or >div> would cause more + white space to be removed than otherwise. + <h3 id="tab-size"> Tab Character Size: the 'tab-size' property</h3> @@ -886,6 +891,12 @@ </ul> </ul> + <p class="note">In CSS3 no distinction is made among the levels of + strictness in non-CJK text: only CJK codepoints are affected, unless + the text is marked as Chinese or Japanese, in which case some additional + common codepoints are affected. However a future level of CSS may add + behaviors affecting non-CJK text. + <p>Support for this property is <em>optional</em>. It is recommended for UAs that wish to support CJK typography and strongly recommended for UAs in the Japanese market.</p>
Received on Friday, 19 August 2011 01:01:34 UTC