Skip to content

Commit ca42759

Browse files
committed
Add accessibility label to table row
Signed-off-by: Michel Albert <[email protected]>
1 parent 40b0d34 commit ca42759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ordering/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
<tbody>
174174
{% for row in table_content %}
175175
<tr class="episode {{ series_map[row.series].id }}"
176+
aria-label="Episode Information"
176177
data-series="{{ row.series }}"
177178
data-episode-id="{{ row.episode_id }}">
178179
<td><input type="checkbox"

0 commit comments

Comments
 (0)