Skip to content

Commit f581c6a

Browse files
authored
position-area: normal is the initial value in Firefox 151 (#29629)
`position-area: normal`: initial value in Firefox 151 Issue: #29483 Issue: #29530 Issue: https://bugzilla.mozilla.org/show_bug.cgi?id=2030351
1 parent 87aecfb commit f581c6a

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

css/properties/position-anchor.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@
3030
],
3131
"chrome_android": "mirror",
3232
"edge": "mirror",
33-
"firefox": {
34-
"version_added": "147",
35-
"partial_implementation": true,
36-
"notes": "The initial value is `auto` instead of `normal` (see [bug 2030351](https://bugzil.la/2030351)."
37-
},
33+
"firefox": [
34+
{
35+
"version_added": "151"
36+
},
37+
{
38+
"version_added": "147",
39+
"version_removed": "151",
40+
"partial_implementation": true,
41+
"notes": "The initial value is `auto` instead of `normal` (see [bug 2030351](https://bugzil.la/2030351)."
42+
}
43+
],
3844
"firefox_android": "mirror",
3945
"oculus": "mirror",
4046
"opera": "mirror",

0 commit comments

Comments
 (0)