Topic: New elements and attributes in HTML 5
I've been looking at the new element tags in these webpages:-
http://www.w3.org/TR/html5-diff/#new-elements
http://dev.w3.org/html5/spec/Overview.html
section, article, aside, header, footer, nav, dialog, figure, audio, video, embed (new use), mark, meter, time, canvas, command, datagrid, details, datalist, datatemplate, rule, nest, event-source, output, progress, ruby, type
and new attributes:-
media, ping, value, charset, autofocus, and others
Will these be any use to someone designing a site for the general public who will have old browsers? I can only see them being of use in a company intranet where all computers have new browsers or where the website users are all high-tech IT people, like university computer departments. If we use them in websites for the general public, will the pages display in any reasonable way? If I use <video> instead of <object> will an old computer browser leave a space or just ignore it?
I also notice that the existing list of tags includes q, cite and address, does anybody use them? Do they work in IE6? Or is it just that you have to add a style to each like h tags and otherwise they are normal text, except that screen readers read out the tag name?
I realise that HTML 5 is not yet available, but I'd like to know whether any of it will actually be useable.

