- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Jun 2011 06:14:24 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv1457
Modified Files:
Overview.html Overview.src.html
Log Message:
Clarify priority of steps
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- Overview.html 4 Jun 2011 06:00:44 -0000 1.156
+++ Overview.html 6 Jun 2011 06:14:21 -0000 1.157
@@ -29,7 +29,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 June 2011</h2>
<dl>
<dt>This version:
@@ -37,7 +37,7 @@
<dd><a
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
<!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110604">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110604/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110606">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110606/</a>
-->
@@ -3127,9 +3127,9 @@
href="#vertical-typesetting">as required by ‘<code
class=property>text-orientation</code>’</a>.
- <li>Set spaces (Zs), dashes (Pd), connectors (Pc), and bracketing
- punctuation (Ps, Pe, Pi, Pf) either upright using vertical font settings
- if available or sideways if they are not.
+ <li>Set any other spaces (Zs), dashes (Pd), connectors (Pc), and
+ bracketing punctuation (Ps, Pe, Pi, Pf) either upright using vertical
+ font settings if available or sideways if they are not.
<p class=note>Thus a THREE-PER-EM SPACE (U+2004) can be expected to
provide a 1/3-em advance in the inline dimension, and brackets can be
expected to encase their contents.</p>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- Overview.src.html 4 Jun 2011 06:00:44 -0000 1.164
+++ Overview.src.html 6 Jun 2011 06:14:22 -0000 1.165
@@ -2302,7 +2302,7 @@
<li>Set any other characters that are assigned to a script
(i.e. do not belong to the Common, Inherited, or Unknown scripts)
<a href="#vertical-typesetting">as required by 'text-orientation'</a>.
- <li>Set spaces (Zs), dashes (Pd), connectors (Pc), and
+ <li>Set any other spaces (Zs), dashes (Pd), connectors (Pc), and
bracketing punctuation (Ps, Pe, Pi, Pf)
either upright using vertical font settings if available
or sideways if they are not.
Received on Monday, 6 June 2011 06:14:26 UTC