哪些 HTML 和 CSS 标准达到了 W3C 推荐标准?
谁能告诉我哪些 HTML/XHTML 和 CSS 版本达到了“推荐”(而不是“候选推荐”)状态?
我尝试在 http://www.w3.org/TR/tr- 查找文档状态标准 他们似乎是: 1) 《XHTML™ 1.0 可扩展超文本标记语言(第二版)》 2)《层叠样式表(CSS1)1级规范》
如果我错了,请纠正我。这些是有点尼安德特人的技术......
Could anyone please tell me which HTML/XHTML and CSS versions reached "Recommendation" (not "Candidate Recommendation") status?
I tried to find the documents at http://www.w3.org/TR/tr-status-stds
and they appear to be:
1) "XHTML™ 1.0 The Extensible HyperText Markup Language (Second Edition)"
2) "Cascading Style Sheets (CSS1) Level 1 Specification"
Please correct me if I'm wrong. These are kinda neanderthal technologies...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
XHTML 1.0 和 1.1 是推荐
HTML1、2、3 和 4 是推荐
HTML 5 是工作草案
CSS 级别 1 和级别 2 是推荐
CSS level 2.1(对level2的修正)实际上处于Last Call阶段(自2010年12月7日起),它处于提议推荐阶段。
CSS level 3 分为多个模块,您可以在此页面上查看每个模块及其成熟度级别的概述:
http://www.w3.org/Style/CSS/current-work
如果您不确定成熟度级别的含义,可以查阅 w3c 的此文档:
http://www.w3.org/2005/10/Process-20051014 /tr#q73
希望有帮助。
XHTML 1.0 and 1.1 are Recommandation
HTML1, 2, 3 and 4 are Recommandation
HTML 5 is a Working Draft
CSS level 1 and level 2 are Recommandation
CSS level 2.1 (correction for the level2) is actually in a Last Call phase (since 2010-12-07), it was in a Proposed recommandation phase.
CSS level 3 is divided into modules, you can see an overview of each module and their maturity level on this page :
http://www.w3.org/Style/CSS/current-work
If you not sure about what maturity level means, you can consult this document from w3c :
http://www.w3.org/2005/10/Process-20051014/tr#q73
Hope it helps.
该列表看起来很完整......但我发现它有点令人困惑。您还可以尝试维基百科:
That list looks complete...but I found it a little confusing. You could also try Wikipedia:
只需访问 W3C 网站并查看:http://www.w3.org/standards/< br>
具体来说,您需要此链接: http://www.w3.org/standards/webdesign/htmlcss< /a>
查看右侧的当前状态
XHTML 很难说是“尼安德特人”。
Just go to the W3C site and look: http://www.w3.org/standards/
Specificaly, you want this link: http://www.w3.org/standards/webdesign/htmlcss
Look on the right side for current status
XHTML is hardly "neanderthal".
或多或少是蒂姆所说的。
建议书中没有 CSS 3 模块的原因是它们通常构建于 CSS2.1 之上。由于 2.1 不是推荐版本,因此被认为准备就绪的 CSS3 模块(选择器)在准备就绪之前无法升级为推荐状态。 CSS 2.1 现在即将成为标准。它只剩下一些问题需要解决,并且需要在测试套件上进行一些工作。
CSS2.1 以及 W3C 认为稳定的 CSS3 模块在 CSS 2010 快照中定义。所有这些都被认为可以安全使用,并且应该很快成为推荐。
HTML5 在宏伟的计划中是相当新的,并且可能需要一段时间才能成为 Rec,尽管不久之后许多浏览器就会在某种程度上支持所有规范。 Opera、Chrome、Safari、Firefox 和 IE9 已经很好地支持了很多 HTML5。
More or less what Tim said.
The reason why there are no CSS 3 modules in Recommendation is that they usually build on CSS2.1. As 2.1 isn’t a recommendation, the CSS3 modules (selectors) that are considered ready can’t graduate to recommendation status until it does. CSS 2.1 is close to becoming a rec now. It just has a few issues left to solve, and needs some work on the test suite.
CSS2.1 along with the CSS3 modules that the W3C consider to be stable are defined in the CSS 2010 snapshot. All of these are considered safe to use and should become a recommendation soon.
HTML5 is quite new in the grand scheme of things, and will probably be a while before it becomes a Rec, although it shouldn’t be long before many of the browsers support all of the spec to some degree or other. A lot of HTML5 is already well supported in Opera, Chrome, Safari, Firefox and IE9.