Šime Vidas

@simevidas
1,065 Followers
96 Following
5.6K Posts
I’m interested in HTML, CSS, and making the web less annoying. My name is pronounced ˈshe-meh.
bloghttps://šime.eu

Does the government in your country still often publish data in PDF instead of HTML/plain text?

(context: https://gds.blog.gov.uk/2018/07/16/why-gov-uk-content-should-be-published-in-html-and-not-pdf/)

Why GOV.UK content should be published in HTML and not PDF – Government Digital Service

We're not huge fans of PDFs on GOV.UK. We hope this post will help publishers explain to colleagues the problems with using them and support moving towards an HTML-first culture.

quishing = QR code scams

Google Chrome silently installs a 4 GB Gemini Nano AI model on your device

❌ No consent
❌ No opt-in
❌ No real opt-out for regular users

This isn’t a small experiment & it’s on billions of devices.

➡️ Read more: https://www.thatprivacyguy.com/blog/chrome-silent-nano-install/

😠 A tactic we've already seen with Gemini on Android. But at least you can disable it here, learn how: https://tuta.com/blog/how-to-disable-gemini-on-android

Nowadays, if you try to visit Gmail with JavaScript disabled in your browser, it will falsely claim that your account is temporarily unavailable.

The HTML version of Gmail slowly fades from memory.

Really good 5-minute explanation of text rendering

https://www.youtube.com/watch?v=4soZ33MvlW4

Why is rendering text so complicated?

YouTube

“Summarize article” feature in iOS Firefox

(look for a ⚡ icon in the URL bar, open reader view if necessary)

What do you think about this *intentional* layout shift on Formula 1’s website? I think it should be avoided.

https://www.formula1.com/en/latest/article/breaking-new-start-time-confirmed-for-miami-grand-prix-following-weather-concerns.36mNfBCj5LLIRbgxAgjZIn

Designing for people with low vision - TetraLogical

img.headings { width:50%; min-width:400px; max-width:100%; } @media (max-width: 400px) { img.headings { min-width: 100%; } } Low vision affects millions of people worldwide, yet it's often overlooked in the design process. The design choices we make, from how we emphasise content to where we position controls, can either empower people to customise their experience or create unnecessary barriers. By understanding these impacts and designing with flexibility in mind, we can create interfaces that truly work for everyone.

TetraLogical

I would love for a media's `autoplay` attribute to respect `prefers-reduced-motion` to make some background videos less hostile to users (care to guess what I'm working on right now?).

I see @jaffathecake is already on the case in https://github.com/whatwg/html/issues/11605 and there's a few thoughts about compatibility — tough decision to make for sure.

I'd certainly be favour of something like `autoplay="auto|forced" where auto means no autoplay if the user has reduced motion preferences.

A way to make autoplay respect prefers-reduced-motion · Issue #11605 · whatwg/html

What problem are you trying to solve? Right now, in all browsers <video autoplay muted> will auto play even if the user has indicated they prefer reduced motion. This is somewhat reasonable, as it ...

GitHub