@@ -50,7 +50,7 @@ <h2 id="title__table-of-contents">Table of Contents</h2>
50
50
< li > < a href ="#subsection__image "> Image</ a > </ li >
51
51
< li > < a href ="#subsection__broken-image "> Broken Image</ a > </ li >
52
52
< 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 >
54
54
< li > < a href ="#subsection__picture "> Picture</ a > </ li >
55
55
< li > < a href ="#subsection__image-with-srcset-and-sizes "> Image with Srcset and Sizes</ a > </ li >
56
56
< li > < a href ="#subsection__iframe "> Iframe</ a > </ li >
@@ -324,77 +324,77 @@ <h2 id="title__tables">Tables</h2>
324
324
</ colgroup >
325
325
< thead >
326
326
< tr >
327
- < th scope ="col "> Year</ th >
328
327
< th scope ="col "> Film</ th >
328
+ < th scope ="col "> Year</ th >
329
329
< th scope ="col "> Production Company(s)</ th >
330
330
< th scope ="col "> Producer(s)</ th >
331
331
</ tr >
332
332
</ thead >
333
333
< tbody >
334
334
< tr >
335
- < td scope ="row "> 1980 </ td >
336
- < td > Ordinary People </ td >
335
+ < th scope ="row "> Ordinary People </ th >
336
+ < td > 1980 </ td >
337
337
< td > Paramount</ td >
338
338
< td > Ronald L. Schwary</ td >
339
339
</ tr >
340
340
< 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 >
343
343
< td > Enigma Film Productions</ td >
344
344
< td > David Puttnam</ td >
345
345
</ tr >
346
346
< tr >
347
- < td scope ="row "> 1982 </ td >
348
- < td > Gandhi </ td >
347
+ < th scope ="row "> Gandhi </ th >
348
+ < td > 1982 </ td >
349
349
< td > Columbia</ td >
350
350
< td > Richard Attenborough</ td >
351
351
</ tr >
352
352
< 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 >
355
355
< td > Paramount</ td >
356
356
< td > James L. Brooks</ td >
357
357
</ tr >
358
358
< tr >
359
- < td scope ="row "> 1984 </ td >
360
- < td > Amadeus </ td >
359
+ < th scope ="row "> Amadeus </ th >
360
+ < td > 1984 </ td >
361
361
< td > Orion</ td >
362
362
< td > Saul Zaentz</ td >
363
363
</ tr >
364
364
< 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 >
367
367
< td > Universal, Mirage Enterprises</ td >
368
368
< td > Sydney Pollack</ td >
369
369
</ tr >
370
370
< tr >
371
- < td scope ="row "> 1986 </ td >
372
- < td > Platoon </ td >
371
+ < th scope ="row "> Platoon </ th >
372
+ < td > 1986 </ td >
373
373
< td > Orion, Hemdale</ td >
374
374
< td > Arnold Kopelson</ td >
375
375
</ tr >
376
376
< 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 >
379
379
< td > Recorded Picture Company, Yanco Films, TAO Films, AAA, Soprofilms</ td >
380
380
< td > Jeremy Thomas</ td >
381
381
</ tr >
382
382
< tr >
383
- < td scope ="row "> 1988 </ td >
384
- < td > Rain Man </ td >
383
+ < th scope ="row "> Rain Man </ th >
384
+ < td > 1988 </ td >
385
385
< td > United Artists</ td >
386
386
< td > Mark Johnson</ td >
387
387
</ tr >
388
388
< 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 >
391
391
< td > Warner Bros.</ td >
392
392
< td > Richard D. Zanuck, Lili Fini Zanuck</ td >
393
393
</ tr >
394
394
</ tbody >
395
395
< tfoot >
396
396
< 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 >
398
398
</ tr >
399
399
</ tfoot >
400
400
</ table >
@@ -949,9 +949,9 @@ <h3 id="subtitle__checkboxes-and-radio-buttons">Checkboxes and Radio Buttons</h3
949
949
950
950
</ fieldset > <!-- End of #subsection__checkboxes-and-radios -->
951
951
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 -->
953
953
< legend >
954
- < h3 id ="subtitle__buttons "> Buttons</ h3 >
954
+ < h3 id ="subtitle__button-states "> Buttons</ h3 >
955
955
</ legend >
956
956
957
957
< button >
0 commit comments