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

Fix selector-type-no-unknown false positive for model #7692

Closed
Mouvedia opened this issue May 16, 2024 · 0 comments · Fixed by #7718
Closed

Fix selector-type-no-unknown false positive for model #7692

Mouvedia opened this issue May 16, 2024 · 0 comments · Fixed by #7718
Labels
status: wip is being worked on by someone type: bug a problem with a feature or rule

Comments

@Mouvedia
Copy link
Member

Mouvedia commented May 16, 2024

What minimal example or steps are needed to reproduce the bug?

model {}

What minimal configuration is needed to reproduce the bug?

{
  "rules": {
    "selector-type-no-unknown": true
  }
}

References

https://developer.apple.com/videos/play/wwdc2023/10279/ @ 13:25
https://immersive-web.github.io/model-element/

Do you have a proposal to fix the bug?

add to https://github.com/stylelint/stylelint/blob/main/lib/reference/selectors.mjs#L39

@Mouvedia Mouvedia added status: ready to implement is ready to be worked on by someone type: bug a problem with a feature or rule labels May 16, 2024
@ybiquitous ybiquitous added status: wip is being worked on by someone and removed status: ready to implement is ready to be worked on by someone labels May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: wip is being worked on by someone type: bug a problem with a feature or rule
Development

Successfully merging a pull request may close this issue.

2 participants