microsoft / microsoft/vscode-css
Add support for `@container`
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 25
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 2
Description
This has an existing pull request : https://github.com/microsoft/vscode-css/pull/15
- specification : https://drafts.csswg.org/css-contain-3/#container-rule
- wpt : https://wpt.fyi/results/css/css-contain/container-queries?label=master&label=experimental&aligned&q=container
- mdn docs : https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_container_queries
- shipped in all browsers
This feature is very tricky to implement safely without a working test suite
Contributor guide
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
Start by reviewing the existing pull request #15 and the CSS Containment Level 3 @container specification. Use the linked WPT results and MDN documentation to understand the expected syntax; completion would mean @container support is implemented safely with suitable test coverage, although no repository test path is named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100