mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-09 12:18:09 +08:00
WebUI: specify scope of table header
This may help screen readers.
This commit is contained in:
parent
c3b7dfa918
commit
7df98e1c9a
@ -6,7 +6,6 @@
|
||||
"long-title": "off",
|
||||
"no-inline-style": "off",
|
||||
"prefer-button": "off",
|
||||
"wcag/h63": "off",
|
||||
"wcag/h71": "off"
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user