If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort?
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs
Make Web Share API enabled by default. -
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
-
@ArneBab
Instead of doing that, I like the technique of making the input `opacity: 0` and positioning it over the label. If you put the input inside the label, you can use `:focus-within` to show focus.https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/
@firefoxwebdevs@cwilcox808 that looks interesting -- but doesn’t fit my usecase, because I used radiobuttons to implement tabs.
For an input in a form I’ll keep it in mind. Thank you!
@firefoxwebdevs -
@firefoxwebdevs File System Access API. I'd be fine if you carved out `showDirectoryPicker()`, or put it behind a scary permission prompt. It enables so many powerful editor-like apps, from Photoshop to VS Code.

@tomayac @firefoxwebdevs oh yeah 1000% this!
-
@cwilcox808 that looks interesting -- but doesn’t fit my usecase, because I used radiobuttons to implement tabs.
For an input in a form I’ll keep it in mind. Thank you!
@firefoxwebdevs@ArneBab
Good news! It works for that too. In this case, I used sibling selectors for pseudo-classes instead of nesting them (because I didn't think of it).See it without the JavaScript:
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs i want better PWAs on Firefox, which means a lot of things, but i'll settle for just Web Share Target for now. https://bugzilla.mozilla.org/show_bug.cgi?id=1476515
-
R relay@relay.mycrowd.ca shared this topic
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs I would love Web Serial API
-
@firefoxwebdevs I would love Web Serial API
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs Speculation Rules!!
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs MathML improvement is usually the one I advocate for.
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs a moratorium on new features so that we can focus on catching up and stabilizing and fixing bugs
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs NO AI
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs For JS `fetch()` interop, in 2026 it would be nice to get proper `user-agent` header control.
It has been an allowed/customizable header according to specs since 2015, but (to the best of my knowledge) it still doesn't work on some browsers (for reference, Firefox already supports this).
It already has a WPT test: https://github.com/web-platform-tests/wpt/pull/39301 -
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
-
@firefoxwebdevs File System Access API. I'd be fine if you carved out `showDirectoryPicker()`, or put it behind a scary permission prompt. It enables so many powerful editor-like apps, from Photoshop to VS Code.

@tomayac @firefoxwebdevs 100% this. Used by a vast majority of Construct users to save their work when available, and so a big reason to use our PWA in Chrome rather than Firefox
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs CSS Grid Lanes
-
@firefoxwebdevs File System Access API. I'd be fine if you carved out `showDirectoryPicker()`, or put it behind a scary permission prompt. It enables so many powerful editor-like apps, from Photoshop to VS Code.

@tomayac @firefoxwebdevs Definitely! File System Access allows web apps to avoid relying on online accounts (you can save and load files without the fs apis, but the experience is subpar)
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs WebGPU
-
If you had to pick _one_, which web platform feature would you like in Firefox that isn't part of the Interop 2026 effort? https://hacks.mozilla.org/2026/02/launching-interop-2026/#new-features
@firefoxwebdevs "corner-shape" support