"Don't paste the AI, please"
"The world is full of people who don't want to read or think things through. Don't be one of them."
https://t.co/aCuUH0Sgpo
Major versions of Firefox now land every two weeks, so Firefox 155 dropped today with web platform features including:
🎉 Fully typed CSS attr()
🎉 CSS progress()
🎉 Promise.allKeyed() and allSettledKeyed()
🎉 Lots of new WebTransport stuff
…And more!
https://t.co/zGtRtYX1uk
Streamline your extension development with Chrome DevTools for agents and Modern Web Guidance → https://t.co/Bc5JUn5AXO
Building Chrome extensions often means constant context switching: writing code, opening chrome://extensions, clicking refresh, and validating the state. By combining Modern Web Guidance with Chrome DevTools for agents, you can give your AI coding agent platform best practices and the ability to load, test, and debug extensions directly in the browser. Watch our step-by-step guide to setting up these tools and see how they accelerate extension development.
Hi! I'm working on a new HTML feature: filterable select
There are two proposed API shapes so far:
1. Nesting <input> in <select>
2. Sibling <input> for listbox <select> w/id ref
Option 1 is more ergonomic, but would break selects in older browsers
Thoughts?