Silvio Boesch (@silvio_boesch) 's Twitter Profile
Silvio Boesch

@silvio_boesch

Frontend Dev with passion for #UCD and good #UX.
💙 #CSS, #TypeScript, #React

ID: 45665976

linkhttps://www.linkedin.com/in/silviob/ calendar_today08-06-2009 20:46:48

358 Tweet

127 Followers

571 Following

Umar Hansa (@umaar) 's Twitter Profile Photo

Text fragments are being used in Google Search and it's pretty useful. If you append: #:~:text=Word To a destination URL, the browser will automatically find and highlight that piece of text on page load. Browser support: caniuse.com/#feat=url-scro…

Adam Argyle (@argyleink) 's Twitter Profile Photo

```#CSS width: calc(50% - 2ch); min-width: 20ch; max-width: 70ch; ``` OR ``` width: clamp(20ch, 50% - 2ch, 70ch); ``` aka: optimally half the page minus some space.. but cap it at a healthy reading count of 70 characters while never under 20ch! play 👉 codepen.io/argyleink/pen/…

Adam Argyle (@argyleink) 's Twitter Profile Photo

if the user has expressed no motion preference, destructure the feature detection boolean result and give it a friendly name on the fly voila, now you can check if motion is OK before running any motion based animation code 🤓

if the user has expressed no motion preference, destructure the feature detection boolean result and give it a friendly name on the fly

voila, now you can check if motion is OK before running any motion based animation code 🤓
Sebastiaan de With (@sdw) 's Twitter Profile Photo

Signal made Instagram ads that shows users how much Facebook knew about them. Facebook banned them. “Being transparent about how ads use data is enough to get banned; in Facebook’s world, the only acceptable usage is to hide what you’re doing.” signal.org/blog/the-insta…

Signal made Instagram ads that shows users how much Facebook knew about them.

Facebook banned them.

“Being transparent about how ads use data is enough to get banned; in Facebook’s world, the only acceptable usage is to hide what you’re doing.”

signal.org/blog/the-insta…
Jan Nicklas (@jantimon) 's Twitter Profile Photo

we are making great progress on Turbopack support for next-yak many kudos for the outstanding support by the Vercel team first HMR performance tests are looking very promising! who would have thought that Rust & CSS might be such a great mix

we are making great progress on Turbopack support for next-yak 

many kudos for the outstanding support by the <a href="/vercel/">Vercel</a> team

first HMR performance tests are looking very promising!

who would have thought that Rust &amp; CSS might be such a great mix
Jan Nicklas (@jantimon) 's Twitter Profile Photo

Chrome 135 shipped a new #CSS feature to improve accessibility and keyboard navigations However there is a discussion going on to revert part of it - in particular its "donut holes" feature dev.to/jantimon/focus… #a11y

Silvio Boesch (@silvio_boesch) 's Twitter Profile Photo

Same. Running into multiple bugs every single day on both iOS and macOS at the moment. Not just visual glitches, but usability issues. Strange how little attention this gets.