Original URL: https://www.theregister.com/2009/08/28/html_5_dream/

HTML 5 is no Flash or Silverlight killer — yet

Death of 1,000 years cuts

By Scott Gilbertson

Posted in Software, 28th August 2009 15:02 GMT

Much has been made of how HTML5 will kill proprietary media tools and players from Adobe Systems and Microsoft. Web advocates claim that with the much more sophisticated audio, video and animation tools in HTML 5, the web will no longer need proprietary plug-ins from outside vendors.

While you'd be hard pressed to find anyone outside Microsoft or Adobe who thinks that a totally open web, where anyone can build anything without needing outside tools, is a bad thing, making that vision a reality will likely prove much more complex than even its most taciturn supporters are willing to admit.

HTML 5 is a nice dream, but the practical realities of web development mean that the dream faces a serious struggle becoming a reality. And, even if it does end up winning, it isn't likely to happen any time soon.

There's no question HTML 5 is a revolutionary upgrade for the language that powers the web. Much of the specification was designed to plug precisely the gaps Flash and its brethren currently fill - like the animation API tools for the Canvas element, Local Storage, Web Workers and the audio and video tags.

Eventually, when browser makers fully support all that HTML 5 has to offer, it will be possible to build the powerful web applications that today require add-on technologies like Adobe Flash, Microsoft Silverlight or Sun Microsystems - almost Oracle - JavaFX.

However, to suggest that HTML 5 means the death of Flash or Silverlight is imminent entirely ignores several practical realities that go far beyond simple problems like browser support.

There are other problems HTML 5 faces in its quest to replace the current crop of single-vendor tools like Flash. The specification recently received a significant blow when its creators announced that it would not specify a default codec for the video tag.

The browser manufacturers involved in the W3C working group developing HTML 5, couldn't agree on a universally-implementable video codec so, at least for now, that's not part of the official spec.

That means browsers will continue to implement the codecs and APIs ordained by their owners as they've always done, leaving developers and customers to pick a side or go to the additional cost and effort of supporting different players.

In short, HTML 5 video isn't going to kill Flash video players any time soon. YouTube and other major players in the web video world face the same conundrum that drove them to Flash-based players in the first place - offer multiple videos based on browser configuration or use Flash for a "just works" user experience.

And don't forget that Flash is more than just a video container, it also powers much of the animation on the web. That's where the new Canvas APIs are supposed to come in - they give designers a way to create the sort of sophisticated animation elements that Flash is often used for today.

Ready made tools

However, at the moment there are next to no developer tools for creating animations using Canvas.

If you want to animate something in Flash it's a simple point-and-click experience. If you want to do the same for Canvas, you'll need to break out a text editor and tap into your thorough knowledge of JavaScript. To work with Canvas, designers must become programmers, a shift that most will look upon with horror.

Take away the Flash development interface and the two technologies would be competing on an even playing field, but so long as Flash makes it infinitely easier for non-programmers to create animations, don't expect those same people to be in a rush to abandon what they know.

And if the developers and designers building the web aren't making the transition to HTML 5-based solutions, don't expect Flash and Silverlight to die off any time soon.

Even Google, probably the loudest and largest HTML 5 advocate in the room, understands that without widespread developer support, Canvas and other HTML 5 tools will never make inroads against the plug-ins they're designed to replace.

Google vice president of engineering Vic Gundotra recently exhorted developers gathered at the company's I/O Conference to use the new tools, saying, "having the underlying capability in the browser is not enough." According to Gundotra: "It's up to [developers] and companies like Google to build compelling apps that build on these capabilities."

But that's exactly where the problem of browser support rears its ugly head again. From the developer standpoint, HTML 5 faces a chicken-and-egg sort of conundrum. There's currently a dearth of developer tools for working with the animation frameworks that HTML 5 offers, but at least part of the reason there's no developer tools is that the Canvas element isn't widely supported.

Adobe blogger John Dowdell recently addressed some of the hype around HTML 5, writing, that while HTML 5's potential looks promising, "de facto capability determines what you can actually do for real audiences."

In other words, while Adobe recognizes that there's a threat to Flash lurking in HTML 5, it isn't a very big threat in today's web world. How long that will remain true is of course the real question.

If Google has anything to say about it, the answer will be not long. The company is already building with HTML 5's toolset - the new Gmail application for the iPhone uses the HTML 5 local-storage mechanism for offline mail access.

But even when Google relies on HTML 5, the company still sometimes falls back on other tools. For example, Google Wave, the company's attempt to replace e-mail with something new, makes heavy use of HTML 5, but Wave also requires the Gears plug-in for some of its functionality.

Even assuming - and this is a big assumption - that things go HTML 5's way with new browsers supporting it and developers using it, its Flash-killer days are still somewhat distant. HTML 5 still has to contend with the perpetual elephant in the room - legacy browsers.

It seems a forgone conclusion at this point that in the next few years HTML 5 will eventually be adopted and supported by all the major browsers, but what about today's browsers?

The Microsoft factor

Google, the Mozilla Foundation and Apple all aggressively push software updates to their users, but Microsoft doesn't. If the transition from Internet Explorer 6 to IE 7 to IE 8 is any indication, it's going to be quite some time before using HTML 5 tools is a practical idea for major websites.

Forget IE 6, forget IE 7, IE 8 doesn't support very much of HTML 5, which means before deploying HTML 5 becomes practical IE 8 needs to expire. It's been nearly nine years since the release of IE 6 and it still manages to hold between 15 and 20 per cent of the market - depending on what set of stats you want to believe.

Even being charitable and assuming IE 8's successor fully implements HTML 5 and enjoys double the adoption rate of its predecessors, it's going to be at least five years before the majority of users have a browser capable of rendering HTML 5 in all its glory.

In the mean time expect Flash and increasingly Silverlight to to be a necessary part of the web ecosystem.

Will HTML 5 one day make Flash, Silverlight and other plug-in technologies obsolete? Most likely, but unfortunately that day is still quite a way off. ®