repo.or.cz
/
qBittorrent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
WebUI: Always create generic filter items
[qBittorrent.git]
/
src
/
webui
/
www
/
.htmlvalidate.json
blob
d07cc98d38dad5082d6359afdf23d4ddb81425dd
1
{
2
"extends": [
3
"html-validate:recommended"
4
],
5
"rules": {
6
"empty-heading": "off",
7
"long-title": "off",
8
"no-conditional-comment": "off",
9
"no-inline-style": "off",
10
"prefer-button": "off",
11
"prefer-tbody": "off",
12
"text-content": "off",
13
"void-style": "off",
14
"wcag/h63": "off",
15
"wcag/h71": "off"
16
}
17
}