
Can I use
CSS-Tricks
Browsershots
browserling
Sauce Labs
CrossBrowserTesting
Litmus
Sizzy
Rosetta Code
AlgoExpert.io
Interview Cake
CodingInterview
interviewing.io
Daily Coding Problem
Codechef
CodeForces
No Rosetta Code videos yet. You could help us improve this page by suggesting one.
Based on our record, Can I use seems to be more popular. It has been mentiond 413 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
They do, which is why WASD (or whatever the positional equivalent in your layout is) work despite the text saying to press ZQSD. This only solves the input though, it doesn't let the page know ahead of time what letter it should tell you to press for those 4 positional inputs. Chromium based browsers support navigator.keyboard.getLayoutMap() to tackle this exact problem. Safari and Firefox do not due to concerns... - Source: Hacker News / 9 days ago
Caniuse: when a verdict is close, because Baseline says “safe in the core browser set” and caniuse says “safe for 97.3% of real traffic.” That gap is exactly where a catastrophic-failure Hold lives. - Source: dev.to / 24 days ago
> I vividly remember IE and many hacks to have css elements properly working in it… The common advice now is to only use CSS that is supported in the last two major versions of each major browser. You can check any css property's support here: https://caniuse.com/ > Imho this is a reason why markdown and other rich-textual formats appeared. Markdown is a superset of html and through it contains css through the... - Source: Hacker News / 25 days ago
Engine support is still catching up as of mid-2026 check caniuse.com or node.green before shipping any of this to production without a fallback. Temporal in particular is brand new to the spec after years in Stage 3, so browser support (Safari especially) is the long pole. But for Node.js backends and evergreen-browser frontends, most of this list is either already usable or one polyfill away. - Source: dev.to / about 2 months ago
I usually go by CanIUse's global percentage when deciding if I can utilize a new browser feature, and right now it's 90.81% (https://caniuse.com/css-nesting) That's a bit lower than I would be comfortable with, however not that bad, we have been even considering switching all our images to AVIF:. - Source: Hacker News / 2 months ago
CSS-Tricks - CSS-Tricks is a website about websites.
AlgoExpert.io - A better way to prep for tech interviews
Browsershots - Browsershots makes screenshots of your web design in different browsers.
Interview Cake - Free practice programming interview questions. Interview Cake helps you prep for interviews to land offers at companies like Google and Facebook.
browserling - Live interactive cross-browser testing from your browser.
CodingInterview - CodingInterview offers essential information to help you conquer programming interviews.