diff --git a/syntax_checkers/html/tidy.vim b/syntax_checkers/html/tidy.vim
index f48fae78..6022e8ca 100644
--- a/syntax_checkers/html/tidy.vim
+++ b/syntax_checkers/html/tidy.vim
@@ -34,7 +34,8 @@ let s:ignore_html_errors = [
\ " proprietary attribute \"charset\"",
\ " lacks \"content\" attribute",
\ "inserting \"type\" attribute",
- \ "proprietary attribute \"data-"
+ \ "proprietary attribute \"data-",
+ \ " attribute \"type\" has invalid value \"search\""
\]
function! s:ValidateError(text)