You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @danschalow, thanks for the bug report. I have published v3.6.7, which contains a fix for this issue.
I did not use your pull request, because I used a more generic fix that uses an existing escaping function. You can see my changes in this commit: 52d159e
The CSS Selector Generator should now work properly even on this abomination:
Finding a selector for this element causes errors:
Error
If you look closely, although odd, the attribute
;=""
is in the html.Suggestion
Use
CSS.escape
to escape the value: https://developer.mozilla.org/en-US/docs/Web/API/CSS/escape_staticThe text was updated successfully, but these errors were encountered: