How do you decide which browsers to support and which features to use?

Whenever I share more modern browser features, I get asked something like this:
Should I aim for the most compatibility and forget the new stuff? Or should I use the latest and greatest features and not care about browser support?
Today, I wanted to talk about my approach to browser support.
I have guidelines, not rules.
I don’t have a magic formula I use to determine when to use a feature or support a browser.


This content originally appeared on Go Make Things and was authored by Go Make Things

Whenever I share more modern browser features, I get asked something like this:

Should I aim for the most compatibility and forget the new stuff? Or should I use the latest and greatest features and not care about browser support?

Today, I wanted to talk about my approach to browser support.

I have guidelines, not rules.

I don’t have a magic formula I use to determine when to use a feature or support a browser. I have a series of guidelines I consider, and use to make a decision on a case-by-case basis.

  • Does it work in all of the major, modern, auto-updating browsers? That means MS Edge, Chrome, Firefox, and Safari. Now that MS had ditched IE in their own products, I don’t worry about it.
  • Does it work in all major mobile browsers? That includes the mobile versions of Safari, Chrome, and Firefox, as well as WebView Android and Samsung Internet (a mobile browser on many Samsung devices that accounts for up to 6.5% of total mobile browser usage).
  • Is it used for critical functionality or a nice-to-have enhancement? If a visitor wouldn’t be able to access content otherwise, I push for more backwards compatibility (sometimes back into IE). If it’s a nice-to-have enhancement (like auto-scaling iframe videos of a fancy multi-column layout), I’ll use modern features with less concern for browser support.
  • Can it be polyfilled? If new methods and APIs provide significant advantages over old methods but lack good support, polyfills can help bridge the gap in support until support gets better.

Like pretty much everything in coding, “it depends.”


This content originally appeared on Go Make Things and was authored by Go Make Things


Print Share Comment Cite Upload Translate Updates
APA

Go Make Things | Sciencx (2021-12-10T15:30:00+00:00) How do you decide which browsers to support and which features to use?. Retrieved from https://www.scien.cx/2021/12/10/how-do-you-decide-which-browsers-to-support-and-which-features-to-use/

MLA
" » How do you decide which browsers to support and which features to use?." Go Make Things | Sciencx - Friday December 10, 2021, https://www.scien.cx/2021/12/10/how-do-you-decide-which-browsers-to-support-and-which-features-to-use/
HARVARD
Go Make Things | Sciencx Friday December 10, 2021 » How do you decide which browsers to support and which features to use?., viewed ,<https://www.scien.cx/2021/12/10/how-do-you-decide-which-browsers-to-support-and-which-features-to-use/>
VANCOUVER
Go Make Things | Sciencx - » How do you decide which browsers to support and which features to use?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/10/how-do-you-decide-which-browsers-to-support-and-which-features-to-use/
CHICAGO
" » How do you decide which browsers to support and which features to use?." Go Make Things | Sciencx - Accessed . https://www.scien.cx/2021/12/10/how-do-you-decide-which-browsers-to-support-and-which-features-to-use/
IEEE
" » How do you decide which browsers to support and which features to use?." Go Make Things | Sciencx [Online]. Available: https://www.scien.cx/2021/12/10/how-do-you-decide-which-browsers-to-support-and-which-features-to-use/. [Accessed: ]
rf:citation
» How do you decide which browsers to support and which features to use? | Go Make Things | Sciencx | https://www.scien.cx/2021/12/10/how-do-you-decide-which-browsers-to-support-and-which-features-to-use/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.