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

Missing pseudo-classes #241

Open
connorshea opened this issue Jun 5, 2018 · 0 comments
Open

Missing pseudo-classes #241

connorshea opened this issue Jun 5, 2018 · 0 comments
Labels
idle Issues and pull requests with no activity for three months.

Comments

@connorshea
Copy link
Contributor

I looked through vscode-css-languageservice's css-schema.xml and found a decent number of pseudo-classes that are missing from mdn/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idle Issues and pull requests with no activity for three months.
Projects
None yet
Development

No branches or pull requests

1 participant