Skip to content
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

Open
connorshea opened this issue Jun 5, 2018 · 1 comment · May be fixed by #893
Open

Missing pseudo-classes #241

connorshea opened this issue Jun 5, 2018 · 1 comment · May be fixed by #893
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.

@github-actions github-actions bot removed the idle Issues and pull requests with no activity for three months. label Jan 3, 2025
@skyclouds2001 skyclouds2001 linked a pull request Jan 12, 2025 that will close this issue
@github-actions github-actions bot added the idle Issues and pull requests with no activity for three months. label Feb 7, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
idle Issues and pull requests with no activity for three months.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants