Re: [csswg-drafts] [css-selectors][css-escape] Cannot select attributes with multiple escaped chars (#4820)

Sure, if you are using JS, you have to escape a backslash twice (once for JS and once for CSS). Or use `String.raw` to get the raw specified string without processing escapes.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4820#issuecomment-593134525 using your GitHub account

Received on Sunday, 1 March 2020 19:22:03 UTC