praveenvijayan / grunt-html-validation

W3C html validaton grunt plugin. Validate all files in a directory automatically.
MIT License
75 stars 39 forks source link

Error on HTML5 #37

Open Zackio opened 10 years ago

Zackio commented 10 years ago

Works fine on default doctype but if i set it to HTML5 it fails with this message:

"delimiter \">\" invalid: only name, \"#IMPLIED\" and parameter separators are allowed" Line no: 1

My first line is just this:

<!DOCTYPE html>

pzajacz commented 8 years ago

Same problem... any suggession?

sideshowbarker commented 8 years ago

Same problem... any suggession?

use https://github.com/jzaefferer/grunt-html instead