From 7d02b5e4815ab4b5bd04376d4dc6eb4ae91a81b5 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 14 Oct 2025 11:35:48 +1100 Subject: [PATCH] FF145 Relnote: CSSStyleProperties returned by style and getComputedStyle() --- files/en-us/mozilla/firefox/releases/145/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/145/index.md b/files/en-us/mozilla/firefox/releases/145/index.md index 0e175c043b10c4c..5eaecbdbc020683 100644 --- a/files/en-us/mozilla/firefox/releases/145/index.md +++ b/files/en-us/mozilla/firefox/releases/145/index.md @@ -52,7 +52,10 @@ Firefox 145 is the current [Beta version of Firefox](https://www.firefox.com/en- - +### APIs + +- The `style` property on {{domxref("HTMLElement.style", "HTMLElement")}}, {{domxref("MathMLElement.style", "MathMLElement")}}, {{domxref("SVGElement.style", "SVGElement")}}, and {{domxref("CSSStyleRule.style", "CSSStyleRule")}} , and the {{domxref("Window.getComputedStyle()")}} method all now return a {{domxref("CSSStyleProperties")}} instance. This replaces {{domxref("CSSStyleDeclaration")}} following an update to the relevant specification. + ([Firefox bug 1989925](https://bugzil.la/1989925))