You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`attr-value-double-quotes`](attr-value-double-quotes/): Attribute values must be in double quotes.
28
+
-[`attr-value-no-duplication`](attr-value-no-duplication/): Attribute values should not contain duplicates.
28
29
-[`attr-value-not-empty`](attr-value-not-empty/): All attributes must have values.
29
30
-[`attr-value-single-quotes`](attr-value-single-quotes/): Attribute values must be in single quotes.
30
31
-[`attr-whitespace`](attr-whitespace/): No leading or trailing spaces in attribute values.
31
32
-[`button-type-require`](button-type-require/): The type attribute of a button element must be present with a valid value: "button", "submit", or "reset".
32
33
-[`input-requires-label`](input-requires-label/): All [ input ] tags must have a corresponding [ label ] tag.
33
34
34
-
{/* [`attr-value-no-duplication`](attr-value-no-duplication/): Attribute values should not contain duplicates. */}
35
-
36
35
## Tags
37
36
38
37
-[`empty-tag-not-self-closed`](empty-tag-not-self-closed/): The empty tag should not be closed by self.
@@ -41,7 +40,7 @@ description: A complete list of all the rules for HTMLHint
41
40
-[`href-abs-or-rel`](href-abs-or-rel/): An href attribute must be either absolute or relative.
42
41
-[`main-require`](main-require/): A document must have at least one `<main>` element in the `<body>` tag.
43
42
-[`src-not-empty`](src-not-empty/): The src attribute of an img(script,link) must have a value.
44
-
{/*- [`tag-no-obsolete`](tag-no-obsolete/): Disallows the use of obsolete HTML5 tags.*/}
43
+
-[`tag-no-obsolete`](tag-no-obsolete/): Disallows the use of obsolete HTML tags.
45
44
-[`tag-pair`](tag-pair/): Tag must be paired.
46
45
-[`tag-self-close`](tag-self-close/): Empty tags must be self closed.
47
46
-[`tagname-lowercase`](tagname-lowercase/): All HTML element names must be in lowercase.
0 commit comments