Live data from Hacker News

W3C declares HTML5 standard complete

techcrunch.com

11–20 of 82 posts

Re: W3C declares HTML5 standard complete

#12
post #7

Earlier quoted context omitted.

I think they already moved to living standard.

Indeed, the W3C's work on HTML5 is irrelevant. It exists only for the purpose of giving the W3C-qua-organization the appearance of being involved in the further development of HTML.

I think that's disingenuous — even as someone who has been around the WHATWG for longer than the W3C has been working on HTML5. One clear reason that publication as a REC is important because it implies a royalty-free patent grant between all members of the WG.

Re: W3C declares HTML5 standard complete

#16

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't do any better, because if you viewed the page in IE, or F…

Thanks for the mention of the Gumbo parser. I didn't know about that project.

From what I found, it seems like this is the most mature NodeJS module for using Gumbo:

https://github.com/karlwestin/node-gumbo-parser

Post reply on HN