Skip to content

Commit 935eca1

Browse files
authored
anchor-size(): make consistent with margin, inset data (#29626)
This aligns `css.types.anchor-size.inset_margin` with `css.properties.inset.anchor-size`, `css.properties.margin.anchor-size`, and many others. I think this was an omission in #28649.
1 parent f581c6a commit 935eca1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css/types/anchor-size.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"inset_margin": {
4040
"__compat": {
41-
"description": "Valid in inset and margin property values.",
41+
"description": "Valid in `inset` and `margin` property values.",
4242
"spec_url": "https://www.w3.org/TR/css-logical-1/#inset-properties,https://www.w3.org/TR/css-box-4/#margin-properties",
4343
"tags": [
4444
"web-features:anchor-positioning"
@@ -50,8 +50,7 @@
5050
"chrome_android": "mirror",
5151
"edge": "mirror",
5252
"firefox": {
53-
"version_added": "preview",
54-
"impl_url": "https://bugzil.la/1972610"
53+
"version_added": "147"
5554
},
5655
"firefox_android": "mirror",
5756
"oculus": "mirror",

0 commit comments

Comments
 (0)