Skip to content

Commit 3a29791

Browse files
committed
Added some longdesc attributes. A few more need to be done.
1 parent 6b186ba commit 3a29791

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

css3-layout/Overview.src.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
4343

4444
<div class=sidefigure>
4545
<p><img src="diagram.png" alt="Image: four elements move to four
46-
slots in a template">
46+
slots in a template" longdesc="diagram.desc">
4747

4848
<p class=caption>A grid with four slots defined by 'display:
4949
"aaaaaaa" "bccccdd"'.
@@ -147,7 +147,7 @@ <h2>Introduction</h2>
147147

148148
<div class=sidefigure>
149149
<p><img src="diagram.png" alt="Image: four elements move to four
150-
slots in a template">
150+
slots in a template" longdesc="diagram.desc">
151151

152152
<p class=caption>Four regions, called a, b, c and d, each receive a
153153
part of a document
@@ -225,7 +225,7 @@ <h2>Introduction</h2>
225225
stated.)
226226

227227
<div class=sidefigure>
228-
<p><img src="aapje.png" alt="Image: sample rendering">
228+
<p><img src="aapje.png" alt="Image: sample rendering" longdesc="aapje.desc">
229229
<p class=caption>Each element occupies one slot. In this template,
230230
all slots have the same size.
231231
</div>
@@ -314,7 +314,7 @@ <h2>Introduction</h2>
314314
</pre>
315315

316316
<div class=figure>
317-
<p><img src="table1.png" alt="[Three unequal cells]">
317+
<p><img src="table1.png" alt="[Three unequal cells]" longdesc="table1.desc">
318318

319319
<p class=caption>Example of rendering with a table.
320320
</div>
@@ -348,7 +348,7 @@ <h2>Introduction</h2>
348348
<pre>.group {display: table; width: 100%; table-layout: fixed}</pre>
349349

350350
<div class=figure>
351-
<p><img src="table2.png" alt="[Three equal cells]">
351+
<p><img src="table2.png" alt="[Three equal cells]" longdesc="table2.desc">
352352

353353
<p class=caption>Example of rendering with equal columns.
354354
</div>
@@ -362,7 +362,8 @@ <h2>Introduction</h2>
362362
<pre>.group {display: "abc" * * 3em}</pre>
363363

364364
<div class=figure>
365-
<p><img src="table3.png" alt="[Two equal cells, third is 3em wide]">
365+
<p><img src="table3.png" alt="[Two equal cells, third is 3em wide]"
366+
longdesc="table3.desc">
366367

367368
<p class=caption>Example of rendering with a fixed third column and
368369
the other two columns of equal width.
@@ -401,7 +402,8 @@ <h2>Introduction</h2>
401402
</pre>
402403

403404
<div class=figure>
404-
<p><img src="table4.png" alt="[Different contents for the cells]">
405+
<p><img src="table4.png" alt="[Different contents for the cells]"
406+
longdesc="table4.desc">
405407

406408
<p class=caption>Example of rendering with the contents of the three
407409
columns reversed: the third element is shown in the first slot and
@@ -443,7 +445,7 @@ <h2>Introduction</h2>
443445
<p>results in a rendering similar to this:
444446
<div class=figure>
445447
<p><img src="footnotes.png" alt="Same text, with the SPAN replaced by
446-
“(1)” and it content moved to the end.">
448+
“(1)” and it content moved to the end." longdesc="footnotes.desc">
447449
<p class=caption>Rendering of a text with footnotes.
448450
</div>
449451
</div>
@@ -456,7 +458,7 @@ <h2>Introduction</h2>
456458

457459
<div class=figure>
458460
<p><img src="regions-intro-rendering.png" alt="Image of a complex,
459-
3-column layout">
461+
3-column layout" longdesc="regions-intro-rendering.desc">
460462
<p class=caption>Example rendering
461463
</div>
462464

@@ -1165,7 +1167,8 @@ <h2 id=position>Flowing content into the template: the 'position'
11651167
in their slots.
11661168

11671169
<div class="figure">
1168-
<p><img alt="Image simulating the layout of the example" src="form.png">
1170+
<p><img alt="Image simulating the layout of the example" src="form.png"
1171+
longdesc="form.desc">
11691172

11701173
<p class="caption">Possible rendering of the example.
11711174
</div>

0 commit comments

Comments
 (0)