-
instead of using `@media (min-width: …)` and `@media (max-width: …)`, we should use `@media (…
-
This last month I saw a few people mentioning that `@property` was going to be shipped in Firefox 121, based on what they are seeing in https://caniuse.com/mdn-css_at-rules_property
The page does s…
-
进去之后红字提示
xxx.init is not a function
无法加载
猜测原因:
https://caniuse.com/custom-elementsv1
Supports "Autonomous custom elements" but not "Customized built-in elements"
注意这个苹果说是 wont fix
-
Stuck at installation!
`**yarn run v1.22.19
$ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production
$ cd public/assets && find . \( -name "*.js" -o -name "*.…
-
At the moment integers and fractions are represented using the `number` type, which rounds to infinity when you get above 2^53.
`BigInt` allows arbitrarily large values.
[caniuse](https://caniuse.…
-
Something worth exploring, is the possibility of rendering line numbers with pure CSS. This is an idea that has been detailed at: https://sylvaindurand.org/using-css-to-add-line-numbering/
If a pro…
-
Following up on #13385 with a request for only `webp` since it is already supported by Puppeteer https://github.com/puppeteer/puppeteer/issues/5348 and by all major browsers now https://caniuse.com/we…
-
- Spec:
- https://www.w3.org/TR/webnn/
- https://webmachinelearning.github.io/webnn/
- Chrome:
- https://www.chromestatus.com/feature/5738583487938560
- Intent to Prototype: https://…
-
Autoprefixer is a PostCSS extension that parses CSS and adds vendor prefixes
like `-moz-` or `-webkit-` according to https://caniuse.com % of browsers
that support specified CSS features. We have fe…
-
```
It seems that everything related to CSS flexbox is stripped out.
Flexbox is *the* way forward to make positionning on a webpage.
Tutorial: http://www.html5rocks.com/en/tutorials/flexbox/quick/
It…