Skip to content

Commit

Permalink
Add Safari iOS 3 as ranged version (#7345)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Nov 12, 2020
1 parent 3aaef0b commit 4c486a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/compat-data-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ For certain browsers, ranged versions are allowed as it is sometimes impractical
- "≤14" (supported in some version of Chromium-based Opera and possibly in Presto-based Opera)
- Safari
- "≤4" (earliest Safari version supported in BrowserStack)
- Safari iOS
- "≤3" (earliest Safari iOS version supported in BrowserStack)
- WebView Android
- "≤37" (supported in former Android versions prior to Chrome-based WebView)

Expand Down
1 change: 1 addition & 0 deletions test/linter/test-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const VERSION_RANGE_BROWSERS = {
opera_android: ['≤12.1', '≤14'],
edge: ['≤18', '≤79'],
safari: ['≤4'],
safari_ios: ['≤3'],
};

/** @type string[] */
Expand Down

0 comments on commit 4c486a7

Please sign in to comment.