Skip to content

Commit 5287e96

Browse files
FF142 Relnote Animation.commitStyles no longer requires fill (mdn#40611)
* FF142 Relnote Animation.commitStyles no longer requires fill * Update files/en-us/mozilla/firefox/releases/142/index.md Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org> --------- Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
1 parent b21dc41 commit 5287e96

File tree

1 file changed

+1
-0
lines changed
  • files/en-us/mozilla/firefox/releases/142

1 file changed

+1
-0
lines changed

files/en-us/mozilla/firefox/releases/142/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Firefox 142 is the current [Beta version of Firefox](https://www.firefox.com/en-
5555
#### DOM
5656

5757
- The {{domxref("Selection.getComposedRanges()")}} method is now supported, allowing developers to accurately get selected text ranges across shadow DOM boundaries. In addition, the methods {{domxref("Selection.setBaseAndExtent()","setBaseAndExtent()")}}, {{domxref("Selection.collapse()","collapse()")}}, and {{domxref("Selection.extend()","extend()")}} of the {{domxref("Selection")}} interface have been modified to accept nodes inside a shadow root. ([Firefox bug 1903870](https://bugzil.la/1903870)).
58+
- The {{domxref("Animation.commitStyles()")}} method no longer requires [`fill`](/en-US/docs/Web/API/KeyframeEffect/KeyframeEffect#fill) to be set on an animation to commit the computed styles after the animation has finished. Note that until more browsers support this change, you should continue to set `fill`. ([Firefox bug 1973203](https://bugzil.la/1973203)).
5859

5960
<!-- #### Media, WebRTC, and Web Audio -->
6061

0 commit comments

Comments
 (0)