Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion files/en-us/mozilla/firefox/releases/145/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ Firefox 145 is the current [Beta version of Firefox](https://www.firefox.com/en-

<!-- #### Removals -->

<!-- ### APIs -->
### 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))

<!-- #### DOM -->

Expand Down