Skip to content

Commit

Permalink
Merge pull request #285 from oddbird/browser-support
Browse files Browse the repository at this point in the history
Update browser support
  • Loading branch information
jgerigmeyer authored Jan 11, 2025
2 parents 65c80f0 + 4ad6987 commit 8e677ad
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,22 @@ Positioning Polyfill supports and is based on this specification.

## Browser Support

- Firefox 54+
- Chrome 51+
- Edge 79+
- Safari 10+
- Firefox 54+ (includes Android)
- Chrome 51 - 124 (includes Android)
- Edge 79 - 124
- Safari 10+ (includes iOS)

Anchor positioning was added to Chrome, Chrome Android, and Edge in Chromium
125, so the polyfill will not be applied to versions after 124. Some aspects of
anchor positioning were shipped later in Chromium, meaning that they are not
polyfilled and are not present in those versions.

- `position-try-fallbacks` was added in 128 after being renamed from
`position-try-order`. Use both `-fallbacks` and `-order` or the `position-try`
shorthand to make sure all versions are covered.
- `position-area` was added in 129. This is also not yet implemented in the
polyfill, so we recommend not using this yet.
- `anchor-scope` was added in 131.

## Getting Started

Expand Down

0 comments on commit 8e677ad

Please sign in to comment.