Skip to content

Commit 8e677ad

Browse files
authored
Merge pull request #285 from oddbird/browser-support
Update browser support
2 parents 65c80f0 + 4ad6987 commit 8e677ad

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,22 @@ Positioning Polyfill supports and is based on this specification.
1515

1616
## Browser Support
1717

18-
- Firefox 54+
19-
- Chrome 51+
20-
- Edge 79+
21-
- Safari 10+
18+
- Firefox 54+ (includes Android)
19+
- Chrome 51 - 124 (includes Android)
20+
- Edge 79 - 124
21+
- Safari 10+ (includes iOS)
22+
23+
Anchor positioning was added to Chrome, Chrome Android, and Edge in Chromium
24+
125, so the polyfill will not be applied to versions after 124. Some aspects of
25+
anchor positioning were shipped later in Chromium, meaning that they are not
26+
polyfilled and are not present in those versions.
27+
28+
- `position-try-fallbacks` was added in 128 after being renamed from
29+
`position-try-order`. Use both `-fallbacks` and `-order` or the `position-try`
30+
shorthand to make sure all versions are covered.
31+
- `position-area` was added in 129. This is also not yet implemented in the
32+
polyfill, so we recommend not using this yet.
33+
- `anchor-scope` was added in 131.
2234

2335
## Getting Started
2436

0 commit comments

Comments
 (0)