Valtteri Laitinen
Valtteri Laitinen
Related: #6698 (using custom `env()` variables in media queries)
It would be nice to make this work: ```html FooBar sincos tanbaz ... ``` ```css .table-wrapper { overflow-x: auto; } th { position: sticky; top: 0; } ``` [**See demo**](https://codepen.io/valtlai/pen/XVrbPY/left/)...
@WangXBruc Unfortunately not. 🙁
I would suggest `` (similar to ``).
Note the [css-ui spec includes](https://drafts.csswg.org/css-ui/#issue-5d851d49) (just before the inline issue) the following: > The following additions are made to the UA stylesheet for HTML: > > ```css > button, meter,...
Could `eslint.config.cjs` be supported too? This way `"type": "module"` can be used in `package.json` even though ESLint doesn’t support loading an ECMAScript module as a config file.
> @valtlai please open a separate issue for that request. This issue is just for tracking implementation of the RFC. Thanks. Done, that’s issue #14170.
To clarify, there seems to be some auto rewrite of `http://` to `https://`, but it’s not applied to the URLs in the [feed](https://platformstatus.io/Feed).
There’s a pending PR #45 with an optimized SVG icon. Here’s it without the colors: ```svg ```
Does Mastodon support TLS 1.3 nowadays? And if so, from which version?