oddbird / oddbird/css-anchor-positioning
Support all part-like pseudo-elements.
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 493
- Forks
- 18
- Avg merge
- 12h 37m
- Merged PRs (30d)
- 5
Description
More info in #208, tldr we should support:
-
::beforeand::afterin #213 -
::file-selector-button -
::-webkit-slider-thumb
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 reading the referenced context in issues #208 and #213, especially the existing support for ::before and ::after. Trace how those pseudo-elements are handled, then add support for ::file-selector-button and ::-webkit-slider-thumb and verify that all listed part-like pseudo-elements are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100