caniuse
caniuse copied to clipboard
Raw browser/feature support data from caniuse.com
- https://github.com/WICG/webcomponents/blob/gh-pages/proposals/css-modules-v1-explainer.md - https://github.com/whatwg/html/pull/4898/ - https://groups.google.com/a/chromium.org/g/blink-dev/c/iT0bQjzD04k/m/VkHPoOFLBAAJ - Chrome 93: https://www.chromestatus.com/feature/5948572598009856 - https://bugs.chromium.org/p/chromium/issues/detail?id=992499 - https://github.com/mozilla/standards-positions/issues/541 - https://lists.webkit.org/pipermail/webkit-dev/2021-June/031901.html
It's possible to do the following to convert an object like for example an HTMLCollection into an Array using the ["spread syntax"](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax): [...document.getElementsByClassName('class-name')] I searched for `...` and `[...` but...
- Spec: https://w3c.github.io/mediacapture-extensions/#exposing-mediastreamtrack-source-background-blur-support - Explainer: https://github.com/riju/backgroundBlur/blob/main/explainer.md - Chrome: - https://chromestatus.com/feature/5077577782263808 - Intent to Prototype - https://twitter.com/intenttoship/status/1539727761501192193 - https://groups.google.com/a/chromium.org/g/blink-dev/c/3ke9hgaREwM/m/vthVWLwMAQAJ > Interoperability and Compatibility > > Gecko: No signal, but spec LGTM...
- https://www.w3.org/TR/mathml-core/ - https://www.igalia.com/2021/10/19/Announcing-the-MathML-Core-Support-Collective.html For distinction to [MathML](https://caniuse.com/mathml): - https://www.w3.org/TR/mathml-core/#introduction - ff. Maybe there is a discussion to be had if this should be it's own entry, but I would...
- https://wicg.github.io/local-font-access/ - Chromium 103: https://web.dev/local-fonts/ - https://twitter.com/tomayac/status/1520313247802564614 - "Local fonts"
As far as I can see, there is no information about the new [HTTP 103 Early Hints status code](https://tools.ietf.org/html/draft-ietf-httpbis-early-hints-05). I see that it picks up more and more speed, for...
- https://drafts.csswg.org/css-color-4/#specifying-oklab-oklch - https://github.com/w3c/csswg-drafts/issues/6642 - https://bottosson.github.io/posts/oklab/ - Test: https://wpt.fyi/results/css/css-color?label=master&label=experimental&aligned&q=ok - Safari: - Shipped in TP 137: https://webkit.org/blog/12156/release-notes-for-safari-technology-preview-137/ - https://trac.webkit.org/changeset/286191/webkit/ - https://bugs.webkit.org/show_bug.cgi?id=233507 - https://twitter.com/LeaVerou/status/1473319461218406400 🎉
Firefox does not fully support this selector. Chrome does. Others not tested. See bug: [:focus-visible not activating on keyboard input to focused element](https://bugzilla.mozilla.org/show_bug.cgi?id=1775199)
If you want to switch between different filter sets, you first have to click the gear icon besides the display options buttons, then switch to "Browsers shown", then select the...
Please see explanation about this at https://stackoverflow.com/questions/4964130/target-blank-vs-target-new/8867079#8867079