We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://astexplorer.net/#/gist/2bbf556514bd54e799f8b9c836f6b7c9/3896519c24f22c47c49059def15ffed41c709c82
<div foo= ></div>
{ "start": 5, "end": 10, "type": "Attribute", "name": "foo", "value": [] }
Unexpected "value": [], value is undefined. Expected either Parser Error or "value": true (html behavior)
"value": []
"value": true
The text was updated successfully, but these errors were encountered:
While browsers will repair this, it is invalid. I think this should be a parser error.
Sorry, something went wrong.
It's invalid html according to W3C Validator
Error: Attribute value missing.
The parser returns a more helpful "Expected value for the attribute (1:10)" error now in 3.42.0.
Successfully merging a pull request may close this issue.
https://astexplorer.net/#/gist/2bbf556514bd54e799f8b9c836f6b7c9/3896519c24f22c47c49059def15ffed41c709c82
Unexpected
"value": []
, value is undefined.Expected either Parser Error or
"value": true
(html behavior)The text was updated successfully, but these errors were encountered: