Diego Perini

Results 116 comments of Diego Perini

@rocioimpa to be able to help you debugging the issue you reported I need you to write a small code example that can reproduce the error you are getting. However...

@asamuzaK & @cole-adams both the following DOM queries are passing here on my machines testing what you reported in the console: document.querySelectorAll("[tabindex]:not(slot):not([inert])") document.querySelectorAll('.foo:not(.bar):not([data-id="1"]'); are parsed correctly in version 2.2.4 of...

@stefcameron I am really sorry for the troubles this gives you and the other users, however I am working on a fix for the multiple :not() selectors and specifically when...

I want to share the regular expresssion that I am currently refining to solve the first part of the problem. The objective is to split the multiple :not() selectors at...

@all please test if the new changes to the Regular Expression works in your cases. This will be in 2.2.5 as soon as everybody confirm their case is resolved by...

@stefcameron forgive me, I missed this question which is now 3 weeks old, but anyway ... The regex I was talking about is the one in L #81 named "logicalsel",...

@asamuzaK cannot reproduce currently published copy on nwsapi GitHub repository works for me. Both the followed selector queries: :not(:is([foo=bar], .baz[qux])) :is(:not([foo=bar], .baz[qux])) return the same results using "nwsapi" or "native"...

@asamuzaK I got it now ... sorry for the misunderstanding but 1 month has gone from when I published that message. I should have explained more about that RE. It...

@sagar1111212121 thank you for reporting the issue. I did run all my tests and jsdom/wpt test suite with no errors. So I don't know where to start looking for problems....

@sagar1111212121 I believe I did find out the reason of the regression. Your suggested point of failure seems to be correct. This is what happened ... The line that you...