191 Followers
200 Following
10 Posts
Senior Software Engineer | Front-end Dev | Web Accessibility Nerd | Lover of lego

Really enjoyed @joshwcomeau.com sharing his mental framework for deciding when a feature's browser support is "good enough" to use in production.

Given the incredibly fast pace of new CSS baseline features these days, this is helpful 🙂

https://www.joshwcomeau.com/css/browser-support/

A Framework for Evaluating Browser Support • Josh W. Comeau

Lots of exciting new features have been landing in CSS recently, and it can be tough trying to figure out if they’re safe to use or not. We might know that a feature is available for 92% of users, but is that sufficient? Where do we draw the line? In this blog post, I’ll share the framework I use for deciding whether or not to use a modern CSS feature

Can't wait for #DDDPerth tomorrow! It's the 10th anniversary, my 7th time attending and first time speaking🥳

Excited to be sharing some of my favourite new CSS features with everyone!

Typeform input announcing [object object] in screen readers - Jess Budd

A solution to an unusual Typeform bug where form labels are announced incorrectly for screen readers.

@mustastum thanks!

I try to write a blog post when I come across a problem I can't find anything about online 🙂

BREAKING 🚨: Is Apple compliant with the Digital Markets Act with respect to browsers and Web Apps?

OWA's full 118 page report is out today.

Read. Share. Help save the future of the web!
https://open-web-advocacy.org/apple-dma-review/

Apple DMA Review - Open Web Advocacy

Open Web Advocacy
Good news! Determined the issue was caused by bolding of the text. This created a <strong> tag node where typeform is expecting a string.

#a11y friends! Anyone know a work around for a bug with @typeform where radio button labels in a radio group are announced as "Object Object" in screen readers?

Implementation is an embedded iframe.

Love that the city of Kyoto has live streams of tourist hotspots to gauge the crowd level intensity before you visit!

Whipped up a site to view them all together on one page for easy checking back at different times of day 😁

https://kyotocrowdcams.netlify.app/

Kyoto Crowd Cams (Live)

One page that includes all the tourist live stream crowd cameras in Kyoto. Know the best time to visit to beat the crowds!

Today I learned: Most browsers ignore autoplay being turned on for a video embed if the sound is not muted. Nice!