cssinjs / istf-spec

Interoperable Style Transfer Format [DRAFT]
247 stars 8 forks source link

Attribute selector support #38

Open kitten opened 6 years ago

kitten commented 6 years ago

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):

[title]
[href="https://example.org"]
[href*="example"]
[href$=".org"]

and so on