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
I looked through vscode-css-languageservice's css-schema.xml and found a decent number of pseudo-classes that are missing from mdn/data.
vscode-css-languageservice
mdn/data
:blank
:corner-present
:current
:current()
:decrement
:double-button
: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:
No branches or pull requests
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: