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
The reference to compound selector in the definition of <child-selector> seems incorrect per the Value Definition Syntax. The definition should rather be select( <compound-selector> # ).
compound selector
<child-selector>
select( <compound-selector> # )
The text was updated successfully, but these errors were encountered:
Marker: update <child-selector> syntax
8df6627
The definition is now select( <compound-selector> # ). resolves w3c#498
@tidoust does this commit from @ewilligers solve the issue you noted?
Sorry, something went wrong.
@svgeesus Yes, the pull request fixes the issue, thanks!
Successfully merging a pull request may close this issue.
The reference to
compound selector
in the definition of<child-selector>
seems incorrect per the Value Definition Syntax. The definition should rather beselect( <compound-selector> # )
.The text was updated successfully, but these errors were encountered: