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:
Kaleb Hornsby 2013-11-07 09:57:29 -05:00
parent 2a1659813d
commit a69cb240d1

View File

@ -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 = [