-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement browser compatibility linting #83
Comments
Proposed browserlist: https://browsersl.ist/#q=%3E+0.5%25%2C+last+2+versions%2C+Firefox+ESR%2C+not+dead |
with |
Desktop browser requirements: Edge, Safari (last 2 Versions), Firefox ESR (Source: Workplace Platform Design) Mobile requirements: iOS Safari (last 2 Versions), Chrome for Android (last 2 Versions) Approved by responsible people of the departments. |
…ed browsers (#1956) Relates to #83 Add browser lint and docs with supported browsers --------- Co-authored-by: Oliver Müller <[email protected]> Co-authored-by: Lars Rickert <[email protected]>
Open Questions/To-dos
Why?
Check if we can e.g. setup eslint (or a similar tool) to check/warn for Web API support / browser compatibility in our code.
So that we are notified when we try to use a Web API that is not supported by X percent of browsers.
Also look into the necessity of polyfills etc for supporting older browsers in the company
Acceptance criteria
Definition of Done
Approval
Implementation details
The text was updated successfully, but these errors were encountered: