weblint warnings
- attribute-delimiter
..........use of ' for attribute value delimiter is not supported by all browsers (attribute ... of tag ...)
- attribute-format
..........illegal value for ... attribute of ... (...)
- bad-link
..........target for anchor "..." not found.
- bad-text-context
..........illegal context, <...>, for text; should be in ....
- body-no-head
..........<BODY> but no <HEAD>.
- closing-attribute
..........closing tag <...> should not have any attributes specified.
- container-whitespace
.......... ... whitespace in content of container element ...
- directory-index
..........directory does not have an index file (...)
- element-overlap
..........</...> on line ... seems to overlap <...>, opened on line ....
- empty-container
..........empty container element <...>.
- expected-attribute
..........expected an attribute for <...>.
- extension-attribute
..........attribute `...' for <...> is extended markup (use "-x <extension>" to allow this).
- extension-markup
..........<...> is extended markup (use "-x <extension>" to allow this).
- head-element
..........<...> can only appear in the HEAD element.
- heading-in-anchor
..........<A> should be inside <...>, not <...> inside <A>.
- heading-mismatch
..........malformed heading - open tag is <...>, but closing is </...>
- heading-order
..........bad style - heading <...> follows <H...> on line ....
- here-anchor
..........bad form to use `here' as an anchor!
- html-outer
..........outer tags should be <HTML> .. </HTML>.
- illegal-closing
..........element <...> is not a container -- </...> not legal.
- img-alt
..........IMG does not have ALT text defined.
- img-size
..........setting WIDTH and HEIGHT attributes on IMG tag can improve rendering performance on some browsers.
- leading-whitespace
..........should not have whitespace between "<" and "...>".
- literal-metacharacter
..........metacharacter '...' should be represented as '...'
- lower-case
..........tag <...> is not in lower case.
- mailto-link
..........did not see <LINK REV=MADE HREF="mailto..."> in HEAD.
- markup-in-comment
..........markup embedded in a comment can confuse some browsers.
- meta-in-pre
..........you should use '...' in place of '...', even in a PRE element.
- mis-match
..........unmatched </...> (no matching <...> seen).
- mixed-case
..........tag case is ignored
- must-follow
..........<...> must immediately follow <...>
- nested-element
..........<...> cannot be nested -- </...> not yet seen for <...> on line ....
- non-head-element
..........<...> cannot appear in the HEAD element.
- obsolete
..........<...> is obsolete.
- odd-quotes
..........odd number of quotes in element <...>.
- once-only
..........tag <...> should only appear once. I saw one on line ...!
- physical-font
..........<...> is physical font markup -- use logical (such as ...).
- quote-attribute-value
..........value for attribute ... (...) of element ... should be quoted (i.e. ...="...")
- repeated-attribute
..........attribute ... is repeated in element <...>
- require-doctype
..........first element was not DOCTYPE specification
- require-head
..........no <TITLE> in HEAD element.
- required-attribute
..........the ... attribute is required for the <...> element.
- required-context
..........illegal context for <...> - must appear in <...> element.
- title-length
..........The HTML spec. recommends the TITLE be no longer than 64 characters.
- unclosed-comment
..........unclosed comment (comment should be: <!-- ... -->).
- unclosed-element
..........no closing </...> seen for <...> on line ....
- unexpected-open
..........unexpected < in <...> -- potentially unclosed element.
- unknown-attribute
..........unknown attribute "..." for element <...>.
- unknown-element
..........unknown element <...>.
- upper-case
..........tag <...> is not in upper case.