Skip to content

Commit 40970b4

Browse files
committed
Generated. Do not edit!
1 parent 3a29791 commit 40970b4

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

css3-layout/Overview.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<h1>CSS Template Layout Module</h1>
1717

1818
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
19-
3 November 2011</h2>
19+
4 November 2011</h2>
2020

2121
<dl>
2222
<dt>This version:
2323

24-
<dd><a href="http://www.w3.org/TR/2011/ED-css3-layout-20111103/">
25-
http://www.w3.org/TR/2011/ED-css3-layout-20111103</a>
24+
<dd><a href="http://www.w3.org/TR/2011/ED-css3-layout-20111104/">
25+
http://www.w3.org/TR/2011/ED-css3-layout-20111104</a>
2626

2727
<dt>Latest version:
2828

@@ -68,7 +68,7 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
6868

6969
<div class=sidefigure>
7070
<p><img alt="Image: four elements move to four slots in a template"
71-
src=diagram.png>
71+
longdesc=diagram.desc src=diagram.png>
7272

7373
<p class=caption>A grid with four slots defined by &lsquo;<code
7474
class=css>display: "aaaaaaa" "bccccdd"</code>&rsquo;.
@@ -296,7 +296,7 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
296296

297297
<div class=sidefigure>
298298
<p><img alt="Image: four elements move to four slots in a template"
299-
src=diagram.png>
299+
longdesc=diagram.desc src=diagram.png>
300300

301301
<p class=caption>Four regions, called a, b, c and d, each receive a part
302302
of a document
@@ -373,7 +373,7 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
373373
this specification are HTML fragments, unless otherwise stated.)
374374

375375
<div class=sidefigure>
376-
<p><img alt="Image: sample rendering" src=aapje.png>
376+
<p><img alt="Image: sample rendering" longdesc=aapje.desc src=aapje.png>
377377

378378
<p class=caption>Each element occupies one slot. In this template, all
379379
slots have the same size.
@@ -464,7 +464,7 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
464464
</pre>
465465

466466
<div class=figure>
467-
<p><img alt="[Three unequal cells]" src=table1.png>
467+
<p><img alt="[Three unequal cells]" longdesc=table1.desc src=table1.png>
468468

469469
<p class=caption>Example of rendering with a table.
470470
</div>
@@ -500,7 +500,7 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
500500
<pre>.group {display: table; width: 100%; table-layout: fixed}</pre>
501501

502502
<div class=figure>
503-
<p><img alt="[Three equal cells]" src=table2.png>
503+
<p><img alt="[Three equal cells]" longdesc=table2.desc src=table2.png>
504504

505505
<p class=caption>Example of rendering with equal columns.
506506
</div>
@@ -514,7 +514,8 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
514514
<pre>.group {display: "abc" * * 3em}</pre>
515515

516516
<div class=figure>
517-
<p><img alt="[Two equal cells, third is 3em wide]" src=table3.png>
517+
<p><img alt="[Two equal cells, third is 3em wide]" longdesc=table3.desc
518+
src=table3.png>
518519

519520
<p class=caption>Example of rendering with a fixed third column and the
520521
other two columns of equal width.
@@ -554,7 +555,8 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
554555
</pre>
555556

556557
<div class=figure>
557-
<p><img alt="[Different contents for the cells]" src=table4.png>
558+
<p><img alt="[Different contents for the cells]" longdesc=table4.desc
559+
src=table4.png>
558560

559561
<p class=caption>Example of rendering with the contents of the three
560562
columns reversed: the third element is shown in the first slot and the
@@ -602,7 +604,7 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
602604
<div class=figure>
603605
<p><img
604606
alt="Same text, with the SPAN replaced by “(1)” and it content moved to the end."
605-
src=footnotes.png>
607+
longdesc=footnotes.desc src=footnotes.png>
606608

607609
<p class=caption>Rendering of a text with footnotes.
608610
</div>
@@ -616,7 +618,7 @@ <h2 id=introduction><span class=secno>2. </span>Introduction</h2>
616618

617619
<div class=figure>
618620
<p><img alt="Image of a complex, 3-column layout"
619-
src=regions-intro-rendering.png>
621+
longdesc=regions-intro-rendering.desc src=regions-intro-rendering.png>
620622

621623
<p class=caption>Example rendering
622624
</div>
@@ -1460,7 +1462,8 @@ <h2 id=position><span class=secno>7. </span>Flowing content into the
14601462
slots.
14611463

14621464
<div class=figure>
1463-
<p><img alt="Image simulating the layout of the example" src=form.png>
1465+
<p><img alt="Image simulating the layout of the example"
1466+
longdesc=form.desc src=form.png>
14641467

14651468
<p class=caption>Possible rendering of the example.
14661469
</div>

0 commit comments

Comments
 (0)