Thomas Steiner

Results 397 comments of Thomas Steiner

@tropicadri is fully focused on PWA on Google's side, maybe she's interested? I will help out with the Capabilities chapter already and can't commit to more at the moment.

If additional reviewers are needed, I'm happy to help out as well.

Note that we should now have _significantly more_ data, the [queries from 2021](https://github.com/HTTPArchive/almanac.httparchive.org/tree/main/sql/2021/capabilities) should all now deliver better results than what we had back then.

Just two things to point out: > * URL Handling From https://web.dev/pwa-url-handler/: _"PWAs as URL Handlers was part of the [capabilities project](https://developer.chrome.com/blog/fugu-status/) and support for the experimental url_handlers manifest member,...

When testing Text Fragments URLs, recall that [t.co](https://t.co/) links don't work with text fragments due to [crbug.com/1055455](https://crbug.com/1055455).

It might make sense for cases like [Kurfürstendamm](https://en.wikipedia.org/wiki/Kurf%C3%BCrstendamm), aka. [Ku'damm](https://en.m.wikipedia.org/w/index.php?title=Ku%27damm&redirect=no) or [Ku’damm](https://en.m.wikipedia.org/w/index.php?title=Ku%E2%80%99damm&redirect=no), which both happen to be shorter alternative names. It seems like short names are strictly a subset of...

Hmm, I tried on macOS and on [StackBlitz](https://stackblitz.com/edit/github-cujobw?file=package-lock.json), but each time it would fail. @Snugug, any recommendations or tips? **StackBlitz:** ```bash ❯ npm install warn preInstall No repository field ┌...

Friendly ping, @Snugug or @tropicadri.

Thanks a lot, @Snugug! I see now after some searching that the specific Node version is actually [pointed out in the Wiki](https://github.com/chromeos/chromeos.dev/wiki#prerequisites--dependencies), but for a hard requirement like this it...

Maybe use ```@supports``` (https://developer.mozilla.org/en-US/docs/Web/CSS/%40supports) to feature-detect ```display-mode``` (https://developer.mozilla.org/en-US/docs/Web/CSS/@media/display-mode) support and then apply a style to a throw-away element if currently the display mode is not standalone (meaning we’re just a...