- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Jul 2011 21:11:15 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv11609
Modified Files:
Overview.html Overview.src.html
Log Message:
More uppercasing issues
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- Overview.html 21 Jul 2011 20:53:38 -0000 1.154
+++ Overview.html 21 Jul 2011 21:11:13 -0000 1.155
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/07/21 20:00:30 $ (CVS $Revision$)</a> <!--
+ 2011/07/21 20:53:38 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110721/">http://www.w3.org/TR/2011/WD-css3-text-20110721/</a></dd>
-->
@@ -663,6 +663,24 @@
<pre>abbr:lang(ja) { text-transform: fullwidth; }</pre>
</div>
+ <p class=issue>All-caps text sometimes has special typographic
+ considerations. 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 ‘<a
+ href="#letter-spacing0"><code
+ class=property>letter-spacing</code></a>’ is ‘<code
+ class=css>normal</code>’?
+
+ <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> 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
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- Overview.src.html 21 Jul 2011 20:53:38 -0000 1.252
+++ Overview.src.html 21 Jul 2011 21:11:13 -0000 1.253
@@ -267,7 +267,7 @@
<dd>Puts the first <i>character</i> of each word in titlecase; other characters
are unaffected.</dd>
<dt><dfn title="text-transform:uppercase"><code>uppercase</code></dfn></dt>
- <dd>Puts all characters in uppercase.</dd>
+ <dd>Puts all characters in uppercase.
<dt><dfn title="text-transform:lowercase"><code>lowercase</code></dfn></dt>
<dd>Puts all characters in lowercase.</dd>
<dt><dfn title="text-transform:full-width"><code>full-width</code></dfn></dt>
@@ -331,6 +331,18 @@
<pre>abbr:lang(ja) { text-transform: fullwidth; }</pre>
</div>
+ <p class="issue">All-caps text sometimes has special typographic considerations.
+ 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>
+
+ <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>
+ 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.
Received on Thursday, 21 July 2011 21:11:20 UTC