csswg/css3-layout Overview.html,1.2,1.3

Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv28976

Modified Files:
	Overview.html 
Log Message:
Generated. Do not edit!

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html	4 Nov 2011 00:50:48 -0000	1.2
+++ Overview.html	4 Nov 2011 19:15:59 -0000	1.3
@@ -16,13 +16,13 @@
    <h1>CSS Template Layout Module</h1>
 
    <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
-    3 November 2011</h2>
+    4 November 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://www.w3.org/TR/2011/ED-css3-layout-20111103/">
-     http://www.w3.org/TR/2011/ED-css3-layout-20111103</a>
+    <dd><a href="http://www.w3.org/TR/2011/ED-css3-layout-20111104/">
+     http://www.w3.org/TR/2011/ED-css3-layout-20111104</a>
 
     <dt>Latest version:
 
@@ -68,7 +68,7 @@
 
   <div class=sidefigure>
    <p><img alt="Image: four elements move to four   slots in a template"
-    src=diagram.png>
+    longdesc=diagram.desc src=diagram.png>
 
    <p class=caption>A grid with four slots defined by &lsquo;<code
     class=css>display: "aaaaaaa" "bccccdd"</code>&rsquo;.
@@ -296,7 +296,7 @@
 
   <div class=sidefigure>
    <p><img alt="Image: four elements move to four   slots in a template"
-    src=diagram.png>
+    longdesc=diagram.desc src=diagram.png>
 
    <p class=caption>Four regions, called a, b, c and d, each receive a part
     of a document
@@ -373,7 +373,7 @@
     this specification are HTML fragments, unless otherwise stated.)
 
    <div class=sidefigure>
-    <p><img alt="Image: sample rendering" src=aapje.png>
+    <p><img alt="Image: sample rendering" longdesc=aapje.desc src=aapje.png>
 
     <p class=caption>Each element occupies one slot. In this template, all
      slots have the same size.
@@ -464,7 +464,7 @@
 </pre>
 
    <div class=figure>
-    <p><img alt="[Three unequal cells]" src=table1.png>
+    <p><img alt="[Three unequal cells]" longdesc=table1.desc src=table1.png>
 
     <p class=caption>Example of rendering with a table.
    </div>
@@ -500,7 +500,7 @@
    <pre>.group {display: table; width: 100%; table-layout: fixed}</pre>
 
    <div class=figure>
-    <p><img alt="[Three equal cells]" src=table2.png>
+    <p><img alt="[Three equal cells]" longdesc=table2.desc src=table2.png>
 
     <p class=caption>Example of rendering with equal columns.
    </div>
@@ -514,7 +514,8 @@
    <pre>.group {display: "abc" * * 3em}</pre>
 
    <div class=figure>
-    <p><img alt="[Two equal cells, third is 3em wide]" src=table3.png>
+    <p><img alt="[Two equal cells, third is 3em wide]" longdesc=table3.desc
+     src=table3.png>
 
     <p class=caption>Example of rendering with a fixed third column and the
      other two columns of equal width.
@@ -554,7 +555,8 @@
 </pre>
 
    <div class=figure>
-    <p><img alt="[Different contents for the cells]" src=table4.png>
+    <p><img alt="[Different contents for the cells]" longdesc=table4.desc
+     src=table4.png>
 
     <p class=caption>Example of rendering with the contents of the three
      columns reversed: the third element is shown in the first slot and the
@@ -602,7 +604,7 @@
    <div class=figure>
     <p><img
      alt="Same text, with the SPAN replaced by “(1)” and it content moved to the end."
-     src=footnotes.png>
+     longdesc=footnotes.desc src=footnotes.png>
 
     <p class=caption>Rendering of a text with footnotes.
    </div>
@@ -616,7 +618,7 @@
 
    <div class=figure>
     <p><img alt="Image of a complex, 3-column layout"
-     src=regions-intro-rendering.png>
+     longdesc=regions-intro-rendering.desc src=regions-intro-rendering.png>
 
     <p class=caption>Example rendering
    </div>
@@ -1460,7 +1462,8 @@
     slots.
 
    <div class=figure>
-    <p><img alt="Image simulating the layout of the example" src=form.png>
+    <p><img alt="Image simulating the layout of the example"
+     longdesc=form.desc src=form.png>
 
     <p class=caption>Possible rendering of the example.
    </div>

Received on Friday, 4 November 2011 19:16:07 UTC