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
Invalid CSS selector exception thrown for
.container1 { background: yellow; } ; .container2 { background: red; } .container3 { background: pink; }
The text was updated successfully, but these errors were encountered:
#1036@patch: Adds a check for if the selector text for a CSSStyleRule…
ba477e5
… is valid when parsing a Stylesheet. Invalid selectors will be ignored (this is also how the spec is defined).
Merge pull request #1037 from capricorn86/task/1036-fails-to-parse-st…
61dd11d
…ylesheet-with-invalid-characters-between-rules #1036@patch: Adds a check for if the selector text for a CSSStyleRule…
capricorn86
Successfully merging a pull request may close this issue.
Invalid CSS selector exception thrown for
The text was updated successfully, but these errors were encountered: