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
-
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
Reference target for cross root aria, or something like it
Declarative custom elements
DOM Parts and Template instantiation -
@ausi just to double check, you mean margin-trim, not text-box-trim?
-
@gundersen would you be ok if it was behind a site permission addon? https://support.mozilla.org/en-US/kb/site-permission-add-ons
@firefoxwebdevs Yes, as long as there is a good way to detect a blocked permission, so you can reask the user or gracefully degrade the experience.
-
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
inline if() CSS -
@ausi just to double check, you mean margin-trim, not text-box-trim?
@firefoxwebdevs yes, margin-trim. Safari supports it and I think Chrome is working on it too IIRC.
-
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 Missing CSS random() has previously blocked me from porting JS to CSS.
-
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 The new "install app" button in Firefox for Windows is a welcome addition, but makes it hard to provide good user guides, as support is not guaranteed. I hope you are working on expanding support to all platforms.
An alternate way to make this easier, is to suppprt the install button, which would make guides much simpler and no longer dependent on specific browser knowledge.
https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/WebInstall/explainer-current-doc.md
-
@krinkle which bits are missing in the latest versions of browsers?
WPT cover a dozen or so missing bits.
Beyond that, the clearest cut ones are cataloged and polyfilled at https://github.com/w3c/mathml-polyfills. Compare https://w3c.github.io/mathml-polyfills/acid-test.html in two tabs with and without the transform applied.
For things that are implemented but have known bugs, there is for example a layout bug with mathrm introducing whitespace in Firefox between symbols, where Chrome/Safari/MathJax don't:
https://www.mediawiki.org/wiki/User:Krinkle/MathML_Shortlist
-
@gundersen would you be ok if it was behind a site permission addon? https://support.mozilla.org/en-US/kb/site-permission-add-ons
@firefoxwebdevs maybe, but I don't want to normalize instructions to end users about changing browser configs. If people get used to following instructions on website to enable stuff they don't understand then they are more likely to be tricked into enabling something they shouldn't. I'd rather just have a browser ui popup, like webcam and microphone has. Especially I'm thinking of consumer products that need to be set up by the user and could be done using Bluetooth in a website.