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

Fix false negatives for :contains in selector-pseudo-class-no-unknown #5173

Closed
jeddy3 opened this issue Feb 26, 2021 · 0 comments · Fixed by #5956
Closed

Fix false negatives for :contains in selector-pseudo-class-no-unknown #5173

jeddy3 opened this issue Feb 26, 2021 · 0 comments · Fixed by #5956
Labels
status: ready to implement is ready to be worked on by someone type: bug a problem with a feature or rule

Comments

@jeddy3
Copy link
Member

jeddy3 commented Feb 26, 2021

Ref: #5171 (comment)

@jeddy3 jeddy3 added status: ready to implement is ready to be worked on by someone type: bug a problem with a feature or rule labels Feb 26, 2021
@jeddy3 jeddy3 added this to the future-major milestone Feb 26, 2021
@Mouvedia Mouvedia mentioned this issue Mar 5, 2022
30 tasks
@jeddy3 jeddy3 removed this from the future-major milestone Mar 6, 2022
Mouvedia added a commit to Mouvedia/stylelint that referenced this issue Mar 8, 2022
 - `user-valid`
 - `-moz-placeholder`
 - `-moz-ui-invalid`
 - `-moz-ui-valid`
 - `-ms-input-placeholder`

add missing pseudo elements:
 - `-moz-focus-outer`
 - `-moz-placeholder`
 - `-webkit-input-placeholder`

fixes stylelint#5173

https://developer.mozilla.org/en-US/docs/web/css/:user-valid
https://bugzilla.mozilla.org/show_bug.cgi?id=457801
https://bugzilla.mozilla.org/show_bug.cgi?id=737786
jeddy3 pushed a commit that referenced this issue Mar 9, 2022
)

* add missing pseudo classes:
 - `user-valid`
 - `-moz-placeholder`
 - `-moz-ui-invalid`
 - `-moz-ui-valid`
 - `-ms-input-placeholder`

add missing pseudo elements:
 - `-moz-focus-outer`
 - `-moz-placeholder`
 - `-webkit-input-placeholder`

fixes #5173

https://developer.mozilla.org/en-US/docs/web/css/:user-valid
https://bugzilla.mozilla.org/show_bug.cgi?id=457801
https://bugzilla.mozilla.org/show_bug.cgi?id=737786

* remove :user-error

https://www.w3.org/TR/selectors-4/#changes-2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready to implement is ready to be worked on by someone type: bug a problem with a feature or rule
Development

Successfully merging a pull request may close this issue.

1 participant