Ignore tidy warning about "search" value for <input> type attribute

This commit is contained in:
Tom Jakubowski 2012-12-24 04:30:42 -06:00
parent 5be9ee2111
commit 56d1935dd2

View File

@ -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)