- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 02:30:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes In directory hutz:/tmp/cvs-serv12554 Modified Files: Overview.html Log Message: Fix ordering mistake in vertical typesetting. Note use of ScriptExtensions.txt Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v retrieving revision 1.158 retrieving revision 1.159 diff -u -d -r1.158 -r1.159 --- Overview.html 6 Jun 2011 09:29:31 -0000 1.158 +++ Overview.html 7 Jun 2011 02:30:20 -0000 1.159 @@ -29,7 +29,7 @@ <h1>CSS Writing Modes Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 June 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 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-20110606">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110606/</a> + <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110607">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110607/</a> --> @@ -3120,6 +3120,13 @@ following settings are recommended: <ol> + <li>Set any 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> + <li>Set East Asian fullwidth (F) and wide (W) characters upright (using vertical font settings if available). @@ -3130,20 +3137,13 @@ belong to the Common, Inherited, or Unknown scripts) <a href="#vertical-typesetting">as required by ‘<code class=property>text-orientation</code>’</a>. - - <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> </ol> <p>When ‘<a href="#text-orientation0"><code class=property>text-orientation</code></a>’ is ‘<a href="#vertical-right"><code class=css>vertical-right</code></a>’, the following settings are recommended for characters not - otherwise-specified above. + otherwise-specified above: <ol> <li>Set the following characters using vertical font settings if @@ -3245,11 +3245,10 @@ <dd>Defined in <a href="#UAX24" rel=biblioentry>[UAX24]<!--{{UAX24}}--></a> and given as the Script - property. + property. (UAs should include any ScriptExtensions.txt assignments in + this mapping.) </dl> - <p class=issue>Define whether ScriptExtensions is used. - <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2> <p><em>This section is normative.</em>
Received on Tuesday, 7 June 2011 02:30:24 UTC