Skip to content

Browser Support

Summary

Strive to build features in a way where the critical/essential functionality can be experienced by the majority of users.

For legacy browsers, all the functionality does not have to look & act identical as it does in modern browsers. Just ensure the just the critical functionality continues to work and rely on Progressive Enhancement.

"Progressive Enhancement is a design philosophy that provides a baseline of essential content and functionality to as many users as possible, while delivering the best possible experience only to users of the most modern browsers that can run all the required code." -- Progressive Enhancement

Supported Browsers

We recommend supporting the browsers that cover 90% of the US browser market share.

As of 12/13/2021, that is:

  • Desktop
    • Mac
      • Safari
      • Chrome
      • Firefox
    • PC
      • Chrome
      • Firefox
      • Edge
  • Mobile
    • Android
      • Chrome
      • Samsung
    • iOS
      • Safari
      • Chrome

Internet Explorer

Internet Explorer is no longer supported for new site-builds. It is recommended that you submit the site to Microsoft to automatically redirect the site's visitors to Edge

Additional Resources