Thomas Steiner
Thomas Steiner
See [Open UI](https://open-ui.org/) for reference.
@marcoscaceres, I have documented the way this works today in an [article](https://web.dev/mini-app-markup-styling-and-scripting/#markup-languages) (which is part of a [wider series](https://web.dev/mini-apps/)).
> There is an Easter egg for this... [🥚](https://github.com/GoogleChromeLabs/estimator.dev/blob/415b75757fab1f34afa0af904255c380d1e4c859/public/client.js#L272).
Not saying this is a good or a bad idea, just reckoning: You would probably need some sort of (JSON or XPath) selector to specify what field to match. As...
I think this should work by specifying `fill="CanvasText"`. In practice, it works for embedded SVGs, but not for SVGs referenced in `img`. Here's a quick [demo](https://flat-cooperative-orchestra.glitch.me/). I have filed this...
``` MediaDevices { Promise produceCropId((HTMLDivElement or HTMLIFrameElement) target); }; ``` Any reason why this would be limited to `HTMLDivElement` or `HTMLIFrameElement`? What if one wanted to share just a `HTMLVideoElement`...
Truly curious: if browsers like Brave consider (note, _consider_, as far as I can tell they don’t necessarily do it) blocking `` and `navigator.sendBeacon()` (e.g., https://github.com/brave/brave-browser/issues/573), what makes you think...
Makes sense. I guess most of us agree that reporting and monitoring is crucial, and this proposal is definitely worthwhile exploring and an improvement over the _status quo_. And as...
While we wait for native support (🙏 thanks in advance to everyone involved in this effort), I've just [documented](https://blog.tomayac.com/2020/01/24/brotli-compression-with-mod-pagespeed-and-ngx-pagespeed/) how to make the current PageSpeed work with Brotli.
I like this idea. I would just call it "differences" rather than "migrating". The differences are that we need to be compatible with the legacy approach from an API input/output...