Skip to content

Commit 87aecfb

Browse files
authored
position-area: span-all: Mark Firefox bug as fixed, consistently (#29628)
Issue: #28761 Issue: https://bugzilla.mozilla.org/show_bug.cgi?id=2008537
1 parent 4404fb5 commit 87aecfb

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

css/properties/position-area.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,11 +1124,17 @@
11241124
],
11251125
"chrome_android": "mirror",
11261126
"edge": "mirror",
1127-
"firefox": {
1128-
"version_added": "147",
1129-
"partial_implementation": true,
1130-
"notes": "Using `span-all` unexpectedly allows the anchored box to overflow the viewport, obscuring content. Use `place-self: anchor-center` as a workaround. See [bug 2008537](https://bugzil.la/2008537)."
1131-
},
1127+
"firefox": [
1128+
{
1129+
"version_added": "148"
1130+
},
1131+
{
1132+
"version_added": "147",
1133+
"version_removed": "148",
1134+
"partial_implementation": true,
1135+
"notes": "Using `span-all` unexpectedly allows the anchored box to overflow the viewport, obscuring content. Use `place-self: anchor-center` as a workaround. See [bug 2008537](https://bugzil.la/2008537)."
1136+
}
1137+
],
11321138
"firefox_android": "mirror",
11331139
"oculus": "mirror",
11341140
"opera": "mirror",

0 commit comments

Comments
 (0)