Skip to content

Commit d7cc0fe

Browse files
committed
🎨 Add aria-label (#1569)
1 parent c4187b6 commit d7cc0fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/components/TaskGrades/GradeGuidelineTable.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
</script>
1414

1515
<div class="container w-full lg:w-2/3 mx-auto mt-6 lg:mt-10 overflow-auto rounded-md border">
16-
<Table shadow id="grade-guideline" class="text-md table-fixed w-full">
16+
<Table
17+
shadow
18+
id="grade-guideline"
19+
class="text-md table-fixed w-full"
20+
aria-label="Task grade guideline table"
21+
>
1722
<TableHead class="text-sm bg-gray-100">
1823
<TableHeadCell class="w-28 xs:w-32 text-center">ABCの配点</TableHeadCell>
1924
<TableHeadCell class="w-40 hidden sm:table-cell text-center">問題</TableHeadCell>

0 commit comments

Comments
 (0)