csswg/css3-writing-modes Overview.html,1.179,1.180 Overview.src.html,1.189,1.190

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Editorial: add id to a figure to link to it easier

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- Overview.html	30 Jun 2011 22:51:39 -0000	1.179
+++ Overview.html	14 Jul 2011 03:10:24 -0000	1.180
@@ -32,7 +32,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 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-20110630">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110630/</a>
+    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110714">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110714/</a>
 -->
      
 
@@ -1011,7 +1011,7 @@
   <p>In some special cases such as two-digit numbers in dates, text is fit
    compactly into a single vertical character box:
 
-  <div class=figure>
+  <div class=figure id=fig-mac>
    <p><img alt="An excerpt from MacFan shows several possible vertical
     layouts for numbers: the two-digit month and day are written as
     horizontal-in-vertical blocks; the years are written with each character

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- Overview.src.html	30 Jun 2011 22:51:40 -0000	1.189
+++ Overview.src.html	14 Jul 2011 03:10:24 -0000	1.190
@@ -673,7 +673,7 @@
   <p>In some special cases such as two-digit numbers in dates, text is fit
     compactly into a single vertical character box:
 
-  <div class="figure">
+  <div class="figure" id="fig-mac">
     <p><img src="vert-number-layouts.png"
             alt="An excerpt from MacFan shows several possible vertical layouts
                  for numbers: the two-digit month and day are written as

Received on Thursday, 14 July 2011 03:10:27 UTC