在现代浏览器中使用HTML 5 Doctype是否会导致Quirks模式,因为HTML5还没有出现?
(这是现代浏览器在HMTL5开始传播之前,所以他们不能正确支持它。)
如果是,这是否意味着HTML 5 Doctype暂时没有任何一个?
编辑:如果没有,在不支持的浏览器中做什么?
解决方法
不,不,看这个
article。
What’s nice about this new DOCTYPE,especially,is that all current browsers (IE,FF,Opera,Safari) will look at it and switch the content into standards mode – even though they don’t implement HTML5. This means that you could start writing your web pages using HTML5 today and have them last for a very,very,long time.