File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/lib/components/WorkBookTasks Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 117
117
<span >問題一覧({workBookTasksForTable .length } 問)</span >
118
118
</Label >
119
119
120
- <Table shadow class =" text-md table-fixed w-full" >
120
+ <Table shadow class =" text-md table-fixed w-full" aria-label =" Workbook tasks" >
121
+ <caption class =" sr-only" >List of workbook tasks with their grades and comments</caption >
121
122
<TableHead class =" text-sm bg-gray-100" >
122
123
<TableHeadCell class =" w-6 pl-2 md:pl-4 pr-0 text-center" >#</TableHeadCell >
123
- <TableHeadCell class =" w-20 xs:w-24 text-center px-0" aria-label =" Task grade"
124
- > グレード</ TableHeadCell
125
- >
124
+ <TableHeadCell class =" w-20 xs:w-24 text-center px-0" aria-label =" Task grade" >
125
+ グレード
126
+ </ TableHeadCell >
126
127
<TableHeadCell class =" w-1/2 pl-0 truncate" >問題名</TableHeadCell >
127
128
<TableHeadCell class =" w-1/3 hidden sm:table-cell truncate" >出典</TableHeadCell >
128
129
<TableHeadCell class =" w-24 md:w-64 hidden sm:table-cell px-0 truncate" >
You can’t perform that action at this time.
0 commit comments