Home
yaniswang edited this page Mar 22, 2013
·
4 revisions
Pages 30
-
LoadingHome
-
LoadingAbout
-
LoadingAlt require
-
LoadingAttr lowercase
-
Loadingattr no duplication
-
Loadingattr unsafe chars
-
LoadingAttr value double quotes
-
LoadingAttr value not empty
-
LoadingCsslint
-
LoadingDeveloper guide
-
LoadingDoctype first
-
LoadingDoctype html5
-
LoadingEmpty Tag Not Self Closed
-
LoadingHead script disabled
-
Loadinghref abs or rel
-
Loadingid class ad disabled
-
LoadingId class value
-
LoadingId unique
-
Loadinginline script disabled
-
Loadinginline style disabled
-
LoadingJshint
-
LoadingRules
-
Loadingspace tab mixed disabled
-
LoadingSpec char escape
-
LoadingSrc not empty
-
LoadingStyle disabled
-
LoadingTag pair
-
LoadingTagname lowercase
-
Loadingtitle require
-
LoadingUsage
Clone this wiki locally
About
Learn more about HTMLHint.
Usage
How to install HTMLHint.
Rules
All about rules with HTMLHint.
Developer Guide
If you want contribute code, please read here.
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": true,
"attr-value-not-empty": false,
"attr-no-duplication": true,
"doctype-first": true,
"tag-pair": true,
"tag-self-close": false,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"title-require": true,
"alt-require": true,
"doctype-html5": true,
"id-class-value": "dash",
"style-disabled": false,
"inline-style-disabled": false,
"inline-script-disabled": false,
"space-tab-mixed-disabled": "space",
"id-class-ad-disabled": false,
"href-abs-or-rel": false,
"attr-unsafe-chars": true,
"head-script-disabled": true
}