- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Jun 2011 08:27:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv26838
Modified Files:
Overview.html Overview.src.html
Log Message:
Add issue about whether we want 1em height or ideographic height
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- Overview.html 8 Jun 2011 02:48:40 -0000 1.166
+++ Overview.html 8 Jun 2011 08:27:04 -0000 1.167
@@ -2896,6 +2896,10 @@
chosen such that the square is centered between the content edges of its
parent inline box prior to any baseline alignment shift.
+ <p class=issue>Should this use a 1em height, or the height of 水? I.e. is
+ the goal to fit in 1em height, or to fit in the height of an ideographic
+ character?
+
<p>Any CSS fullwidth transformations (‘<code
class=css>text-transform: full-width</code>’ <a href="#CSS3TEXT"
rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a> or ‘<code
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- Overview.src.html 8 Jun 2011 02:48:40 -0000 1.176
+++ Overview.src.html 8 Jun 2011 08:27:04 -0000 1.177
@@ -2169,6 +2169,10 @@
square is centered between the content edges of its parent inline
box prior to any baseline alignment shift.
+ <p class="issue">Should this use a 1em height, or the height of 水?
+ I.e. is the goal to fit in 1em height, or to fit in the height of
+ an ideographic character?
+
<p>Any CSS fullwidth transformations
(''text-transform: full-width'' [[CSS3TEXT]] or
''font-variant-east-asian-width: full-width'' [[CSS3FONT]])
Received on Wednesday, 8 June 2011 08:27:31 UTC