WebUI: specify scope of table header

This may help screen readers.
This commit is contained in:
Chocobo1 2024-07-15 17:57:14 +08:00
parent c3b7dfa918
commit 7df98e1c9a
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
3 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,6 @@
"long-title": "off",
"no-inline-style": "off",
"prefer-button": "off",
"wcag/h63": "off",
"wcag/h71": "off"
}
}

View File

@ -221,8 +221,8 @@
<table id="watched_folders_tab" style="border: 1px solid black;">
<thead>
<tr>
<th>QBT_TR(Monitored Folder)QBT_TR[CONTEXT=ScanFoldersModel]</th>
<th>QBT_TR(Override Save Location)QBT_TR[CONTEXT=ScanFoldersModel]</th>
<th scope="col">QBT_TR(Monitored Folder)QBT_TR[CONTEXT=ScanFoldersModel]</th>
<th scope="col">QBT_TR(Override Save Location)QBT_TR[CONTEXT=ScanFoldersModel]</th>
</tr>
</thead>
<tbody></tbody>

View File

@ -149,7 +149,7 @@
<table class="dynamicTable" style="width: 100%">
<thead>
<tr>
<th>QBT_TR(URL)QBT_TR[CONTEXT=TrackerListWidget]</th>
<th scope="col">QBT_TR(URL)QBT_TR[CONTEXT=TrackerListWidget]</th>
</tr>
</thead>
<tbody id="webseedsTable"></tbody>