Skip to content

Commit 811e745

Browse files
authored
added version_added for FF anchor-size() (#27440)
1 parent 001d964 commit 811e745

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

css/types/anchor-size.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@
1616
"chrome_android": "mirror",
1717
"edge": "mirror",
1818
"firefox": {
19-
"version_added": false,
20-
"impl_url": "https://bugzil.la/1838746"
19+
"version_added": "preview",
20+
"flags": [
21+
{
22+
"type": "preference",
23+
"name": "layout.css.anchor-positioning.enabled",
24+
"value_to_set": "true"
25+
}
26+
],
27+
"impl_url": "https://bugzil.la/1972610"
2128
},
2229
"firefox_android": "mirror",
2330
"oculus": "mirror",
@@ -50,7 +57,15 @@
5057
"chrome_android": "mirror",
5158
"edge": "mirror",
5259
"firefox": {
53-
"version_added": false
60+
"version_added": "preview",
61+
"flags": [
62+
{
63+
"type": "preference",
64+
"name": "layout.css.anchor-positioning.enabled",
65+
"value_to_set": "true"
66+
}
67+
],
68+
"impl_url": "https://bugzil.la/1972610"
5469
},
5570
"firefox_android": "mirror",
5671
"oculus": "mirror",

0 commit comments

Comments
 (0)