- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Aug 2011 22:11:17 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv22082
Modified Files:
Overview.html Overview.src.html
Log Message:
Copyedits per Florian
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- Overview.html 15 Aug 2011 15:49:43 -0000 1.194
+++ Overview.html 15 Aug 2011 22:11:15 -0000 1.195
@@ -2929,9 +2929,9 @@
that has as many or fewer characters than the integer given is treated as
if it were in an anonymous inline box with ‘<code
class=css>text-combine-horizontal: all</code>’. For this property,
- a <dfn id=horizonal-letter-is-any-character-belong>horizonal letter<dfn>
- is any character belonging to a Letter category (L*) that does not belong
- to a <a href="#script-orientations">vertical script</a>. </dfn></dfn>
+ a <dfn id=horizonal-letter>horizonal letter</dfn> is any character
+ belonging to a Letter category (L*) that does not belong to a <a
+ href="#script-orientations">vertical script</a>.
<dt><dfn id=latin title="text-combine-horizontal:latin">latin</dfn>
@@ -3007,10 +3007,10 @@
composition fit within 1em:
<ul>
- <li>a two digit number would use 1/2-em or proportional glyphs
+ <li>a two-character composition would use 1/2-em or proportional glyphs
- <li>a three-digit number would use 1/3-em glyphs (if the font supports
- this feature, else fall back to 1/2-em or proportional glyphs)
+ <li>a three-character composition would use 1/3-em glyphs (if the font
+ supports this feature, else fall back to 1/2-em or proportional glyphs)
<li>etc.
</ul>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -d -r1.205 -r1.206
--- Overview.src.html 15 Aug 2011 15:49:43 -0000 1.205
+++ Overview.src.html 15 Aug 2011 22:11:15 -0000 1.206
@@ -2187,7 +2187,7 @@
that has as many or fewer characters than the integer given is treated
as if it were in an anonymous inline box with
''text-combine-horizontal: all''.
- For this property, a <dfn>horizonal letter<dfn> is any character belonging
+ For this property, a <dfn>horizonal letter</dfn> is any character belonging
to a Letter category (L*) that does not belong to a
<a href="#script-orientations">vertical script</a>.
<dt><dfn title="text-combine-horizontal:latin">latin</dfn>
@@ -2245,9 +2245,9 @@
<p>If ''use-glyphs'' is specified the UA must attempt to substitute
narrower glyphs as necessary to make the composition fit within 1em:
<ul>
- <li>a two digit number would use 1/2-em or proportional glyphs
- <li>a three-digit number would use 1/3-em glyphs (if the font supports
- this feature, else fall back to 1/2-em or proportional glyphs)
+ <li>a two-character composition would use 1/2-em or proportional glyphs
+ <li>a three-character composition would use 1/3-em glyphs (if the font
+ supports this feature, else fall back to 1/2-em or proportional glyphs)
<li>etc.
</ul>
<p>Since even fonts that have fractional-width glyphs available do
Received on Monday, 15 August 2011 22:11:18 UTC