While there is still some debate and discussion, I believe the war is over and HTML5 is the future of digital publishing. Whether the HTML is packaged in an EPUB file, displayed as a website, or packaged as an app, its richness and ubiquity make it the perfect language for expressing content.

For clarification, when I talk about HTML5, I’m referring to the HTML5 stack; HTML5, CSS3, and javascript. Additionally as a disclosure, I am the chief technology officer of Aerbook.com, a Web-based HTML5 authoring tool.

Why has it won the war?
1) Developers — There are no lack of HTML5 developers, and they can come from any industry.
2) Tools — There are thousands of HTML editing tools at various price points and levels of complexity
3) Ubiquity — A Web browser is a requirement on all internet connected devices; therefore, HTML can be read anywhere. Additionally, given the nature of webkit, applications can quickly be developed.
4) XML Core — If done correctly, an HTML document can easily be re-styled for a smaller or larger device, have it’s content searched contextually, or have data intelligently restructured.
5) Features — Unlike proprietary formats, or lesser-known languages, there is an ocean of open source and priced-to-own code and widgets that can be used to bring content to life.

The Future (and a little bit of now)
Static content is here. Now. HTML powers the news sites we read, the blogs, even many of the mobile apps we use. It is the core behind the EPUBs we read, and even the mobi files we read on our kindles got their start as HTML files (HTML/EPUB is a valid form to use with Kindlegen to make mobi files). To remain relevant and continue to provide value, there are a few next steps that publishers need to take.

1) Semantic Markup
Most semantic markup will be controlled by tools. What is meant by semantic markup is ensuring that all concepts and chunks of information are grouped or tagged correctly. For example, a definition and key word are noted as such or an article is grouped.

2) Responsive Designs
Building responsive designs is heavily dependent on having your semantic markup correct. Reading takes place on a wide range of devices, from a small smartphone to a large computer monitor. A design that works well on one screen size may be unreadable on another. If your content is almost completely text, you can trust the reader app to display the text properly. As you get into more highly designed content, the publisher will want control over the look and feel.

Responsive designs will let the ebook designers to define how content will look on different screen sizes — ensuring an optimal experience on a wide range of devices.

3) Enhance
A large amount of content — graphic novels, non fiction, cookbooks, etc — lends itself to enhancement. To say that the possibilities of HTML5 are endless is an understatement. The problem with a near infinite set of possibilities is that the paradox of choice kicks in and we — as an industry — become unable to make a choice. Or even worse, we do the craziest things we can think of and enter an awkward period of using the <blink> tag. (The <blink> tag was an old HTML tag, that caused text inside to blink on and off. It was terrible, but simply because it exists, quite a few early websites made heavy use of the tag.)