-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support no quotes #8
Comments
doctype-html5 is just check head doctype, if you want check quotes, please use attr-value-double-quotes |
currently always fails regardless of attr-value-double-quotes |
can you show me the case how 'attr-value-double-quotes' failed? |
Yes i see, html5 can use none quotes. |
Thanks but why did you remove it again? :) |
HTML5 support no quotes, or double quotes, or single quote. |
No quotes like:
<input type=text>
should be ok with
{doctype-html5: true}
Would you accept a pull request?
The text was updated successfully, but these errors were encountered: