Skip to content

Commit a8032de

Browse files
committed
Update css-anchor-positioning for a Safari bug
Adds a link to a reproduction. The bug is currently fixed in Safari Technology Preview, so I didn't file a webkit bug. In the real world, the library I'm maintaining has to do browser sniffing because some of its functionality is broken due to this bug with anchor positioning in Safari: https://github.com/pomerantsev/accented/blob/4312cae5b4dde15b09806e84b3ced3e18ea997ac/packages/accented/src/utils/supports-anchor-positioning.ts#L1-L8
1 parent 98935a3 commit a8032de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

features-json/css-anchor-positioning.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"18.3":"n",
450450
"18.4":"n",
451451
"18.5-18.6":"n",
452-
"26.0":"y",
452+
"26.0":"a #2",
453453
"26.1":"y",
454454
"TP":"y"
455455
},
@@ -704,7 +704,8 @@
704704
},
705705
"notes":"",
706706
"notes_by_num":{
707-
"1":"Can be enabled via the `#enable-experimental-web-platform-features` flag in `chrome://flags`"
707+
"1":"Can be enabled via the `#enable-experimental-web-platform-features` flag in `chrome://flags`",
708+
"2": "There's a [bug with `position: fixed` and non-initial containing blocks](https://codepen.io/pavelp/pen/KwVPrrB)."
708709
},
709710
"usage_perc_y":71.39,
710711
"usage_perc_a":0,

0 commit comments

Comments
 (0)