Skip to content

Commit 6b994db

Browse files
committed
Scoped rows now use <th> elemetns
1 parent ee1200c commit 6b994db

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

partials/section.tables.hbs

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,77 +13,77 @@
1313
</colgroup>
1414
<thead>
1515
<tr>
16-
<th scope="col">Year</th>
1716
<th scope="col">Film</th>
17+
<th scope="col">Year</th>
1818
<th scope="col">Production Company(s)</th>
1919
<th scope="col">Producer(s)</th>
2020
</tr>
2121
</thead>
2222
<tbody>
2323
<tr>
24-
<td scope="row">1980</td>
25-
<td>Ordinary People</td>
24+
<th scope="row">Ordinary People</th>
25+
<td>1980</td>
2626
<td>Paramount</td>
2727
<td>Ronald L. Schwary</td>
2828
</tr>
2929
<tr>
30-
<td scope="row">1981</td>
31-
<td>Chariots of Fire</td>
30+
<th scope="row">Chariots of Fire</th>
31+
<td>1981</td>
3232
<td>Enigma Film Productions</td>
3333
<td>David Puttnam</td>
3434
</tr>
3535
<tr>
36-
<td scope="row">1982</td>
37-
<td>Gandhi</td>
36+
<th scope="row">Gandhi</th>
37+
<td>1982</td>
3838
<td>Columbia</td>
3939
<td>Richard Attenborough</td>
4040
</tr>
4141
<tr>
42-
<td scope="row">1983</td>
43-
<td>Terms of Endearment</td>
42+
<th scope="row">Terms of Endearment</th>
43+
<td>1983</td>
4444
<td>Paramount</td>
4545
<td>James L. Brooks</td>
4646
</tr>
4747
<tr>
48-
<td scope="row">1984</td>
49-
<td>Amadeus</td>
48+
<th scope="row">Amadeus</th>
49+
<td>1984</td>
5050
<td>Orion</td>
5151
<td>Saul Zaentz</td>
5252
</tr>
5353
<tr>
54-
<td scope="row">1985</td>
55-
<td>Out of Africa</td>
54+
<th scope="row">Out of Africa</th>
55+
<td>1985</td>
5656
<td>Universal, Mirage Enterprises</td>
5757
<td>Sydney Pollack</td>
5858
</tr>
5959
<tr>
60-
<td scope="row">1986</td>
61-
<td>Platoon</td>
60+
<th scope="row">Platoon</th>
61+
<td>1986</td>
6262
<td>Orion, Hemdale</td>
6363
<td>Arnold Kopelson</td>
6464
</tr>
6565
<tr>
66-
<td scope="row">1987</td>
67-
<td>The Last Emperor</td>
66+
<th scope="row">The Last Emperor</th>
67+
<td>1987</td>
6868
<td>Recorded Picture Company, Yanco Films, TAO Films, AAA, Soprofilms</td>
6969
<td>Jeremy Thomas</td>
7070
</tr>
7171
<tr>
72-
<td scope="row">1988</td>
73-
<td>Rain Man</td>
72+
<th scope="row">Rain Man</th>
73+
<td>1988</td>
7474
<td>United Artists</td>
7575
<td>Mark Johnson</td>
7676
</tr>
7777
<tr>
78-
<td scope="row">1989</td>
79-
<td>Driving Miss Daisy</td>
78+
<th scope="row">Driving Miss Daisy</th>
79+
<td>1989</td>
8080
<td>Warner Bros.</td>
8181
<td>Richard D. Zanuck, Lili Fini Zanuck</td>
8282
</tr>
8383
</tbody>
8484
<tfoot>
8585
<tr>
86-
<td colspan="4" scope="rowgroup">For the first six ceremonies, the eligibility period spanned two calendar years.</td>
86+
<td colspan="4">For the first six ceremonies, the eligibility period spanned two calendar years.</td>
8787
</tr>
8888
</tfoot>
8989
</table>

0 commit comments

Comments
 (0)