microsoft / microsoft/vscode-css-languageservice
Support @view-transition
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 384
- Forks
- 217
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 14
Description
@view-transition {
navigation: auto;
}
https://drafts.csswg.org/css-view-transitions-2/#view-transition-rule
https://developer.mozilla.org/en-US/docs/Web/CSS/@view-transition
https://caniuse.com/?search=%40view-transition
Seems like it's still a draft, but support is pretty good with only Firefox lagging behind out of main browsers
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the CSS language service entry points that handle at-rules, using the linked CSSWG and MDN references as behavioral guidance. Done means the service supports the @view-transition rule shown in the example and remains aligned with the documented syntax.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100