istf-spec
istf-spec copied to clipboard
Attribute selector support
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