Firefox 149 is out now, and adds bunch of new web platform features, such as:

πŸŽ‰ The CloseWatcher API
πŸŽ‰ popover=hint (although I'm concerned about the spec'd behaviour)
πŸŽ‰ hasUAVisualTransition on PopStateEvent
πŸŽ‰ font-family: math
πŸŽ‰ The CSP reporting API

And more!

https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/149

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

This article provides information about the changes in Firefox 149 that affect developers. Firefox 149 was released on March 24, 2026.

MDN Web Docs
In terms of popover=hint, I dug into it when scripting a video, and… I can't make sense of the behaviour at all. Here's my investigation so far if you want to follow along: https://github.com/whatwg/html/issues/12304 & https://github.com/whatwg/html/issues/12305