csswg/css3-writing-modes Overview.html,1.176,1.177 Overview.src.html,1.186,1.187

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add note about CSS3 Text 2003 CR spec including the SVG writing-mode values.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- Overview.html	24 Jun 2011 20:13:06 -0000	1.176
+++ Overview.html	27 Jun 2011 19:51:47 -0000	1.177
@@ -32,7 +32,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 June 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-20110624">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110624/</a>
+    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110627">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110627/</a>
 -->
      
 
@@ -1239,9 +1239,14 @@
    &lsquo;<code class=css>lr-tb</code>&rsquo;, &lsquo;<code
    class=css>rl</code>&rsquo;, &lsquo;<code class=css>rl-tb</code>&rsquo;,
    &lsquo;<code class=css>tb</code>&rsquo;, and &lsquo;<code
-   class=css>tb-rl</code>&rsquo;. These values are <em>deprecated</em> in any
-   context except SVG1 documents. Implementations that wish to support them
-   in the context of CSS must treat these values as follows:
+   class=css>tb-rl</code>&rsquo;. (These values were also present in <a
+   href="http://www.w3.org/TR/2003/CR-css3-text-20030514/">an older
+   revision</a> of the CSS &lsquo;<a href="#writing-mode1"><code
+   class=property>writing-mode</code></a>&rsquo; specification.)
+
+  <p>These values are <em>deprecated</em> in any context except SVG1
+   documents. Implementations that wish to support them in the context of CSS
+   must treat these values as follows:
 
   <table class=data>
    <thead>
@@ -1252,23 +1257,25 @@
 
    <tbody>
     <tr>
-     <td>lr
+     <td>&lsquo;<code class=css>lr</code>&rsquo;
 
-     <td rowspan=3>horizontal-tb
+     <td rowspan=3>&lsquo;<a href="#horizontal-tb"><code
+      class=css>horizontal-tb</code></a>&rsquo;
 
     <tr>
-     <td>lr-tb
+     <td>&lsquo;<code class=css>lr-tb</code>&rsquo;
 
     <tr>
-     <td>rl
+     <td>&lsquo;<code class=css>rl</code>&rsquo;
 
     <tr>
-     <td>tb
+     <td>&lsquo;<code class=css>tb</code>&rsquo;
 
-     <td rowspan=2>vertical-rl
+     <td rowspan=2>&lsquo;<a href="#vertical-rl"><code
+      class=css>vertical-rl</code></a>&rsquo;
 
     <tr>
-     <td>tb-rl
+     <td>&lsquo;<code class=css>tb-rl</code>&rsquo;
   </table>
 
   <p>In SVG1.1, these values set the <dfn

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- Overview.src.html	24 Jun 2011 20:13:06 -0000	1.186
+++ Overview.src.html	27 Jun 2011 19:51:48 -0000	1.187
@@ -859,8 +859,11 @@
 SVG1.1 'writing-mode' Values</h4>
 
   <p>SVG1.1 [[!SVG11]] defines some additional values: ''lr'',
-    ''lr-tb'', ''rl'', ''rl-tb'', ''tb'', and ''tb-rl''. These values
-    are <em>deprecated</em> in any context except SVG1 documents.
+    ''lr-tb'', ''rl'', ''rl-tb'', ''tb'', and ''tb-rl''. (These values
+    were also present in <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/">an
+    older revision</a> of the CSS 'writing-mode' specification.)
+
+  <p>These values are <em>deprecated</em> in any context except SVG1 documents.
     Implementations that wish to support them in the context of CSS
     must treat these values as follows:
 
@@ -869,11 +872,11 @@
       <tr><th>SVG1</th> <th>CSS</th></tr>
     </thead>
     <tbody>
-      <tr><td>lr</td> <td rowspan=3>horizontal-tb</td></tr>
-      <tr><td>lr-tb</td></tr>
-      <tr><td>rl</td></tr>
-      <tr><td>tb</td> <td rowspan=2>vertical-rl</td></tr>
-      <tr><td>tb-rl</td></tr>
+      <tr><td>''lr''</td> <td rowspan=3>''horizontal-tb''</td></tr>
+      <tr><td>''lr-tb''</td></tr>
+      <tr><td>''rl''</td></tr>
+      <tr><td>''tb''</td> <td rowspan=2>''vertical-rl''</td></tr>
+      <tr><td>''tb-rl''</td></tr>
     </tbody>
   </table>
 

Received on Monday, 27 June 2011 19:51:51 UTC