mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
WebUI: specify scope of table header
This may help screen readers.
This commit is contained in:
parent
c3b7dfa918
commit
7df98e1c9a
3 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,6 @@
|
||||||
"long-title": "off",
|
"long-title": "off",
|
||||||
"no-inline-style": "off",
|
"no-inline-style": "off",
|
||||||
"prefer-button": "off",
|
"prefer-button": "off",
|
||||||
"wcag/h63": "off",
|
|
||||||
"wcag/h71": "off"
|
"wcag/h71": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -221,8 +221,8 @@
|
||||||
<table id="watched_folders_tab" style="border: 1px solid black;">
|
<table id="watched_folders_tab" style="border: 1px solid black;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>QBT_TR(Monitored Folder)QBT_TR[CONTEXT=ScanFoldersModel]</th>
|
<th scope="col">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(Override Save Location)QBT_TR[CONTEXT=ScanFoldersModel]</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody></tbody>
|
<tbody></tbody>
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
<table class="dynamicTable" style="width: 100%">
|
<table class="dynamicTable" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>QBT_TR(URL)QBT_TR[CONTEXT=TrackerListWidget]</th>
|
<th scope="col">QBT_TR(URL)QBT_TR[CONTEXT=TrackerListWidget]</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="webseedsTable"></tbody>
|
<tbody id="webseedsTable"></tbody>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue