microsoft / microsoft/vscode-custom-data
Add `()` to CSS experimental pseudo-class functions
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 240
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
For example, :has and :is are functions, please consider to add () to the name.
Here is a list I found need ():
:dir()
:has()
:is()
:nth-col()
:where()
::part()
::slotted()
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
Open web-data/data/browsers.css-data.json and inspect the entries around lines 24329 and 24347, then compare them with the requested list in the issue. Update the experimental pseudo-class and pseudo-element names to include parentheses, and verify that the JSON remains valid and all listed entries use the intended names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, json
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100