- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Aug 2011 05:04:13 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv1980
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix errors reported by Murakami-san.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- Overview.html 26 Aug 2011 04:30:35 -0000 1.202
+++ Overview.html 29 Aug 2011 05:04:11 -0000 1.203
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 August 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 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-20110826">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110826/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110829">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110829/</a>
-->
@@ -2916,7 +2916,7 @@
composition is treated as a single glyph for the purposes of layout and
decoration. If the content contains any element boundaries this is
treated as ‘<code class=css>text-combine-horizontal:
- none</code>’.
+ none</code>’ on the element and any descendants.
<dt><dfn id=digits title="text-combine-horizontal:digits">digits</dfn>
@@ -3075,7 +3075,7 @@
<tr>
<th>Initial:
- <td>none
+ <td>auto
<tr>
<th>Applies to:
@@ -3195,8 +3195,11 @@
<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. Added many more details on
- how to compose horizontal-in-vertical text.
+ ability to auto-combine by character classes.
+
+ <li>Added ‘<a href="#text-combine-mode"><code
+ class=property>text-combine-mode</code></a>’ property to control
+ scaling method used to compose horizontal-in-vertical text.
<li>Added appendix on <a href="#character-properties">Characters and
Properties</a>.
@@ -3483,8 +3486,8 @@
<p>When ‘<a href="#text-orientation0"><code
class=property>text-orientation</code></a>’ is ‘<a
- href="#upright-right"><code class=css>upright-right</code></a>’, set
- all characters upright (using vertical font settings if available) unless
+ href="#upright"><code class=css>upright</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
@@ -4120,7 +4123,7 @@
<td>auto | compress | [ no-compress || use-glyphs ]
- <td>none
+ <td>auto
<td>non-replaced inline elements
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- Overview.src.html 26 Aug 2011 04:30:35 -0000 1.213
+++ Overview.src.html 29 Aug 2011 05:04:11 -0000 1.214
@@ -2173,7 +2173,7 @@
resulting composition is treated as a single glyph for the purposes
of layout and decoration.
If the content contains any element boundaries this is treated as
- ''text-combine-horizontal: none''.
+ ''text-combine-horizontal: none'' on the element and any descendants.
<dt><dfn title="text-combine-horizontal:digits">digits</dfn>
<dd>Within the element, each sequence of consecutive horizontal digits
that has as many or fewer characters than the integer given is treated
@@ -2298,7 +2298,7 @@
</tr>
<tr>
<th>Initial:
- <td>none
+ <td>auto
</tr>
<tr>
<th>Applies to:
@@ -2376,8 +2376,9 @@
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. Added many more details
- on how to compose horizontal-in-vertical text.
+ 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>.
</ul>
@@ -2561,7 +2562,7 @@
using horizontal font settings).
</ol>
- <p>When 'text-orientation' is ''upright-right'', set all characters
+ <p>When 'text-orientation' is ''upright'', set all characters
upright (using vertical font settings if available) unless
otherwise specified above.
Received on Monday, 29 August 2011 05:04:19 UTC