tags:

views:

350

answers:

3

Do you know about useful resources about HTML5 & CSS3?

UPDATE:

I'm (and i think a lot of people) looking for pracitcal information how and to what extent is it possible to use these unfinished technologies. I found one very useful resource:

http://caniuse.com/

+4  A: 
John K
Docs that are specific to browsers are great resources. Safari has some great material on its Safari CSS/HTML reference pages, which I've added to my answer above.
Jason Leveille
+4  A: 

As far as HTML5 goes, I frequently check out:

And yes, the HTML5 spec, which I recently visited to find out more about supported input types and form field attributes in HTML5:

As for CSS3, I often find myself at:

Safari reference material, which may or may not be HTML5/CSS3 specific:

Jason Leveille
+1  A: 

You can also take a look at HTML5 Laboratory which is my own HTML5 experiment site.

As mentioned above, HTML5 Doctor and Dive into HTML5 are two great resources.

Ian Devlin