Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Safari iOS 3 as ranged version #7345

Merged
merged 1 commit into from
Nov 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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