Jake Archibald

@jakearchibald.com

Developer of sorts at @webdevs.firefox.com, but this is my personal account. No thought goes unpublished. He/him.

We are going to spend the next 20 years discovering and dealing with the mental health effects of over-reliance on AI.

Firefox 153 just landed, and comes with web platform features like: 🎉 popover="hint" 🎉 Picture-in-picture 🎉 IDB getAllRecords() 🎉 JS Promise Integration for wasm 🎉 JS import-as-text …And more! developer.mozilla.org/en-US/docs/M...

Firefox 153 release notes for developers (Stable) - Mozilla | MDN

This article provides information about the changes in Firefox 153 that affect developers. Firefox 153 was released on July 21, 2026.

developer.mozilla.org

If you make websites for a living, stop what you're doing and read this research by @tammyeverts.com; it shows what many of us have been saying for a long time: even if there is such a thing as "fast enough", it's generally *much* faster than you are targeting: embrace.io/blog/research-co…

New research: The Core Web Vitals thresholds you trust might be wrong for your site

Core Web Vitals data from ten leading online retailers reveals that "good" for Google may not be good enough for your users or your business.

embrace.io

Firefox now supports the text-box-trim and text-box-edge CSS properties, and the associated text-box shorthand. These properties allow you to control the leading space above and below text, enabling simpler and consistent vertical spacing and alignment. bugzilla.mozilla.org/show_bug.cgi...

2050141 - [text-box-trim] Set layout.css.text-box.enabled for all users

RESOLVED (sajidanwar94) in Core - Layout: Block and Inline. Last updated 2026-07-15.

bugzilla.mozilla.org

This is great, but I'd add that anchor positioning is pretty unreliable due to frequent spec changes, ambiguities, and buggy implementations (my recent blog post demos fail in Safari despite it all being Level 1 stuff). It's a powerful feature, but if you struggle with it, it's not your fault.

Josh W. Comeau@joshwcomeau.com · 4w ago

Just published a blog post about the new CSS Anchor Positioning API! ⚓ I’ve been learning about it over the past few weeks, and it’s friggin’ great, but it also took me a minute to really get the hang of it. My goal in this post is to share the most useful bits, so you can start using it today. 🔥