-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing pseudo-classes #241
Labels
idle
Issues and pull requests with no activity for three months.
Comments
This was referenced Dec 31, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# 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: