-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
.
in tag attribute causes the tag not to be recognized
#95
Comments
.
in tag attribute causes a the tag not to be recognized.
in tag attribute causes the tag not to be recognized
I don't know the |
According to http://www.w3.org/TR/html5/syntax.html#syntax-attributes:
So it looks like |
Came to post the same link as @waldyrious. Just for some color, I using a |
@yaniswang I am painful to use
htmlhint report the 'tag-paired' error, how can i extend a |
@ccqgithub HTMLHint is not suuport for template code. |
I would love if HTMLHint would use a html parser.. like https://www.npmjs.com/package/parse5 |
parse5 gives you div |
Same problem in Polymer when using $ in attribute name:
<div id$="[[myId]]">
<content></content>
</div> |
gives:
The text was updated successfully, but these errors were encountered: