- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Jan 2012 22:37:40 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css4-text In directory hutz:/tmp/cvs-serv20695/css4-text Modified Files: Overview.html Overview.src.html Log Message: Use florian's text to merge @text-transform issues. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css4-text/Overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Overview.html 3 Jan 2012 18:35:52 -0000 1.1 +++ Overview.html 6 Jan 2012 22:37:37 -0000 1.2 @@ -29,14 +29,14 @@ <h1>CSS Text Level 4</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 January 2012</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 January 2012</h2> <dl> <dt>This version: - <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/23 - 10:55:51 $ (CVS $Revision$)</a> <!-- - <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120103/">http://www.w3.org/TR/2012/WD-css3-text-20120103/</a></dd> + <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/03 + 18:35:26 $ (CVS $Revision$)</a> <!-- + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120106/">http://www.w3.org/TR/2012/WD-css3-text-20120106/</a></dd> --> @@ -686,12 +686,13 @@ 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? - <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 - ‘<a href="#text-transform0"><code - class=css>@text-transform</code></a>’ rule similar to ‘<code - class=css>@counter-style</code>’ from <a href="#CSS3LIST" - rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>. + <p class=issue>CSS may introduce the ability to create custom mapping + tables for less common text transforms, such as by an ‘<a + href="#text-transform0"><code class=css>@text-transform</code></a>’ + rule similar to ‘<code class=css>@counter-style</code>’ from + <a href="#CSS3LIST" rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>, and + this mechanism may be used to replace ‘<code + class=css>full-size-kana</code>’. <h2 id=white-space-processing><span class=secno>3. </span> White Space Processing</h2> @@ -1533,6 +1534,37 @@ line-breaking opportunities, as in Korean. </dl> + <div class=example> + <p class=issue>Add example here + + <p>Here's a mixed-script sample text: + + <p><q>这是一些汉字 and some Latin text و کمی نوشتنن + عربی and some Thai.</q></p> + + <p>The break-points are determined as follows (indicated by ·): + + <dl> + <dt>‘<code class=css>word-break: normal</code>’ + + <dd> + <p><q>这·是一些汉字 and some Latin text و کمی + نوشتنن عربی and some Thai.</q></p> + + <dt>‘<code class=css>word-break: break-all</code>’ + + <dd> + <p><q>这是一些汉字 and some Latin text و کمی نوشتنن + عربی and some Thai.</q></p> + + <dt>‘<code class=css>word-break: keep-all</code>’ + + <dd> + <p><q>这是一些汉字 and some Latin text و کمی نوشتنن + عربی and some Thai.</q></p> + </dl> + </div> + <p>When shaping scripts such as Arabic are allowed to break within words due to ‘<code class=css>break-all</code>’, the characters must still be shaped as if the word were not broken. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css4-text/Overview.src.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Overview.src.html 3 Jan 2012 18:35:26 -0000 1.1 +++ Overview.src.html 6 Jan 2012 22:37:37 -0000 1.2 @@ -337,9 +337,10 @@ <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?</p> - <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]]. + <p class="issue">CSS may introduce the ability to create custom mapping + tables for less common text transforms, such as by an ''@text-transform'' + rule similar to ''@counter-style'' from [[CSS3LIST]], and this mechanism + may be used to replace ''full-size-kana''. <h2 id="white-space-processing"> White Space Processing</h2> @@ -1009,6 +1010,32 @@ characters still creates line-breaking opportunities, as in Korean.</dd> </dl> + <div class="example"> + <p class="issue">Add example here + <p>Here's a mixed-script sample text: + <p><q>这是一些汉字 and some Latin text + و کمی نوشتنن عربی + and some Thai.</q></p> + <p>The break-points are determined as follows (indicated by ·): + <dl> + <dt>''word-break: normal''</dt> + <dd> + <p><q>这·是一些汉字 and some Latin text + و کمی نوشتنن عربی + and some Thai.</q></p> + <dt>''word-break: break-all''</dt> + <dd> + <p><q>这是一些汉字 and some Latin text + و کمی نوشتنن عربی + and some Thai.</q></p> + <dt>''word-break: keep-all''</dt> + <dd> + <p><q>这是一些汉字 and some Latin text + و کمی نوشتنن عربی + and some Thai.</q></p> + </dl> + </div> + <p>When shaping scripts such as Arabic are allowed to break within words due to ''break-all'', the characters must still be shaped as if the word were not broken.</p>
Received on Friday, 6 January 2012 22:37:49 UTC