caniuse
caniuse copied to clipboard
Raw browser/feature support data from caniuse.com
Lockdown Mode disables certain web technologies. It may be worthwhile to document which ones are disabled. For example, WAV, FLAC, and OPUS (both in CAF and MP4) audio formats no...
Seems like a bug - bit me while recording the podcast today.
Regarding [css-nth-child-of](https://caniuse.com/css-nth-child-of), [mdn](https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child) has 113 as first working version for firefox andriod, and 111 for chrome android. both matching the desktop versions. i can confirm that 119 is not the...
Just a table of features feels misleading as a lot of features implemented by a single browser [aren't part of the specification](https://caniuse.com/web-bluetooth) ([yet](https://caniuse.com/proximity)) due to how vendors distribute the workload...
https://github.com/WebAssembly/gc https://chromestatus.com/feature/6062715726462976 https://bugzilla.mozilla.org/show_bug.cgi?id=1774825 High-level languages that will make use of this proposal inlude Kotlin [1] and Dart (Flutter) [2]. Probably others as well. [1] https://kotlinlang.org/docs/wasm-overview.html [2] https://docs.flutter.dev/platform-integration/web/wasm
Requesting the addition of the Oculus browser to the browser support list so that we can see what features are possible to implement when developing VR applications for the Oculus...
I've recently discovered that Meta Quest 3 browser support is a minefield (just look at how Netflix falls back to the "Silverlight isn't a thing any more" error page when...
The feature described at https://caniuse.com/css-scroll-timeline dates back to an old specification that was retracted and has since been replaced by https://drafts.csswg.org/scroll-animations-1/ The features covered by https://drafts.csswg.org/scroll-animations-1/ as included in MDN’s...
Can we add support of XSLT on the browser side? This is closest I have found: http://greenbytes.de/tech/tc/xslt/
`shadowrootdelegatesfocus` is an attribute that is part of Declarative Shadow DOM: https://web.dev/declarative-shadow-dom/ Explainer: https://github.com/mfreed7/declarative-shadow-dom#additional-arguments-for-attachshadow HTML Spec: https://html.spec.whatwg.org/multipage/scripting.html#the-template-element This is implemented in Chrome but does not seem to be implemented in...