what html5 features are already safe to use in a cross browser way?

Posted by Gunjan on Stack Overflow See other posts from Stack Overflow or by Gunjan
Published on 2010-05-21T06:54:42Z Indexed on 2010/05/21 7:00 UTC
Read the original article Hit count: 258

Filed under:
|
|

I'm already using the HTML5 Doctype in all my pages. Are there any other html5 specifications/features I can start using right now?

The conditions are:

  1. Cross browser - support for IE6 is optional but please specify
  2. No hacks please [javascript or otherwise]
  3. its completely acceptable if the feature degrades gracefully in older browsers

© Stack Overflow or respective owner

Related posts about html5

Related posts about cross-browser