Showing posts tagged compatibility.
x

HTML5 and CSS3 resources

Links, tutorials, how tos and more about HTML5 and CSS3. Documented by Michael Rakowski.

Detecting HTML5 Features - Dive Into HTML5 →

The chapter of Dive Info HTML5 about detecting features. Certain browsers might not support certain features so it’s smart to add code to check what is available. There is also an almost-alphabetical guide for quick reference. 

via hackernews

— 3 years ago
#html5  #browsers  #compatibility 
Modernizr →

A simple Javascript library that makes it easier to do fallbacks for browsers that don’t support certain features of HTML5 yet. 

— 3 years ago
#html5  #javascript  #compatibility