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
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):
and so on