css-scope-inline
caniuse
css-scope-inline | caniuse | |
---|---|---|
9 | 453 | |
647 | 5,778 | |
1.2% | 0.2% | |
6.2 | 9.3 | |
9 months ago | 8 days ago | |
HTML | JavaScript | |
MIT License | Creative Commons Attribution 4.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
css-scope-inline
- Tailwind V4 Is Finally Out
- How do you do, fellow web developers? A growing disconnect
-
Inline Scope for CSS
May also be interesting to people here: https://github.com/gnat/css-scope-inline
16 lines for short vanilla syntax, scoped animations, and shorthand media queries like Tailwind.
- Nue CSS: A Scaleable Alternative to Tailwind, BEM, and CSS-in-JS
- HTML First β Six principles for building simple, maintainable, web software
- Show HN: Vanilla CSS Tailwind alternative in 16 lines
- Show HN: Vanilla CSS Tailwind alternative in 18 lines
- Tailwind alternative: Inline Scoped CSS
- Htmx Tailwind Alternative: Inline Scoped CSS
caniuse
-
You're loading fonts wrong (and it's crippling your performance)
We don't need to use -apple-system any longer.
system-ui availability is about 95% [1].
[1]:https://caniuse.com/?search=system-ui
-
XSLT removal will break multiple government and regulatory sites
> WHATWG have removed features before, e.g. frameset, font, and applet elements from HTML.
font: supported in all browsers https://caniuse.com/?search=font
frameset: supported in all browsers https://caniuse.com/?search=frameset
applet: supported in all browsers https://caniuse.com/?search=applet
> All of them were rarely used and had better alternatives available.
"Rarely used" is not enough of a justification
-
What about using rel="share-url" to expose sharing intents?
> The only real problem is that you canβt feature-detect share_target support
I didn't know this existed, so the first thing I did is check the caniuse website, and yeah not even they have info about the Web Share Target API[1][2]. As of writing this comment, they only have info about the Web Share API[3].
[1]: https://github.com/Fyrd/caniuse/issues/4670
[2]: https://github.com/Fyrd/caniuse/issues/4906
[3]: https://caniuse.com/web-share
-
We Keep Reinventing CSS, but Styling Was Never the Problem
Sorry if you know about this, I can't tell from your post. But nesting CSS has been added. Here's the MDN article: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting
Browser support is here: https://caniuse.com/?search=nesting
-
π 10 Tiny Dev Tools That Feel Like Superpowers (Free or Almost Free)
Quickly check browser support for any CSS/JS feature before you use it. π https://caniuse.com
-
How we made JSON.stringify more than twice as fast
Slightly related: I die a little inside each time I see `JSON.parse(JSON.stringify(object))` thinking about the inefficiencies involved compared to how you'd do this in a more efficient language.
There's https://developer.mozilla.org/en-US/docs/Web/API/Window/stru... https://caniuse.com/?search=structuredClone with baseline support now (93% of users), but then it doesn't work if fields contain DOM objects or functions meaning you might have to preprocess objects before cloning so more error-prone and manual?
-
It's time for modern CSS to kill the SPA β Jono Alderson
It does appear to be supported by iOS Safari 18.2+, which is the majority of users.
https://caniuse.com/?search=view%20transitions
-
NodeJS Fundamentals: DOM
Browser compatibility can be checked using tools like CanIUse (https://caniuse.com/).
-
NodeJS Fundamentals: ES2015
Browser compatibility is a major concern. CanIUse (https://caniuse.com/) provides detailed compatibility data for ES2015 features. Older browsers (e.g., Internet Explorer) require polyfills. core-js is a comprehensive polyfill library. Babel can automatically include polyfills based on the configured targets and useBuiltIns.
-
Mozilla shutdown Pocket on July 8, 2025
Going purely by (mis)feature count, I'd say they're pretty similar:
https://caniuse.com/?compare=chrome+136,safari+18.5,firefox+...
What are some alternatives?
openrun - Open source alternative to Google Cloud Run and AWS App Runner. Easily deploy internal tools across a team.
Servo - Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
- - Hyphen - An elegant custom element base class
wpt - Test suites for Web platform specs β including WHATWG, W3C, and others
Fragmentify - Django like template inheritance for XML
WHATWG HTML Standard - HTML Standard