Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.5 KB

cross-browser.md

File metadata and controls

27 lines (18 loc) · 2.5 KB

Cross Browser

Context: frontend-dev-bookmarks / Compatibility

Cross-browser refers to the ability of a website, web application, HTML construct or client-side script to function in environments that provide its required features and to bow out or degrade gracefully when features are absent or lacking.

frontend.directory Gitter Twitter


  • Can I use ... ?: "Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
  • Dev Tools by Microsoft: These tools allow you to test your product on different version of Internet Explorer and Microsoft Edge.
  • HTML5 Cross Browser Polyfills: So here we're collecting all the shims, fallbacks, and polyfills in order to implant HTML5 functionality in browsers that don't natively support them.
  • HTML5 Please: Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are.
  • Modernizr: It’s a collection of superfast tests – or “detects” as we like to call them – which run as your web page loads, then you can use the results to tailor the experience to the user.
  • Normalize.css: A modern, HTML5-ready alternative to CSS resets.
  • Polyfill.io: Just the polyfills you need for your site, tailored to each browser.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Please provide a link back to this repository. This is not necessary for GitHub forks.