- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Feb 2012 16:46:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv23272
Modified Files:
Overview.html Overview.src.html
Log Message:
rename 'upright-right' to 'mixed-right' to be less confusing
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- Overview.html 17 Jan 2012 13:33:32 -0000 1.226
+++ Overview.html 13 Feb 2012 16:46:32 -0000 1.227
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 January
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
2012</h2>
<dl>
@@ -41,7 +41,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/2012/WD-css3-writing-modes-20120117/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120117/</a>
+ <dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120213/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120213/</a>
-->
@@ -316,8 +316,8 @@
<li class=no-num><a href="#changes">Changes</a>
<ul class=toc>
- <li class=no-num><a href="#recent-changes"> Changes from the May 2011
- CSS Writing Modes Module Level 3 <abbr
+ <li class=no-num><a href="#recent-changes"> Changes from the September
+ 2011 CSS Writing Modes Module Level 3 <abbr
title="Working Draft">WD</abbr></a>
</ul>
@@ -1550,7 +1550,7 @@
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="#upright-right"><code class=css>upright-right</code></a>’ and
+ href="#mixed-right"><code class=css>mixed-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.
@@ -1577,13 +1577,13 @@
<tr>
<th>Value:
- <td>upright-right | upright | sideways-right | sideways-left | sideways
- | use-glyph-orientation
+ <td>mixed-right | upright | sideways-right | sideways-left | sideways |
+ use-glyph-orientation
<tr>
<th>Initial:
- <td>upright-right
+ <td>mixed-right
<tr>
<th>Applies to:
@@ -1625,7 +1625,7 @@
<p>Values have the following meanings:
<dl>
- <dt><dfn id=upright-right>upright-right</dfn>
+ <dt><dfn id=mixed-right>mixed-right</dfn>
<dd>
<p>In vertical writing modes, characters from horizontal-only scripts are
@@ -1733,8 +1733,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="#upright-right"><code
- class=css>upright-right</code></a>’.
+ as for ‘<a href="#mixed-right"><code
+ class=css>mixed-right</code></a>’.
<p class=note>This value is at-risk and may be dropped during CR.
</dl>
@@ -1743,7 +1743,7 @@
<table>
<tbody>
<tr>
- <td> <img alt="text-orientation: upright-right" height=160
+ <td> <img alt="text-orientation: mixed-right" height=160
src=text-orientation-vr.png width=64>
<td> <img alt="text-orientation: upright" height=160
@@ -1756,8 +1756,8 @@
src=text-orientation-sr.png width=64>
<tr>
- <td>‘<a href="#upright-right"><code
- class=css>upright-right</code></a>’
+ <td>‘<a href="#mixed-right"><code
+ class=css>mixed-right</code></a>’
<td>‘<a href="#upright"><code class=css>upright</code></a>’
@@ -2142,13 +2142,13 @@
class=css>sideways-left</code></a>’
<th colspan=2><abbr
- title="upright-right, upright, sideways-right">*right</abbr>
+ title="mixed-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="upright-right, upright, sideways-right">*right</abbr>
+ title="mixed-right, upright, sideways-right">*right</abbr>
<tr>
<th scope=row>‘<a href="#direction0"><code
@@ -2354,7 +2354,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="#upright-right"><code class=css>upright-right</code></a>’
+ href="#mixed-right"><code class=css>mixed-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
@@ -2368,7 +2368,7 @@
<div class=figure>
<p><a href="diagrams/vertical-table.svg" type="image/svg+xml"> <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."
+ alt="Diagram of a vertical-rl mixed-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>
<p class=caption>Table in ‘<a href="#vertical-rl"><code
@@ -3226,51 +3226,19 @@
<h2 class=no-num id=changes>Changes</h2>
<h3 class=no-num id=recent-changes> Changes from the <a
- href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/">May 2011
- CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
+ href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">September
+ 2011 CSS Writing Modes Module Level 3 <abbr
+ title="Working Draft">WD</abbr></a></h3>
<p>Major changes include:
<ul>
- <li>Redefined which side of a bidi-broken box's border is drawn.
-
- <li>Altered the allowed combinations of ‘<a
- href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>’
- values and defined ‘<a href="#plaintext"><code
- class=css>plaintext</code></a>’ to use heuristics for inline
- elements as well.
-
- <li>Renamed ‘<code class=css>vertical-right</code>’ value of
- ‘<a href="#text-orientation0"><code
- class=property>text-orientation</code></a>’ to ‘<a
- href="#upright-right"><code class=css>upright-right</code></a>’.
-
- <li>Renamed ‘<code class=css>rotate</code>’ values of
+ <li>Renamed ‘<code class=css>upright-right</code>’ value of
‘<a href="#text-orientation0"><code
class=property>text-orientation</code></a>’ to ‘<a
- href="#sideways"><code class=property>sideways</code></a>’.
-
- <li>Renamed ‘<code class=css>auto</code>’ value of ‘<a
- href="#text-orientation0"><code
- class=property>text-orientation</code></a>’ to ‘<a
- href="#use-glyph-orientation"><code
- class=css>use-glyph-orientation</code></a>’ and marked it at-risk.
-
- <li>Tweaked rules for vertical typesetting to remove references to
- <code>vrt2</code> feature, fix various errors and omissions in <a
- href="#vertical-typesetting-details">synthesis rules</a>, etc.
-
- <li>Renamed ‘<code class=property>text-combine</code>’
- property to ‘<a href="#text-combine-horizontal0"><code
- class=property>text-combine-horizontal</code></a>’ and added
- ability to auto-combine by character classes.
-
- <li>Added ‘<a href="#text-combine-mode0"><code
- class=property>text-combine-mode</code></a>’ property to control
- scaling method used to compose horizontal-in-vertical text.
+ href="#mixed-right"><code class=css>mixed-right</code></a>’.
- <li>Added appendix on <a href="#character-properties">Characters and
- Properties</a>.
+ <li>Hooked up vertical typesetting details to UTR50.
</ul>
<h2 id=conformance><span class=secno>10. </span> Conformance</h2>
@@ -3646,29 +3614,29 @@
<dt>upright (U)
<dd>These characters are upright in both ‘<a
- href="#upright-right"><code class=css>upright-right</code></a>’ and
+ href="#mixed-right"><code class=css>mixed-right</code></a>’ and
‘<a href="#upright"><code class=css>upright</code></a>’ text
orientations.
<dt>sideways (S<sub>v</sub>)
<dd>These characters are sideways (rotated 90° clockwise) in both
- ‘<a href="#upright-right"><code
- class=css>upright-right</code></a>’ and ‘<a
+ ‘<a href="#mixed-right"><code
+ class=css>mixed-right</code></a>’ and ‘<a
href="#upright"><code class=css>upright</code></a>’ text
orientations.
<dt>non-native (S<sub>h</sub>)
- <dd>These characters are sideways in ‘<a href="#upright-right"><code
- class=css>upright-right</code></a>’ orientation and upright in
+ <dd>These characters are sideways in ‘<a href="#mixed-right"><code
+ class=css>mixed-right</code></a>’ orientation and upright in
‘<a href="#upright"><code class=css>upright</code></a>’
orientation.
<dt>brackets (SB)
<dd>These characters are oriented sideways in both ‘<a
- href="#upright-right"><code class=css>upright-right</code></a>’ and
+ href="#mixed-right"><code class=css>mixed-right</code></a>’ and
‘<a href="#upright"><code class=css>upright</code></a>’ text
orientations. However, since OpenType fonts that support vertical writing
store their vertical glyph variants upright, they are usually typeset
@@ -3678,8 +3646,8 @@
<dd>These characters' glyphs change significantly between vertical and
horizontal writing (regardless of typeface style). They are typeset
- upright in both ‘<a href="#upright-right"><code
- class=css>upright-right</code></a>’ and ‘<a
+ upright in both ‘<a href="#mixed-right"><code
+ class=css>mixed-right</code></a>’ and ‘<a
href="#upright"><code class=css>upright</code></a>’ text
orientations, and correct typography requires variant glyphs.
<p class=note>For more subtle differences in glyph shape, such as variant
@@ -4428,10 +4396,10 @@
<tr>
<th><a class=property href="#text-orientation0">text-orientation</a>
- <td>upright-right | upright | sideways-right | sideways-left | sideways
- | use-glyph-orientation
+ <td>mixed-right | upright | sideways-right | sideways-left | sideways |
+ use-glyph-orientation
- <td>upright-right
+ <td>mixed-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.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- Overview.src.html 17 Jan 2012 13:33:33 -0000 1.239
+++ Overview.src.html 13 Feb 2012 16:46:37 -0000 1.240
@@ -1099,7 +1099,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 ''upright-right'' and ''upright'' values
+ The 'text-orientation' property's ''mixed-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''
@@ -1117,12 +1117,12 @@
</tr>
<tr>
<th>Value:</th>
- <td>upright-right | upright | sideways-right | sideways-left | sideways
+ <td>mixed-right | upright | sideways-right | sideways-left | sideways
| use-glyph-orientation
</tr>
<tr>
<th>Initial:</th>
- <td>upright-right</td>
+ <td>mixed-right</td>
</tr>
<tr>
<th>Applies to:</th>
@@ -1159,7 +1159,7 @@
<p>Values have the following meanings:</p>
<dl>
- <dt><dfn>upright-right</dfn></dt>
+ <dt><dfn>mixed-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.
@@ -1223,7 +1223,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 ''upright-right''.
+ is the same as for ''mixed-right''.
<p class="note">This value is at-risk and may be dropped during CR.
</dl>
@@ -1232,7 +1232,7 @@
<tr>
<td>
<img
- alt="text-orientation: upright-right"
+ alt="text-orientation: mixed-right"
src="text-orientation-vr.png" width="64" height="160" >
</td>
<td>
@@ -1252,7 +1252,7 @@
</td>
</tr>
<tr>
- <td>''upright-right''</td>
+ <td>''mixed-right''</td>
<td>''upright''</td>
<td>''sideways-left''</td>
<td>''sideways-right''</td>
@@ -1537,9 +1537,9 @@
<th scope="row">'text-orientation'</th>
<th colspan="2">—</th>
<th colspan="2">''sideways-left''</th>
- <th colspan="2"><abbr title="upright-right, upright, sideways-right">*right</abbr></th>
+ <th colspan="2"><abbr title="mixed-right, upright, sideways-right">*right</abbr></th>
<th colspan="2">''sideways-left''</th>
- <th colspan="2"><abbr title="upright-right, upright, sideways-right">*right</abbr></th>
+ <th colspan="2"><abbr title="mixed-right, upright, sideways-right">*right</abbr></th>
</tr>
<tr>
<th scope="row">'direction'</th>
@@ -1677,7 +1677,7 @@
<div class="example">
<p>For example, in vertical writing modes, table rows are vertical and
- table columns are horizontal. In a ''vertical-rl'' ''upright-right''
+ table columns are horizontal. In a ''vertical-rl'' ''mixed-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
@@ -1686,7 +1686,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 upright-right rtl table in a
+ <img alt="Diagram of a vertical-rl mixed-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>
@@ -2398,26 +2398,13 @@
<h2 class="no-num" id="changes">Changes</h2>
<h3 class="no-num" id="recent-changes">
- Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/">May
+ Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">September
2011 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
<p>Major changes include:</p>
<ul>
- <li>Redefined which side of a bidi-broken box's border is drawn.
- <li>Altered the allowed combinations of 'unicode-bidi' values and
- defined ''plaintext'' to use heuristics for inline elements as well.
- <li>Renamed ''vertical-right'' value of 'text-orientation' to ''upright-right''.
- <li>Renamed ''rotate'' values of 'text-orientation' to 'sideways'.
- <li>Renamed ''auto'' value of 'text-orientation' to ''use-glyph-orientation''
- and marked it at-risk.
- <li>Tweaked rules for vertical typesetting to remove references to <code>vrt2</code>
- feature, fix various errors and omissions in
- <a href="#vertical-typesetting-details">synthesis rules</a>, etc.
- <li>Renamed 'text-combine' property to 'text-combine-horizontal' and added
- ability to auto-combine by character classes.
- <li>Added 'text-combine-mode' property to control scaling method used to
- compose horizontal-in-vertical text.
- <li>Added appendix on <a href="#character-properties">Characters and Properties</a>.
+ <li>Renamed ''upright-right'' value of 'text-orientation' to ''mixed-right''.
+ <li>Hooked up vertical typesetting details to UTR50.
</ul>
<h2 id="conformance">
@@ -2706,23 +2693,23 @@
characters are assigned into one of five categories:
<dl>
<dt>upright (U)</dt>
- <dd>These characters are upright in both ''upright-right'' and ''upright''
+ <dd>These characters are upright in both ''mixed-right'' and ''upright''
text orientations.
<dt>sideways (S<sub>v</sub>)</dt>
<dd>These characters are sideways (rotated 90° clockwise) in both
- ''upright-right'' and ''upright'' text orientations.
+ ''mixed-right'' and ''upright'' text orientations.
<dt>non-native (S<sub>h</sub>)</dt>
<dd>These characters are sideways in
- ''upright-right'' orientation and upright in ''upright'' orientation.
+ ''mixed-right'' orientation and upright in ''upright'' orientation.
<dt>brackets (SB)</dt>
- <dd>These characters are oriented sideways in both ''upright-right''
+ <dd>These characters are oriented sideways in both ''mixed-right''
and ''upright'' text orientations. However, since OpenType fonts that
support vertical writing store their vertical glyph variants upright,
they are usually typeset upright with vertical font settings turned on.
<dt>transforms (T)</dt>
<dd>These characters' glyphs change significantly between vertical and
horizontal writing (regardless of typeface style). They are typeset
- upright in both ''upright-right'' and ''upright'' text orientations,
+ upright in both ''mixed-right'' and ''upright'' text orientations,
and correct typography requires variant glyphs.
<p class="note">For more subtle differences in glyph shape, such as
variant brush strokes and alignment, it is suggested that OpenType
Received on Monday, 13 February 2012 16:46:48 UTC