Skip to content

Commit 49ae9b5

Browse files
committed
Rebuild docs
1 parent 828a6ed commit 49ae9b5

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

docs/index.html

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 id="title__table-of-contents">Table of Contents</h2>
5050
<li><a href="#subsection__image">Image</a></li>
5151
<li><a href="#subsection__broken-image">Broken Image</a></li>
5252
<li><a href="#subsection__figure-with-caption">Figure with Caption</a></li>
53-
<li><a href="#subsection__inline-svg">Inline <abbr>SVG</abbr></li>
53+
<li><a href="#subsection__inline-svg">Inline <abbr>SVG</abbr></a></li>
5454
<li><a href="#subsection__picture">Picture</a></li>
5555
<li><a href="#subsection__image-with-srcset-and-sizes">Image with Srcset and Sizes</a></li>
5656
<li><a href="#subsection__iframe">Iframe</a></li>
@@ -324,77 +324,77 @@ <h2 id="title__tables">Tables</h2>
324324
</colgroup>
325325
<thead>
326326
<tr>
327-
<th scope="col">Year</th>
328327
<th scope="col">Film</th>
328+
<th scope="col">Year</th>
329329
<th scope="col">Production Company(s)</th>
330330
<th scope="col">Producer(s)</th>
331331
</tr>
332332
</thead>
333333
<tbody>
334334
<tr>
335-
<td scope="row">1980</td>
336-
<td>Ordinary People</td>
335+
<th scope="row">Ordinary People</th>
336+
<td>1980</td>
337337
<td>Paramount</td>
338338
<td>Ronald L. Schwary</td>
339339
</tr>
340340
<tr>
341-
<td scope="row">1981</td>
342-
<td>Chariots of Fire</td>
341+
<th scope="row">Chariots of Fire</th>
342+
<td>1981</td>
343343
<td>Enigma Film Productions</td>
344344
<td>David Puttnam</td>
345345
</tr>
346346
<tr>
347-
<td scope="row">1982</td>
348-
<td>Gandhi</td>
347+
<th scope="row">Gandhi</th>
348+
<td>1982</td>
349349
<td>Columbia</td>
350350
<td>Richard Attenborough</td>
351351
</tr>
352352
<tr>
353-
<td scope="row">1983</td>
354-
<td>Terms of Endearment</td>
353+
<th scope="row">Terms of Endearment</th>
354+
<td>1983</td>
355355
<td>Paramount</td>
356356
<td>James L. Brooks</td>
357357
</tr>
358358
<tr>
359-
<td scope="row">1984</td>
360-
<td>Amadeus</td>
359+
<th scope="row">Amadeus</th>
360+
<td>1984</td>
361361
<td>Orion</td>
362362
<td>Saul Zaentz</td>
363363
</tr>
364364
<tr>
365-
<td scope="row">1985</td>
366-
<td>Out of Africa</td>
365+
<th scope="row">Out of Africa</th>
366+
<td>1985</td>
367367
<td>Universal, Mirage Enterprises</td>
368368
<td>Sydney Pollack</td>
369369
</tr>
370370
<tr>
371-
<td scope="row">1986</td>
372-
<td>Platoon</td>
371+
<th scope="row">Platoon</th>
372+
<td>1986</td>
373373
<td>Orion, Hemdale</td>
374374
<td>Arnold Kopelson</td>
375375
</tr>
376376
<tr>
377-
<td scope="row">1987</td>
378-
<td>The Last Emperor</td>
377+
<th scope="row">The Last Emperor</th>
378+
<td>1987</td>
379379
<td>Recorded Picture Company, Yanco Films, TAO Films, AAA, Soprofilms</td>
380380
<td>Jeremy Thomas</td>
381381
</tr>
382382
<tr>
383-
<td scope="row">1988</td>
384-
<td>Rain Man</td>
383+
<th scope="row">Rain Man</th>
384+
<td>1988</td>
385385
<td>United Artists</td>
386386
<td>Mark Johnson</td>
387387
</tr>
388388
<tr>
389-
<td scope="row">1989</td>
390-
<td>Driving Miss Daisy</td>
389+
<th scope="row">Driving Miss Daisy</th>
390+
<td>1989</td>
391391
<td>Warner Bros.</td>
392392
<td>Richard D. Zanuck, Lili Fini Zanuck</td>
393393
</tr>
394394
</tbody>
395395
<tfoot>
396396
<tr>
397-
<td colspan="4" scope="rowgroup">For the first six ceremonies, the eligibility period spanned two calendar years.</td>
397+
<td colspan="4">For the first six ceremonies, the eligibility period spanned two calendar years.</td>
398398
</tr>
399399
</tfoot>
400400
</table>
@@ -949,9 +949,9 @@ <h3 id="subtitle__checkboxes-and-radio-buttons">Checkboxes and Radio Buttons</h3
949949

950950
</fieldset><!-- End of #subsection__checkboxes-and-radios -->
951951

952-
<fieldset id="subsection__buttons" role="region" aria-labelledby="subtitle__buttons"><!-- Start of #subsection__buttons -->
952+
<fieldset id="subsection__button-states" role="region" aria-labelledby="subtitle__button-states"><!-- Start of #subsection__buttons -->
953953
<legend>
954-
<h3 id="subtitle__buttons">Buttons</h3>
954+
<h3 id="subtitle__button-states">Buttons</h3>
955955
</legend>
956956

957957
<button>

0 commit comments

Comments
 (0)