Thomas Steiner (@tomayac)

Now at @tomayac@toot.cafe

The below is an off-site archive of all tweets posted by @tomayac ever

July 7th, 2021

@fernap3 It’s described in this article: https://t.co/t4lPhKtYbB.

via Twitter Web App

@fernap3 The idea behind this is to allow people to install (and then differentiate) the same app with different user profiles.

via Twitter Web App in reply to fernap3

RT @quicksave2k: To get it working, simply include the `Sec-CH-Prefers-Color-Scheme` in the response headers `Accept-CH` and `Critical-CH`.…

via Echofon

RT @quicksave2k: Your backend can now inline the CSS for dark or light mode ☀️🌒 only into the response body thanks to the new `Sec-CH-Prefe…

via Echofon

@slightlylate @Fyrd I’m working on something in this direction. Meanwhile, PWA Feature Detector (https://t.co/LnXsnelXmf) is still up. The new thing is, no surprise, focused on Project Fugu 🐡 APIs. I’m vacationing for the next two weeks, but will h

via Echofon

@mathias @argyleink The fix is easy: simply check if the result is not equal to ‘not-all’.

via Twitter Web App in reply to mathias

@mathias @argyleink Missed an opening parenthesis in the second example, where’s the edit button?

via Echofon in reply to tomayac

@mathias @argyleink This doesn’t take normalization into account: `(prefers-color-scheme:dark)` (which your CSS minifier may produce) is equally valid as `prefers-color-scheme: dark)` (the browser normalizes both). Here’s my take on this problem:

via Echofon