Simon Smith
Simon Smith
That selector is first broken up into [sequences based on combinators](https://www.w3.org/TR/2018/CR-selectors-3-20180130/#selector-syntax). The CSS combinators matched against are `" ", >, +, ~`. The sequences for your selector are: ```js [".no-js",...
Just looking at this now. The Regex option could be a good route to go. In this example though, what should happen if I had a regex and extracted `some-thing`...
Hi @gael-boyenval, I like the idea that you have here but I wonder if the amount of effort needed to implement it would outweigh the benefits. Apart from BEMIT are...
> Is it this plugin's responsibility to process Sass string interpolation and ensure that the resulting selector is in the correct format? (And is that even possible?) A good question...
Sure, it's not a big problem. Just a nice to have
Having this same issue. Any tips on how to debug are welcomed :)
@xtal8 Already had that, and even tried running my own server. Have since switched to https://github.com/carlitux/deoplete-ternjs and the problem no longer exists.
> I opened a PR to fix this: [simonsmith#1](https://github.com/simonsmith/cypress-image-snapshot/pull/1) Thanks! Merged and in `5.0.3`
I think the main issue here is that when `aria-hidden="true"` is applied to the container it is necessary to add `tab-index="-1"` to any elements contained within (links, buttons etc). Feels...
Can confirm @heidar comment fixed my problem here (thanks!). Agree this issue should be closed