Re: HTML 5

On Thu, 10 Apr 2008, Eli Morris-Heft wrote:
> 
> It is presumably in the interest of the makers of the browser to figure out
> what standard is being followed on any given page (made much easier by the
> DOCTYPE switch) and render according to that. It is also presumably the
> responsibility of those UA makers to retain compatibility for deprecated
> standards for however long makes sense. After all, all the browsers I know
> support CSS1,and we're looking at widespread adoption of CSS3.

Actually, both for CSS and for HTML, browsers just support one version, 
and that version is designed so that all content existing at the time 
continues to work.

Thus, you can just implement HTML5, and that will handle HTML4 documents. 
Browsers don't need to know what version of the spec was used.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Thursday, 10 April 2008 18:11:20 UTC