Merge pull request #478 from Elive/html-ignore-annoying-errors
Included some warning/errors to ignore
This commit is contained in:
commit
b43716091b
@ -35,6 +35,11 @@ let s:ignore_html_errors = [
|
|||||||
\ "<meta> lacks \"content\" attribute",
|
\ "<meta> lacks \"content\" attribute",
|
||||||
\ "inserting \"type\" attribute",
|
\ "inserting \"type\" attribute",
|
||||||
\ "proprietary attribute \"data-",
|
\ "proprietary attribute \"data-",
|
||||||
|
\ "missing <!DOCTYPE> declaration",
|
||||||
|
\ "inserting implicit <body>",
|
||||||
|
\ "inserting missing 'title' element",
|
||||||
|
\ "attribute \"[+",
|
||||||
|
\ "unescaped & or unknown entity",
|
||||||
\ "<input> attribute \"type\" has invalid value \"search\""
|
\ "<input> attribute \"type\" has invalid value \"search\""
|
||||||
\]
|
\]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user