TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

W3C declares HTML5 standard complete

232 pointsby darklrdover 10 years ago

15 comments

johanschover 10 years ago
<a href="http:&#x2F;&#x2F;www.cnet.com&#x2F;au&#x2F;news&#x2F;html5-is-done-but-two-groups-still-wrestle-over-webs-future&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.cnet.com&#x2F;au&#x2F;news&#x2F;html5-is-done-but-two-groups-sti...</a><p>&quot;&quot;The real problem is of course that the W3C is still copying our work even after we asked them to stop doing that,&quot; [Anne] van Kesteren said. It&#x27;s legal, but &quot;oftentimes it comes pretty close [to] or is actual plagiarism.&quot;<p>It&#x27;s one of many instances of copying, Hickson said. &quot;For reasons that defy my understanding, the W3C staff refuse to treat the WHATWG as a peer organization&quot; that relies on WHATWG&#x27;s work, he said. Instead, it creates its own copies of some standards. &quot;They&#x27;ll eventually say they have a &#x27;final&#x27; version, and then they&#x27;ll stop fixing bugs. It&#x27;s very sad.&quot;
评论 #8524660 未加载
nostrademonsover 10 years ago
The other huge accomplishment of HTML5 is completely standardizing many fundamental parts of the web that previously were a mess of browser incompatibilities. 6 years ago, if you wanted to parse HTML, you might reach for BeautifulSoup, or libxml, or Hpricot, or Nokogiri...and they would all be subtly different in the parse tree they produced. And they couldn&#x27;t do any better, because if you viewed the page in IE, or Firefox, or Chrome, or Safari, you might get a different parse tree.<p>Now, IE9+, Firefox, Chrome, and Safari are all basically guaranteed to look at the same page in the same way, and the &quot;toolsmith&quot; parsers like Gumbo or html5lib are all rapidly converging on the standard. So it&#x27;s finally possible to see a page the way a browser sees it.
评论 #8522972 未加载
评论 #8522776 未加载
lucideerover 10 years ago
The term &quot;WHATWG&quot; seems to be conspicuously absent from this article. I wonder where they factor into this announcement.
评论 #8522595 未加载
RexRollmanover 10 years ago
This announcement makes me miss Mark Pilgrim. I wish he was still publishing his blog.
cwyersover 10 years ago
This CNet article seems to have a lot more detail than the Techcrunch one:<p><a href="http:&#x2F;&#x2F;www.cnet.com&#x2F;news&#x2F;html5-is-done-but-two-groups-still-wrestle-over-webs-future&#x2F;#ftag=CAD590a51e" rel="nofollow">http:&#x2F;&#x2F;www.cnet.com&#x2F;news&#x2F;html5-is-done-but-two-groups-still-...</a>
j4meserljonessover 10 years ago
Cool, but It doesn&#x27;t really matter what W3C says. In the end it is all about what the Oligarchy of popular browser implementers decide to implement.
评论 #8523142 未加载
codeakenover 10 years ago
Final standards document<p><a href="http:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;2014&#x2F;REC-html5-20141028&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;2014&#x2F;REC-html5-20141028&#x2F;</a>
indubitablyover 10 years ago
The most important thing about HTML5 is &lt;video&gt;? What a weird statement.
评论 #8522807 未加载
评论 #8523099 未加载
评论 #8522786 未加载
malandrewover 10 years ago
I&#x27;m hoping for a scene graph standard for HTML6 and a spec that allows multiple documents per window (which themselves could be nodes on a scene graph) instead of the one document per window.
评论 #8523348 未加载
评论 #8522909 未加载
jaredmcateerover 10 years ago
Does anyone know how is Doctype versioning going to work with W3Cs snapshoting of the living standard? Or are browsers just going to ignore W3C and stick to implementing WHATWGs spec?
评论 #8522660 未加载
评论 #8523024 未加载
评论 #8523443 未加载
taf2over 10 years ago
i guess it&#x27;s finally time to upgrade that .vimrc to include syntax highlighting for the new tags... canvas, video, audio, nav, section, etc..
评论 #8526627 未加载
deskamessover 10 years ago
I was hoping they would add file api support for downloading to non sand boxed environment with mandatory user interaction prompts. The api would prompt for the file download location (via file dialog) but after that, how the file is filled up is up to the web client (and happens in the background). This would allow for parallel download workers via the existing get range option.
gsneddersover 10 years ago
<a href="http:&#x2F;&#x2F;html5doctor.com&#x2F;the-ride-to-5&#x2F;" rel="nofollow">http:&#x2F;&#x2F;html5doctor.com&#x2F;the-ride-to-5&#x2F;</a> is an interesting overview of perspectives of various people who&#x27;ve been around HTML5 for years about its publication as a REC.
yoranover 10 years ago
Kind of ironic that the embedded Vimeo video in the article is Flash.
yuhongover 10 years ago
Wonder when the IE standard support documents listing all the &quot;deviations&quot; from HTML5 will happen.
评论 #8522565 未加载