Can anyone point me at a machine-readable list of the elements and attributes corresponding to the "for web developers" version of the html5 standard? When I try to search the web I get lots of blogs about the new <data> element, so I can't tell if it's out there...
I need to update an html template library that I'm using to add the new elements, and the other syntax changes for the html5 parser (i.e. change from the xml style of empty element).
As a first pass I will ignore what the valid values are for attributes, so the names are just enough.