-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mocha.css
contains :is()
and broke in older browsers
#5225
Comments
Can you be more specific, please? What's the actual visual bug that's preventing you? It'd be helpful for us as maintainers to triage this if you could provide, for example, screenshots showing the problem and/or a way for us to quickly reproduce the issue.
Good question. I filed #5226 just now to make this more explicit. The only explicit version indicator I could find was that Mocha 10 supports Node 14. Some details on Node 14:
For reference, equivalent browser versions end of April 2020 were:
I also asked in our Discord if anybody knows the explicit browser version support range of Mocha: https://discord.com/channels/1169379988978536528/1169381309144109177/1294295572852772887. cc @mochajs/maintenance-crew - surely this is documented somewhere? For context, #5027 - there's a lot of info that's been lost to time & we need to pick up. |
I think saying that all the issue is |
PR provided. No matter what older browsers this project intend to support, removing |
According to MDN,
:is()
is supported since Chromium 88 and Firefox 78.Not sure what browser versions do mocha intend to support. Our project currently targets Chromium >= 73 and Firefox >= 68, and this CSS issue prevents us from upgrading
mocha
library (fromv10.3.0
).The text was updated successfully, but these errors were encountered: