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
An incorrectly empty lang function type pseudo class like:
:lang() { color: black; }
is parsed incorrectly (should probably even dropped) to this: :lang( { color:black; }
:lang( { color:black; }
The text was updated successfully, but these errors were encountered:
Fixed handling of pseudo functions without parameters; #72
2647537
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/:lang
Sorry, something went wrong.
Part of 6.4.1
(I don't want to add specific rules to all pseudo classes, except where specific syntax requirements are provided)
Unified quote handling; #72
ad3049e
phax
No branches or pull requests
An incorrectly empty lang function type pseudo class like:
is parsed incorrectly (should probably even dropped) to this:
:lang( { color:black; }
The text was updated successfully, but these errors were encountered: