Is it possible to check if a website uses HTML5 elements (and which ones)?
For example I know Youtube uses the <video> element, but does it use some other elements as well?
I've tried reading the source to spot new elements but it's a hard task.
(I posted this on Super User because it's not really programming related. More a use of websites that do this (like validators) or plugins.)


Ctrl+Fin the source view...should speed things a little up. – Bobby Feb 19 '10 at 10:24