- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jul 2011 19:11:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv13651
Modified Files:
Overview.html Overview.src.html
Log Message:
Switch vertical-right to upright-right per szilles suggestion; agreed with Koji, Florian
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- Overview.html 25 Jul 2011 22:09:49 -0000 1.187
+++ Overview.html 26 Jul 2011 19:11:03 -0000 1.188
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 July 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-20110725">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110725/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110726">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110726/</a>
-->
@@ -1529,10 +1529,9 @@
preference depending on the text's usage, rather than a matter of
correctness. The ‘<a href="#text-orientation0"><code
class=property>text-orientation</code></a>’ property's ‘<a
- href="#vertical-right"><code class=css>vertical-right</code></a>’
- and ‘<a href="#upright"><code class=css>upright</code></a>’
- values are provided to specify rotation vs. translation of horizontal-only
- text.
+ href="#upright-right"><code class=css>upright-right</code></a>’ and
+ ‘<a href="#upright"><code class=css>upright</code></a>’ values
+ are provided to specify rotation vs. translation of horizontal-only text.
<p class=note>The ‘<a href="#sideways-left"><code
class=css>sideways-left</code></a>’, ‘<a
@@ -1567,13 +1566,13 @@
<tr>
<th>Value:
- <td>vertical-right | upright | sideways-right | sideways-left | sideways
+ <td>upright-right | upright | sideways-right | sideways-left | sideways
| use-glyph-orientation
<tr>
<th>Initial:
- <td>vertical-right
+ <td>upright-right
<tr>
<th>Applies to:
@@ -1614,7 +1613,7 @@
<p>Values have the following meanings:
<dl>
- <dt><dfn id=vertical-right>vertical-right</dfn>
+ <dt><dfn id=upright-right>upright-right</dfn>
<dd>
<p>In vertical writing modes, characters from horizontal-only scripts are
@@ -1724,8 +1723,8 @@
glyph orientation properties, the ‘<a
href="#use-glyph-orientation"><code
class=css>use-glyph-orientation</code></a>’ behavior is the same
- as for ‘<a href="#vertical-right"><code
- class=css>vertical-right</code></a>’.
+ as for ‘<a href="#upright-right"><code
+ class=css>upright-right</code></a>’.
<p class=note>This value is at-risk and may be dropped during CR.
</dl>
@@ -1734,7 +1733,7 @@
<table>
<tbody>
<tr>
- <td> <img alt="text-orientation: vertical-right" height=160
+ <td> <img alt="text-orientation: upright-right" height=160
src=text-orientation-vr.png width=64>
<td> <img alt="text-orientation: upright" height=160
@@ -1747,8 +1746,8 @@
src=text-orientation-sr.png width=64>
<tr>
- <td>‘<a href="#vertical-right"><code
- class=css>vertical-right</code></a>’
+ <td>‘<a href="#upright-right"><code
+ class=css>upright-right</code></a>’
<td>‘<a href="#upright"><code class=css>upright</code></a>’
@@ -1774,8 +1773,8 @@
<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="#vertical-right"><code
- class=css>vertical-right</code></a>’ text. Similarly if the font
+ 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
@@ -2065,13 +2064,13 @@
<th colspan=2>‘<a href="#sideways-left"><code
class=css>sideways-left</code></a>’
- <th colspan=2><abbr title="vertical-right, upright,
+ <th colspan=2><abbr title="upright-right, upright,
sideways-right">*right</abbr>
<th colspan=2>‘<a href="#sideways-left"><code
class=css>sideways-left</code></a>’
- <th colspan=2><abbr title="vertical-right, upright,
+ <th colspan=2><abbr title="upright-right, upright,
sideways-right">*right</abbr>
<tr>
@@ -2278,7 +2277,7 @@
<p>For example, in vertical writing modes, table rows are vertical and
table columns are horizontal. In a ‘<a href="#vertical-rl"><code
class=css>vertical-rl</code></a>’ ‘<a
- href="#vertical-right"><code class=css>vertical-right</code></a>’
+ href="#upright-right"><code class=css>upright-right</code></a>’
‘<a href="#rtl"><code class=css>rtl</code></a>’ table, the
first column would be on the bottom (the start side), and the first row
on the right (the before side). The table's ‘<code
@@ -2292,7 +2291,7 @@
<div class=figure>
<p><a href="diagrams/vertical-table.svg" type="image/svg+xml"> <img
- alt="Diagram of a vertical-rl vertical-right rtl table in a vertical
+ alt="Diagram of a vertical-rl upright-right rtl table in a vertical
block formatting context, showing the ordering of rows, cells, and
columns as described above." class=example
src="diagrams/vertical-table.png"></a>
@@ -3290,7 +3289,7 @@
<p>When ‘<a href="#text-orientation0"><code
class=property>text-orientation</code></a>’ is either ‘<a
- href="#vertical-right"><code class=css>vertical-right</code></a>’ or
+ href="#upright-right"><code class=css>upright-right</code></a>’ or
‘<a href="#upright"><code class=css>upright</code></a>’, the
following settings are recommended:
@@ -3317,9 +3316,9 @@
<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:
+ href="#upright-right"><code class=css>upright-right</code></a>’, the
+ following settings are recommended for characters not otherwise-specified
+ above:
<ol>
<li>Set the following characters using vertical font settings if
@@ -3359,9 +3358,7 @@
Dingbats block </abbr>
<li>Other Symbols (So) from the Latin-1 Supplement and Letterlike
- Symbols blocks. <span class=issue>The following Latin-1 characters
- might need special classification as upright or font-dependent: §
- U+00A7, ° U+00B0, ¶ U+00B6</span>
+ Symbols blocks.
<li>Other Symbols (So) from the Aegean Numbers, Ancient Symbols, Common
Indic Number Forms blocks
@@ -3381,9 +3378,9 @@
<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>’,
- set all characters upright (using vertical font settings if available)
- unless otherwise specified above.
+ href="#upright-right"><code class=css>upright-right</code></a>’, set
+ all characters upright (using vertical font settings if available) unless
+ otherwise specified above.
<p class=note>In OpenType, vertical font settings are provided by the
<code>vhea</code>, <code>vmtx</code>, and <code>VORG</code> tables, as
@@ -3980,10 +3977,10 @@
<tr>
<td><a class=property href="#text-orientation0">text-orientation</a>
- <td>vertical-right | upright | sideways-right | sideways-left | sideways
+ <td>upright-right | upright | sideways-right | sideways-left | sideways
| use-glyph-orientation
- <td>vertical-right
+ <td>upright-right
<td>all elements except table row groups, rows, column groups, and
columns
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- Overview.src.html 25 Jul 2011 22:09:50 -0000 1.197
+++ Overview.src.html 26 Jul 2011 19:11:03 -0000 1.198
@@ -1101,7 +1101,7 @@
(set sideways) or translated (set upright): the transform used is a
stylistic preference depending on the text's usage, rather than a
matter of correctness.
- The 'text-orientation' property's ''vertical-right'' and ''upright'' values
+ The 'text-orientation' property's ''upright-right'' and ''upright'' values
are provided to specify rotation vs. translation of horizontal-only text.
<p class="note">The ''sideways-left'', ''sideways-right'', and ''sideways''
@@ -1129,12 +1129,12 @@
</tr>
<tr>
<th>Value:</th>
- <td>vertical-right | upright | sideways-right | sideways-left | sideways
+ <td>upright-right | upright | sideways-right | sideways-left | sideways
| use-glyph-orientation
</tr>
<tr>
<th>Initial:</th>
- <td>vertical-right</td>
+ <td>upright-right</td>
</tr>
<tr>
<th>Applies to:</th>
@@ -1171,7 +1171,7 @@
<p>Values have the following meanings:</p>
<dl>
- <dt><dfn>vertical-right</dfn></dt>
+ <dt><dfn>upright-right</dfn></dt>
<dd><p>In vertical writing modes, characters from horizontal-only
scripts are set sideways, i.e. 90° clockwise from their standard
orientation in horizontal text.
@@ -1237,7 +1237,7 @@
text content elements</a> in their default UA style sheet for SVG.
<p>In all other contexts, and for implementations that do not support
the glyph orientation properties, the ''use-glyph-orientation'' behavior
- is the same as for ''vertical-right''.
+ is the same as for ''upright-right''.
<p class="note">This value is at-risk and may be dropped during CR.
</dl>
@@ -1246,7 +1246,7 @@
<tr>
<td>
<img
- alt="text-orientation: vertical-right"
+ alt="text-orientation: upright-right"
src="text-orientation-vr.png" width="64" height="160" >
</td>
<td>
@@ -1266,7 +1266,7 @@
</td>
</tr>
<tr>
- <td>''vertical-right''</td>
+ <td>''upright-right''</td>
<td>''upright''</td>
<td>''sideways-left''</td>
<td>''sideways-right''</td>
@@ -1281,7 +1281,7 @@
<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 ''vertical-right'' text. Similarly
+ 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.
@@ -1502,9 +1502,9 @@
<th scope="row">'text-orientation'</th>
<th colspan="2">—</th>
<th colspan="2">''sideways-left''</th>
- <th colspan="2"><abbr title="vertical-right, upright, sideways-right">*right</abbr></th>
+ <th colspan="2"><abbr title="upright-right, upright, sideways-right">*right</abbr></th>
<th colspan="2">''sideways-left''</th>
- <th colspan="2"><abbr title="vertical-right, upright, sideways-right">*right</abbr></th>
+ <th colspan="2"><abbr title="upright-right, upright, sideways-right">*right</abbr></th>
</tr>
<tr>
<th scope="row">'direction'</th>
@@ -1642,7 +1642,7 @@
<div class="example">
<p>For example, in vertical writing modes, table rows are vertical and
- table columns are horizontal. In a ''vertical-rl'' ''vertical-right''
+ table columns are horizontal. In a ''vertical-rl'' ''upright-right''
''rtl'' table, the first column would be on the bottom (the start side),
and the first row on the right (the before side). The table's 'margin-right'
and 'margin-left' would collapse with margins before (on the right) and
@@ -1651,7 +1651,7 @@
vertically within its block flow.
<div class="figure">
<p><a href="diagrams/vertical-table.svg" type="image/svg+xml">
- <img alt="Diagram of a vertical-rl vertical-right rtl table in a
+ <img alt="Diagram of a vertical-rl upright-right rtl table in a
vertical block formatting context, showing the ordering of rows,
cells, and columns as described above."
class="example" src="diagrams/vertical-table.png"></a>
@@ -2439,7 +2439,7 @@
<p class="issue">This section needs careful review.</p>
- <p>When 'text-orientation' is either ''vertical-right'' or ''upright'',
+ <p>When 'text-orientation' is either ''upright-right'' or ''upright'',
the following settings are recommended:
<ol>
@@ -2459,7 +2459,7 @@
as required by 'text-orientation' and <a href="#script-orientations">Appendix B</a>.
</ol>
- <p>When 'text-orientation' is ''vertical-right'', the following settings
+ <p>When 'text-orientation' is ''upright-right'', the following settings
are recommended for characters not otherwise-specified above:
<ol>
<li>Set the following characters using vertical font settings if
@@ -2494,9 +2494,6 @@
<li>Other Symbols (So) from the
Latin-1 Supplement and
Letterlike Symbols blocks.
- <span class="issue">The following Latin-1 characters might
- need special classification as upright or font-dependent:
- § U+00A7, ° U+00B0, ¶ U+00B6</span>
<li>Other Symbols (So) from the
Aegean Numbers,
Ancient Symbols,
@@ -2512,7 +2509,7 @@
using horizontal font settings).
</ol>
- <p>When 'text-orientation' is ''vertical-right'', set all characters
+ <p>When 'text-orientation' is ''upright-right'', set all characters
upright (using vertical font settings if available) unless
otherwise specified above.
Received on Tuesday, 26 July 2011 19:11:12 UTC