Skip to content

Commit

Permalink
Satisfy wcag/h63 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Oct 1, 2023
1 parent 26296c9 commit 5fafa90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ext/display-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@
<table class="kanji-glyph-data">
<tbody>
<tr>
<th>Meaning</th>
<th>Readings</th>
<th>Statistics</th>
<th scope="col">Meaning</th>
<th scope="col">Readings</th>
<th scope="col">Statistics</th>
</tr>
<tr>
<td class="kanji-gloss-container">
Expand All @@ -206,19 +206,19 @@
<td class="kanji-statistics"></td>
</tr>
<tr>
<th colspan="3">Classifications</th>
<th scope="col" colspan="3">Classifications</th>
</tr>
<tr>
<td colspan="3" class="kanji-classifications"></td>
</tr>
<tr>
<th colspan="3">Codepoints</th>
<th scope="col" colspan="3">Codepoints</th>
</tr>
<tr>
<td colspan="3" class="kanji-codepoints"></td>
</tr>
<tr>
<th colspan="3">Dictionary Indices</th>
<th scope="col" colspan="3">Dictionary Indices</th>
</tr>
<tr>
<td colspan="3" class="kanji-dictionary-indices"></td>
Expand All @@ -234,7 +234,7 @@
</template>
<template id="kanji-info-table-item-template">
<tr class="kanji-info-table-item">
<th class="kanji-info-table-item-header"></th>
<th scope="row" class="kanji-info-table-item-header"></th>
<td class="kanji-info-table-item-value"></td>
</tr>
</template>
Expand Down

0 comments on commit 5fafa90

Please sign in to comment.