Allow more HTML5 input types
This allows the following: - search - number - range - date - etc Somebody could in theory put type="foo", but all browsers' default input type is "text" and they all ignore unknown types.
This commit is contained in:
parent
2a1659813d
commit
a69cb240d1
@ -78,7 +78,7 @@ let s:ignore_errors = [
|
||||
\ "inserting missing 'title' element",
|
||||
\ "attribute \"[+",
|
||||
\ "unescaped & or unknown entity",
|
||||
\ "<input> attribute \"type\" has invalid value \"search\""
|
||||
\ "<input> attribute \"type\" has invalid value"
|
||||
\ ]
|
||||
|
||||
let s:blocklevel_tags = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user