Attribute selector support
Open
- Dominant language
- No language data
- Stars
- 250
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
We don't have any selector markers yet to represent attribute selectors: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors
those include (non exhaustive list):
```css
[title]
[href="https://example.org"]
[href*="example"]
[href$=".org"]
```
and so on
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.