Skip to content

Commit dffd275

Browse files
authored
Firefox 149 adds CSSNumericValue.to() behind pref (#29248)
FF149 CSSNumericValue.to() beind pref
1 parent 36378f5 commit dffd275

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

api/CSSNumericValue.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,14 @@
339339
"chrome_android": "mirror",
340340
"edge": "mirror",
341341
"firefox": {
342-
"version_added": false,
342+
"version_added": "149",
343+
"flags": [
344+
{
345+
"type": "preference",
346+
"name": "layout.css.typed-om.enabled",
347+
"value_to_set": "true"
348+
}
349+
],
343350
"impl_url": "https://bugzil.la/1278697"
344351
},
345352
"firefox_android": "mirror",

0 commit comments

Comments
 (0)