-
Notifications
You must be signed in to change notification settings - Fork 194
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
Missing pseudo-classes #241
Comments
github-actions
bot
added
the
idle
Issues and pull requests with no activity for three months.
label
Jan 4, 2023
This was referenced Dec 31, 2024
github-actions
bot
removed
the
idle
Issues and pull requests with no activity for three months.
label
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I looked through
vscode-css-languageservice
's css-schema.xml and found a decent number of pseudo-classes that are missing frommdn/data
.:blank
:corner-present
:current
:current()
:decrement
:double-button
:decrement
:end
:future
:horizontal
:increment
:local-link
:local-link()
:matches()
:no-button
:nth-column()
:nth-last-column()
:nth-last-match()
:nth-match()
:past
:recto
:single-button
:start
:user-invalid
:verso
:vertical
:window-inactive
Most of these are non-standard. I also excluded quite a few that are vendor-prefixed, not sure if they should be included.
This list is from my comment in this issue in
vscode-css-languageservice
.The text was updated successfully, but these errors were encountered: