- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Aug 2011 19:48:45 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv20211 Modified Files: Overview.html Overview.src.html Log Message: Add issue of adding TeX example as a placeholder. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.170 retrieving revision 1.171 diff -u -d -r1.170 -r1.171 --- Overview.html 19 Aug 2011 19:45:32 -0000 1.170 +++ Overview.html 19 Aug 2011 19:48:42 -0000 1.171 @@ -35,7 +35,7 @@ <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: - 2011/08/19 01:01:30 $ (CVS $Revision$)</a> <!-- + 2011/08/19 19:45:32 $ (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> --> @@ -614,15 +614,16 @@ class=property>letter-spacing</code></a>’ is ‘<code class=css>normal</code>’? - <p>A more complicated problem is the <a + <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 an ‘<a - href="#text-transform0"><code class=css>@text-transform</code></a>’ - rule similar to ‘<code class=css>@counter-style</code>’ from - [[CSS3LISTS]] to create mapping tables for less common text transforms. + <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 [[CSS3LISTS]]. <h2 id=white-space-processing><span class=secno>3. </span> White Space Processing</h2> @@ -2880,6 +2881,9 @@ such as alternate glyphs or glyph compression to help justify the text under any method. This behavior is not controlled by this level of CSS. + <p class=issue>Add example of using ‘<a href="#text-justify0"><code + class=property>text-justify</code></a>’ with the TeX algorithm. + <div class=example> <p>3.8 Line Adjustment in <a href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a> gives an example of a set of Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.268 retrieving revision 1.269 diff -u -d -r1.268 -r1.269 --- Overview.src.html 19 Aug 2011 19:45:32 -0000 1.268 +++ Overview.src.html 19 Aug 2011 19:48:42 -0000 1.269 @@ -289,12 +289,12 @@ (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> - <p>A more complicated problem is the <a href="http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx">greek uppercasing rules</a> + <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 an ''@text-transform'' - rule similar to ''@counter-style'' from [[CSS3LISTS]] to create mapping - tables for less common text transforms. + <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 [[CSS3LISTS]]. <h2 id="white-space-processing"> White Space Processing</h2> @@ -2048,6 +2048,9 @@ justify the text under any method. This behavior is not controlled by this level of CSS.</p> + <p class="issue">Add example of using 'text-justify' with the TeX + algorithm.</p> + <div class="example"> <p>3.8 Line Adjustment in [[JLREQ]] gives an example of a set of rules for how a text formatter can justify Japanese text.
Received on Friday, 19 August 2011 19:48:51 UTC