Merge pull request #852 from kaleb/patch-2
html/tidy: Allow more HTML5 input types
This commit is contained in:
commit
0298480789
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user