Replies: 1 comment
-
c7d1904 added the first portion of this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One approach (for right now) is to never remove CSS selectors with a bracket until this works better.
More details: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors.
Example:
Not sure if it's reasonable to store all available attributes, it might require some thought about how to store this data for the site. Especially if we want the granularity to match things like
div[lang]
.Beta Was this translation helpful? Give feedback.
All reactions