Matt Hobbs
Matt Hobbs
Adding another vote for guidance around the correct use of SVG's on a page. I had feedback asking where guidance could be found as the service is using an SVG...
We could consider adding a responsive image solution that also factors in more modern image formats (e.g. WebP, AVIF, JXL). Example markup using the `` element and ``. E.g: ```html...
# Auto Dark Mode (Chrome) The Google Chrome team are currently working on a new browser feature in Desktop and Android Chrome called "Auto Dark Mode". ## Links * [Chrome...
Thanks for your contribution / feedback @gregtyler, I'm curious about how you are measuring demand from users? Do you have user-testing results for example or a feedback component across pages?...
Hey @soulgalore, agreed the SW in local development can be very annoying, as you usually have to always make sure "Update on reload" / "Bypass for network" checkboxes are checked...
Yes that's a good point, there's no templating being used to hook into with the env variables. Although this could be a possibility: [PostHTML](https://github.com/posthtml/posthtml) and this [example here](https://github.com/parcel-bundler/parcel/issues/1209#issuecomment-432424397).
If we were to go down the JS API route (which has good support at the moment), we'd add a little JS snippet much like the `js-enabled` class that gets...
It's also worth noting that fonts is an obvious change for data saving. Another could be images used. e.g. provide a smaller version, or less images when the client has...