Skip to content
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

css3 has selector bug in html edit #159934

Closed
nczsl opened this issue Sep 2, 2022 · 1 comment
Closed

css3 has selector bug in html edit #159934

nczsl opened this issue Sep 2, 2022 · 1 comment
Assignees

Comments

@nczsl
Copy link

nczsl commented Sep 2, 2022

example:
If you write code in an HTML file

.sidebar li:has(>label>input[type='checkbox']:checked)>ul{
display:none;
}

A red line error will be received, and the position starting from the bracket in the above code points to the > sign
223

@aeschli
Copy link
Contributor

aeschli commented Sep 5, 2022

duplicate of #147353

@aeschli aeschli closed this as completed Sep 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants