Latest Posts

6th February 2020 at 14:20

“This use of server-side rendering followed by hydration feels like progressive enhancement, because it separates out the delivery of markup and scripts. But it’s missing the mindset.” https://adactio.com/journal/16404 This is a good’n by Jeremy Keith which is right up my street. (thanks for the link to my post, too)

Continue reading

6th February 2020 at 13:24

This is a fascinating and harrowing deep-dive into the accessibility of the native HTML video element. https://scottvinkle.me/blogs/blog/how-accessible-is-the-html-video-player It’s grim to learn that this, among other elements (cough, dialog) are just not up to standard. Do better, browsers and assistive tech makers.

Continue reading

6th February 2020 at 10:15

Just in case you needed a boost: I’ve been banging my head on my desk for about half an hour because my elements were refusing to push out to the end, because of this: flex-direction: flex-end; Should be goddamn justify-content: flex-end;…

Continue reading