mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Add checker for html
This commit is contained in:
17
src/webui/www/.htmlvalidate.json
Normal file
17
src/webui/www/.htmlvalidate.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": [
|
||||
"html-validate:recommended"
|
||||
],
|
||||
"rules": {
|
||||
"empty-heading": "off",
|
||||
"long-title": "off",
|
||||
"no-conditional-comment": "off",
|
||||
"no-inline-style": "off",
|
||||
"prefer-button": "off",
|
||||
"prefer-tbody": "off",
|
||||
"text-content": "off",
|
||||
"void-style": "off",
|
||||
"wcag/h63": "off",
|
||||
"wcag/h71": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user