Live data from Hacker News

HTML5 Boilerplate v4.0.0

html5boilerplate.com

21–30 of 54 posts

Re: HTML5 Boilerplate v4.0.0

#22

"The web's most popular front-end template". With the popularity of Bootstrap, this claim seems unbelievable.

HTML5 Boilerplate has been around a lot longer than Bootstrap and has been adopted by more in the general front-end community. Whereas Bootstrap has been adopted by more generalist developers building entire web applications.

Re: HTML5 Boilerplate v4.0.0

#25
post #11
post #8

Maybe it needs a little more work. I've got a "Unhandled DOMException: SYNTAX_ERR" in jQuery. And "plugins.js" and "main.js" are loaded twice. Also: I'm on Opera and get a lot of CSS errors. Some are strange: "-o-opacity is an unknown property".

The jQuery-related error seems to be an upstream bug - http://my.opera.com/community/forums/topic.dml?id=1513672 I don't see plugins.js and main.js loading twice. And that CSS warning can only come from other tabs you had open as we don't include any `-o-` prefixed code in the CSS.

I think these are all Opera quirks. It is saying there are unhandled exceptions when all the ones it identified are inside a try/catch. It looks the -o- warnings are coming from the internal feature detects that we use in jQuery 1.8, we really can't avoid those without browser sniffing.
Post reply on HN