We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4187b6 commit d7cc0feCopy full SHA for d7cc0fe
src/lib/components/TaskGrades/GradeGuidelineTable.svelte
@@ -13,7 +13,12 @@
13
</script>
14
15
<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">
+ <Table
17
+ shadow
18
+ id="grade-guideline"
19
+ class="text-md table-fixed w-full"
20
+ aria-label="Task grade guideline table"
21
+ >
22
<TableHead class="text-sm bg-gray-100">
23
<TableHeadCell class="w-28 xs:w-32 text-center">ABCの配点</TableHeadCell>
24
<TableHeadCell class="w-40 hidden sm:table-cell text-center">問題</TableHeadCell>
0 commit comments