Quote: "HTML5 support is crap. Even with the latest browsers, it's standard still isn't implemented. And if you ever want to run HTML5 on internet explorer or older web browsers. You're screwed."
Sorry, but are you new to web development? This is not a quality unique to HTML5, it's the same with everything about web development
HTML5 is a good example, but there are examples even in
CSS1 support. Try font-size with px units, for example:
font-size:20px;
is honored by all browsers but
font-size: 20 px;
(with space after number) is only honored by Chrome (depends on other elements in the CSS, but in general this is the case). Heck, even if this property is honored, font size is not consistent between browsers, nor is font or WOFF support.
So, complaining about support issues between browsers? Welcome to web development!
09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0