Merge pull request #852 from kaleb/patch-2

html/tidy: Allow more HTML5 input types
This commit is contained in:
LCD 047 2013-11-07 07:22:44 -08:00
commit 0298480789

View File

@ -78,7 +78,7 @@ let s:ignore_errors = [
\ "inserting missing 'title' element", \ "inserting missing 'title' element",
\ "attribute \"[+", \ "attribute \"[+",
\ "unescaped & or unknown entity", \ "unescaped & or unknown entity",
\ "<input> attribute \"type\" has invalid value \"search\"" \ "<input> attribute \"type\" has invalid value"
\ ] \ ]
let s:blocklevel_tags = [ let s:blocklevel_tags = [