csswg/css3-writing-modes Overview.html,1.132,1.133 Overview.src.html,1.139,1.140

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv3723

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix errors found by Murakami-san

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.html	21 May 2011 01:38:38 -0000	1.132
+++ Overview.html	23 May 2011 05:18:07 -0000	1.133
@@ -29,7 +29,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 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-20110521">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110521/</a>
+    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110523">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110523/</a>
 -->
      
 
@@ -2348,9 +2348,9 @@
    the measure of the child's containing block, even though the physical
    height is the extent, not the measure, of the parent block.
 
-  <p>Since auto auto margins are resolved consistent with the containing
-   block's writing mode, a box establishing an orthogonal flow, can, once
-   sized, be aligned or centered within its containing block just like other
+  <p>Since auto margins are resolved consistent with the containing block's
+   writing mode, a box establishing an orthogonal flow, can, once sized, be
+   aligned or centered within its containing block just like other
    block-level elements by using auto margins.
 
   <p>It is common in CSS for a containing block to have a defined measure,
@@ -2595,7 +2595,7 @@
     <tr>
      <th>Initial:
 
-     <td>same as CSS2.1
+     <td>before
 
     <tr>
      <th>Applies to:
@@ -3501,7 +3501,7 @@
      <th>Media
 
    <tbody>
-    <tr valign=baseline>
+    <tr>
      <td><a class=property href="#direction0">direction</a>
 
      <td>ltr | rtl
@@ -3516,12 +3516,12 @@
 
      <td>visual
 
-    <tr valign=baseline>
+    <tr>
      <td><span class=property>&lsquo;caption-side&rsquo;</span>
 
      <td>&lsquo;before&rsquo; | &lsquo;after&rsquo;
 
-     <td>same as CSS2.1
+     <td>before
 
      <td>same as CSS2.1
 
@@ -3531,7 +3531,7 @@
 
      <td>same as CSS2.1
 
-    <tr valign=baseline>
+    <tr>
      <td><span class=property>&lsquo;column-width&rsquo;</span>
 
      <td>&lsquo;min-content&rsquo; | &lsquo;max-content&rsquo; |
@@ -3547,7 +3547,7 @@
 
      <td>as defined in [CSS3COL]
 
-    <tr valign=baseline>
+    <tr>
      <td><span class=property>&lsquo;width&rsquo;</span>, <span
       class=property>&lsquo;min-width&rsquo;</span>, <span
       class=property>&lsquo;max-width&rsquo;</span>, <span
@@ -3568,7 +3568,7 @@
 
      <td>as defined in [CSS21]
 
-    <tr valign=baseline>
+    <tr>
      <td><a class=property href="#text-combine0">text-combine</a>
 
      <td>none | [ horizontal &lt;number&gt;? ]
@@ -3583,7 +3583,7 @@
 
      <td>visual
 
-    <tr valign=baseline>
+    <tr>
      <td><a class=property href="#text-orientation0">text-orientation</a>
 
      <td>vertical-right | upright | rotate-right | rotate-left |
@@ -3600,7 +3600,7 @@
 
      <td>visual
 
-    <tr valign=baseline>
+    <tr>
      <td><a class=property href="#unicode-bidi0">unicode-bidi</a>
 
      <td>normal | [ [ embed | isolate ] || [ plaintext | bidi-override ] ]
@@ -3615,7 +3615,7 @@
 
      <td>visual
 
-    <tr valign=baseline>
+    <tr>
      <td><a class=property href="#writing-mode1">writing-mode</a>
 
      <td>horizontal-tb | vertical-rl | vertical-lr

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- Overview.src.html	21 May 2011 01:38:38 -0000	1.139
+++ Overview.src.html	23 May 2011 05:18:08 -0000	1.140
@@ -1711,7 +1711,7 @@
     block, even though the physical height is the extent, not the
     measure, of the parent block.</p>
 
-  <p>Since auto auto margins are resolved consistent with the containing
+  <p>Since auto margins are resolved consistent with the containing
     block's writing mode, a box establishing an orthogonal flow, can,
     once sized, be aligned or centered within its containing block just
     like other block-level elements by using auto margins.
@@ -1921,7 +1921,7 @@
       </tr>
       <tr>
         <th>Initial:</th>
-        <td>same as CSS2.1</td>
+        <td>before</td>
       </tr>
       <tr>
         <th>Applies to:</th>

Received on Monday, 23 May 2011 05:18:12 UTC