Commit a8032de
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-L81 parent 98935a3 commit a8032de
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
| 707 | + | |
| 708 | + | |
708 | 709 | | |
709 | 710 | | |
710 | 711 | | |
| |||
0 commit comments