Skip to content

Commit 16e71e5

Browse files
authored
FF142 Animation.commitStyles() - does not require fill: forwards (#27421)
* FF142 Animation.commitStyles() - does not require fill: forwards * Update api/Animation.json * Update api/Animation.json * Update api/Animation.json
1 parent f711fa0 commit 16e71e5

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

api/Animation.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,42 @@
177177
"standard_track": true,
178178
"deprecated": false
179179
}
180+
},
181+
"endpoint_inclusive_commitStyles": {
182+
"__compat": {
183+
"description": "`commitStyles()` automatically fills values",
184+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/commitStyles",
185+
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-commitstyles",
186+
"tags": [
187+
"web-features:web-animations"
188+
],
189+
"support": {
190+
"chrome": {
191+
"version_added": false
192+
},
193+
"chrome_android": "mirror",
194+
"edge": "mirror",
195+
"firefox": {
196+
"version_added": "142"
197+
},
198+
"firefox_android": "mirror",
199+
"oculus": "mirror",
200+
"opera": "mirror",
201+
"opera_android": "mirror",
202+
"safari": {
203+
"version_added": false
204+
},
205+
"safari_ios": "mirror",
206+
"samsunginternet_android": "mirror",
207+
"webview_android": "mirror",
208+
"webview_ios": "mirror"
209+
},
210+
"status": {
211+
"experimental": true,
212+
"standard_track": true,
213+
"deprecated": false
214+
}
215+
}
180216
}
181217
},
182218
"currentTime": {

0 commit comments

Comments
 (0)