- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Aug 2011 20:32:04 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv26460
Modified Files:
Overview.html Overview.src.html
Log Message:
Tweak vertical typesetting requirements to indicate that Appendix C will become normative
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Overview.html 16 Aug 2011 22:06:38 -0000 1.196
+++ Overview.html 19 Aug 2011 20:32:02 -0000 1.197
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2011</h2>
<dl>
<dt>This version:
@@ -40,7 +40,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-20110816">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110816/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110819">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110819/</a>
-->
@@ -1769,20 +1769,22 @@
<ul>
<li>
- <p>If the font and font system support mixed-orientation typesetting
- (e.g. the OpenType font used has the <code>vrt2</code>), the UA should
- rely on that feature to set ‘<a href="#upright-right"><code
- class=css>upright-right</code></a>’ text. Similarly if the font
- and font system support upright typesetting (e.g. the OpenType font used
- has the <code>vert</code> feature) then the UA should rely on that
- feature to set ‘<a href="#upright"><code
- class=css>upright</code></a>’ text.
+ <p>If the font and font system support mixed-orientation typesetting, the
+ UA may rely on that feature to typeset such characters for ‘<a
+ href="#upright-right"><code class=css>upright-right</code></a>’
+ text. Similarly if the font and font system support upright typesetting
+ then the UA may rely on that feature to set ‘<a
+ href="#upright"><code class=css>upright</code></a>’ text.
<li>
- <p>If the UA needs to synthesize such features, then the settings in <a
+ <p>Otherwise the UA must synthesize such features. The settings in <a
href="#vertical-typesetting-details">Appendix C</a> are recommended.
</ul>
+ <p class=issue>A future revision of this spec will normatively define
+ vertical typsetting rules for these characters. Feedback is therefore
+ encouraged on the rules in Appendix C.
+
<div class=example>
<p>In the following example, the root element of a horizontal-only
document is set to use ‘<a href="#sideways"><code
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- Overview.src.html 16 Aug 2011 22:06:38 -0000 1.207
+++ Overview.src.html 19 Aug 2011 20:32:02 -0000 1.208
@@ -1278,17 +1278,20 @@
script categories may be UA- or font-dependent in vertical typographic
modes:
<ul>
- <li><p>If the font and font system support mixed-orientation typesetting
- (e.g. the OpenType font used has the <code>vrt2</code>), the
- UA should rely on that feature to set ''upright-right'' text. Similarly
- if the font and font system support upright typesetting
- (e.g. the OpenType font used has the <code>vert</code> feature) then the
- UA should rely on that feature to set ''upright'' text.
- <li><p>If the UA needs to synthesize such features,
- then the settings in <a href="#vertical-typesetting-details">Appendix C</a>
+ <li><p>If the font and font system support mixed-orientation typesetting,
+ the UA may rely on that feature to typeset such characters for
+ ''upright-right'' text. Similarly if the font and font system support
+ upright typesetting then the UA may rely on that feature to set
+ ''upright'' text.
+ <li><p>Otherwise the UA must synthesize such features.
+ The settings in <a href="#vertical-typesetting-details">Appendix C</a>
are recommended.
</ul>
+ <p class="issue">A future revision of this spec will normatively define
+ vertical typsetting rules for these characters. Feedback is therefore
+ encouraged on the rules in Appendix C.
+
<div class="example">
<p>In the following example, the root element of a horizontal-only document
is set to use ''sideways''. In the rest of the document, the author
Received on Friday, 19 August 2011 20:32:05 UTC