From 84bca09de4aa87f3ace2144b3d69c321a9354532 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Fri, 3 Jul 2026 11:29:27 +1000 Subject: [PATCH 1/2] FF153 Relnote: PopoverAPI hint/auto interactions --- files/en-us/mozilla/firefox/releases/153/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/153/index.md b/files/en-us/mozilla/firefox/releases/153/index.md index 93c237890924b8d..231c6128a28130b 100644 --- a/files/en-us/mozilla/firefox/releases/153/index.md +++ b/files/en-us/mozilla/firefox/releases/153/index.md @@ -58,7 +58,11 @@ Firefox 153 is the current [Beta version of Firefox](https://www.firefox.com/en- These retrieve all records (or a specified subset of records) from an object store and index, respectively. ([Firefox bug 1927945](https://bugzil.la/1927945)). - +#### DOM + +- The [Popover API](/en-US/docs/Web/API/Popover_API) now has more consistent behavior when [`hint` and `auto` popovers are opened and closed](/en-US/docs/Web/API/Popover_API/Using#popover_openclose_interaction_rules). + This match the specification update in [whatwg/html#12345](https://github.com/whatwg/html/pull/12345). + ([Firefox bug 2029974](https://bugzil.la/2029974)). #### Media, WebRTC, and Web Audio From 40dadad64a011a5c64153a48a8d2af24deb182b1 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Fri, 3 Jul 2026 11:30:59 +1000 Subject: [PATCH 2/2] Apply suggestion from @hamishwillee --- files/en-us/mozilla/firefox/releases/153/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/153/index.md b/files/en-us/mozilla/firefox/releases/153/index.md index 231c6128a28130b..586c870fdd12e3b 100644 --- a/files/en-us/mozilla/firefox/releases/153/index.md +++ b/files/en-us/mozilla/firefox/releases/153/index.md @@ -61,7 +61,7 @@ Firefox 153 is the current [Beta version of Firefox](https://www.firefox.com/en- #### DOM - The [Popover API](/en-US/docs/Web/API/Popover_API) now has more consistent behavior when [`hint` and `auto` popovers are opened and closed](/en-US/docs/Web/API/Popover_API/Using#popover_openclose_interaction_rules). - This match the specification update in [whatwg/html#12345](https://github.com/whatwg/html/pull/12345). + This follows the specification update in [whatwg/html#12345](https://github.com/whatwg/html/pull/12345). ([Firefox bug 2029974](https://bugzil.la/2029974)). #### Media, WebRTC, and Web Audio