html5
Posted 佩琦日记
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html5相关的知识,希望对你有一定的参考价值。
https://www.w3.org/TR/2011/WD-html5-20110525/
关于html5标准的内容并没有更新,而是指向了whatwg
https://www.w3.org/Consortium/
https://html.spec.whatwg.org/
开发浏览器的标准
https://github.com/whatwg/html/blob/master/FAQ.md
Going forward, the WHATWG is just working on "HTML", without worrying about version numbers.When people talk about "HTML5" in the context of the WHATWG, they usually mean just "the latest work on HTML", not necessarily a specific version.
In practice, implementations all follow the latest standard anyway, not so-called "finished" snapshots.
That is what the HTML Standard defines: how to write a browser (or other implementation) that handles all previous versions of HTML, as well as all the latest features.
One of the main goals of the HTML Standard and the WHATWG effort as a whole is to make it possible for archeologists hundreds of years from now to write a browser and view HTML content, regardless of when it was written. Making sure that we handle all documents is one of our most important goals.
https://whatwg.org/validator/ 校验网页是否符合标准
https://whatwg.org/faq
https://caniuse.com/
特性是否可用
web开发人员
https://developer.mozilla.org/zh-CN/docs/Web
https://developers.google.cn/web
以上是关于html5的主要内容,如果未能解决你的问题,请参考以下文章