π Introducing the MDN MCP server!
Bring MDN's docs and browser compat data straight into your AI agent or IDE for accurate, up-to-date answers about the web platform.
No more outdated guesses from training data.
Learn more π
https://t.co/yMeR7tVwkM
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
Firefox 154 landed today, and brings with it some great web platform features:
π CSS text-box
π CSS sibling-index() and sibling-count()
π JS Iterator methods like chunks, window, includes, & join
π HTTP No-Vary-Search
β¦And more! https://t.co/4w76Li3X1B
The Web Serial API landed in Firefox 151, allowing you to connect directly to microcontrollers, dev boards, 3D printers, power meters, and other serial-connected hardware from the web. Here's how it works:
Ever wish HTTP status codes were easier to remember? πΌοΈ
Check out this MDN cheatsheet that pairs each status code with an emoji to help you visualize what each one means, from 200 OK β to 418 Iβm a teapot π«
Check it out π
π¦ Firefox 150: web extensions can now use the Web Authentication API.
Extensions can create and retrieve WebAuthn credentials for any domain covered by their host permissions.
Read Now π
https://t.co/kTQrRg7pkN
π¦ New in Firefox 150: the revert-rule CSS keyword.
Make a property behave as if the current rule didn't exist, letting a value from another matching rule take effect instead.
Read Now π
https://t.co/kTQrRg7pkN
π¦ Firefox 150: light-dark() now accepts image values β not just colors.
Use it with images and gradients to adapt visuals based on color scheme.
background: light-dark(url(light.png), url(dark.png));
Read Now π
https://t.co/kTQrRg7pkN
π¦ Firefox 150 ships ariaNotify() on Document and Element.
Queue text to be announced by a screen reader β a more ergonomic and reliable alternative to ARIA live regions.
Read Now π
https://t.co/kTQrRg7pkN
π¦ Firefox 150: color-mix() now accepts more than two colors at once.
Mix any number of colors in a single declaration β no more nesting multiple calls.
Read Now π
https://t.co/kTQrRg7pkN
π¦ Firefox 150: <img sizes="auto"> is now supported.
Lazy-loaded images use their calculated layout size to select from srcset β no more duplicating media queries in HTML.
Read Now π
https://t.co/kTQrRg7pkN
Have you heard of CSS Subgrid? π€
A grid item can now pass its parent's grid lines to children, so nested elements align perfectly with the outer layout.
No more hacky workarounds for aligned nested grids.
Learn more π
https://t.co/Hl0hD1oIN7
Firefox 150 ships 7 media pseudo-classes: :buffering, :muted, :paused, :playing, :seeking, :stalled, :volume-locked.
Style <audio> and <video> elements based on their playback state.
Read Now π
https://t.co/kTQrRg7pkN