05 December 2015

Useful websites for HTML5 and CSS3 browser compatibility check

I recently came across three useful websites for checking and verifying browser compatibility of various HTML5 and CSS3 features.

http://caniuse.com/ - This site lists various features of HTML5 and CSS3. When you click on any of the feature, it provides a list of browsers which supports these features along with their version number.

http://html5test.com/ - This site checks your browser for HTML5 feature compatibility and rate it on a pre-defined point scale. Then it provides a list of all features of HTML5 and their compatibility with your current browser. It also provides compatibility of various HTML5 features for other browsers.

http://css3test.com/ - This site checks your browser for CSS3 features compatibility and rate it on a percentage basis. It also provides a list of all features of CSS3 and their compatibility with your current browser.

Found these websites very useful during development and helps in deciding to use or not use a particular feature of HTML5 or CSS3.

No comments: