istf-spec icon indicating copy to clipboard operation
istf-spec copied to clipboard

Attribute selector support

Open kitten opened this issue 8 years ago • 0 comments

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

kitten avatar Nov 05 '17 23:11 kitten