Skip to content

Commit 78781ed

Browse files
authored
position-area: note Chromium bug with absolutely positioned elements (#29283)
`position-area`: add note positioning without an anchor bug in Chromium Issue: https://issues.chromium.org/issues/388575663 Issue: web-platform-dx/web-features#3558 (comment)
1 parent 444e944 commit 78781ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css/properties/position-area.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"support": {
1212
"chrome": [
1313
{
14-
"version_added": "129"
14+
"version_added": "129",
15+
"notes": "The `position-area` property changes the position of absolutely positioned elements that do not find an anchor. See [bug 388575663](https://crbug.com/388575663)."
1516
},
1617
{
1718
"alternative_name": "inset-area",

0 commit comments

Comments
 (0)