caniuse
caniuse copied to clipboard
Raw browser/feature support data from caniuse.com
[RFC8305](https://www.rfc-editor.org/rfc/rfc8305.html) (" Happy Eyeballs Version 2: Better Connectivity Using Concurrency"): > Many communication protocols operating over the modern Internet use > hostnames. These often resolve to multiple IP addresses, each...
#### Known browsers that support: - Chrome & Opera: yup - Safari: don't think so - Firefox: maybe! - Edge: maybe.. #### Test pages: - https://http2-push.appspot.com/ - https://http2.cloudflare.com/ (apparently)
Implementation bug in Safari 16.5 – 17.2: ```css div { color: blue; @supports (text-box: trim-both) { line-fit-edge: cap alphabetic; } } ``` In the example above `color: blue` gets ignored...
QT is a framework to create native desktop GUIs and provides a web component based on chromium. This toolkit is used for several browsers in the Linux world ([qutebrowser](https://qutebrowser.org/), [Falkon](https://www.falkon.org/),...
Since this is Stage 3 now, seems reasonable to track support for it. https://github.com/tc39/proposal-explicit-resource-management
https://caniuse.com/ruby >Partial support refers to only supporting basic ruby, may still be missing writing-mode, Complex ruby and CSS3 Ruby. I'm wondering if this is accurate anymore. Without specific details of...
See: https://ishadeed.com/article/css-object-view-box/
It would be nice to see what the browser support for the viewport meta tag is: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag https://drafts.csswg.org/css-viewport/#viewport-meta
[MDN's data](https://caniuse.com/mdn-css_at-rules_property) is not perfect, for example, many browsers do not support the `` syntax. See: - https://issues.chromium.org/issues/40923951#comment11 - https://github.com/w3c/css-houdini-drafts/issues/1103