implied tags
Open
Nobody has claimed this yet.
help wanted
pkg:opticss
- Dominant language
- TypeScript
- Stars
- 713
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Some tags are implied. e.g. `tbody` is implied by a `table`. When doing selector matching for selector removal, simple tags selectors that are implied should be checked for the tags that imply them.
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 tracing the selector-matching path used for selector removal; the issue names no files or tests. Inspect how implied tags such as tbody and table are represented, then verify that simple selectors for implied tags are checked against the tags that imply them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100