File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,22 @@ Positioning Polyfill supports and is based on this specification.
15
15
16
16
## Browser Support
17
17
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.
22
34
23
35
## Getting Started
24
36
You can’t perform that action at this time.
0 commit comments