-
Currently getting
```
:host -> Unknown pseudo-class :host
```
https://caniuse.com/mdn-css_selectors_host
-
One thing that might be useful, if it's possible, is to change the cursor to a block (and change its colour) when in normal mode . This is something that Neovim does and would mean we don't rely on th…
-
https://github.com/mdn/browser-compat-data#usage
-
https://trry-github.github.io/docs/zh/%E5%89%8D%E7%AB%AF%E7%AC%94%E8%AE%B0/%E5%B0%8F%E7%A8%8B%E5%BA%8F/api/1.%E5%9F%BA%E7%A1%80.html
简单记录生活
-
This: https://github.com/mdn/browser-compat-data
-
I've been fiddling with the idea of querying [browserlist](https://www.npmjs.com/package/browserslist) and [caniuse-api](https://www.npmjs.com/package/caniuse-api) to automatically disable polyfilling…
-
It would be great if developers could use CSS Lint to check browser support. Rather than having to guess which properties/selectors might not be supported, CSS Lint could warn when a particular portio…
-
Have you considered leveraging the work already done here by [autoprefixer-core](https://www.npmjs.com/package/autoprefixer-core) and [caniuse-db](https://www.npmjs.com/package/caniuse-db). If you are…
-
Safari on iOS 16+ supports AVIF but Playwright WebKit browser doesn't.
Edge also supports in Canary (possibly Dev) and the other browsers have already done in stable versions.
```
npx playwright …
-
## [`Element.requestFullscreen()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen) returns `Promise`
[Source](https://github.com/rust-windowing/winit/blob/fc046add78f676…