Ignore tidy warning about "search" value for <input> type attribute
This commit is contained in:
parent
5be9ee2111
commit
56d1935dd2
@ -34,7 +34,8 @@ let s:ignore_html_errors = [
|
||||
\ "<meta> proprietary attribute \"charset\"",
|
||||
\ "<meta> lacks \"content\" attribute",
|
||||
\ "inserting \"type\" attribute",
|
||||
\ "proprietary attribute \"data-"
|
||||
\ "proprietary attribute \"data-",
|
||||
\ "<input> attribute \"type\" has invalid value \"search\""
|
||||
\]
|
||||
|
||||
function! s:ValidateError(text)
|
||||
|
Loading…
Reference in New Issue
Block a user