EPUB 3 Overview

Working Group Draft 15 February 2011

This version
http://www.idpf.org/epub/30/spec/epub30-overview-20110215.html
Latest version
http://www.idpf.org/epub/30/spec/epub30-overview.html
Previous version
N/A
Diffs to previous version
N/A

Editors (this version)

Garth Conboy, Google Inc.

Matt Garrish, Invited Expert

Markus Gylling, DAISY Consortium

William McCoy, International Digital Publishing Forum (IDPF)

MURATA, Makoto, JEPA

Daniel Weck, DAISY Consortium

TBD - additional editors

Table of Contents

1. Introduction
1.1. Overview
1.2. Roadmap
2. Features
2.1. Package Document
2.2. Navigation
2.2.1. Reading Order
2.2.2. Navigation Document
2.3. Metadata
2.4. Content Documents
2.5. Rendering and CSS
2.6. Fonts
2.7. Scripting
2.8. Text-to-speech
2.9. Container
3. Global Language Support
3.1. Metadata
3.2. Content Documents
3.3. CSS
3.4. Fonts
3.5. Text-to-speech
3.6. Container
4. Accessibility
4.1. Navigation
4.2. Semantic Markup
4.3. Dynamic Layouts
4.4. Aural Renditions and Media Overlays
4.5. Fallbacks
4.6. Scripting
A. Glossary
B. Contributors
B.1. Acknowledgements and Contributors
B.1.1. EPUB 3.0
B.1.2. EPUB 2.0.1
B.1.3. EPUB 1.0
References

 1 Introduction

 1.1 Overview

The EPUB® specification is a distribution and interchange format standard for digital publications and documents. EPUB defines a means of representing, packaging and encoding structured and semantically enhanced Web content — including HTML5, CSS, SVG, images, and other resources — for distribution in a single-file format.

EPUB 3, the third major release of the standard, consists of a set of four specifications, each defining an important component of an overall EPUB Publication:

  • EPUB Publications 3.0 [Publications30], which defines publication-level semantics and overarching conformance requirements for EPUB Publications.

  • EPUB Content Documents 3.0 [ContentDocs30], which defines profiles of XHTML, SVG and CSS for use in the context of EPUB Publications.

  • EPUB Open Container Format (OCF) 3.0 [OCF3], which defines a file format and processing model for encapsulating a set of related resources into a single-file (ZIP) EPUB Container.

  • EPUB Media Overlays 3.0 [MediaOverlays30], which defines a format and a processing model for synchronization of text and audio.

EPUB has been widely adopted as the format for digital books (eBooks), and these new specifications significantly increase the format's capabilities in order to better support a wider range of publication requirements, including complex layouts, rich media and interactivity, and global typography features. The expectation is that EPUB 3 will be utilized for a broad range of content, including books, magazines and educational, professional and scientific publications.

This document provides a starting point for content authors and software developers wishing to understand these specifications. It consists of non-normative overview material, including a roadmap to the four building-block specification documents that compose EPUB 3.

Another non-normative document, EPUB 3 Changes from EPUB 2.0.1 [EPUB3Changes], describes changes in EPUB 3 from the previous version, but is intended primarily for Authors and EPUB Reading System vendors migrating from EPUB 2.0.1 to EPUB 3, or those who anticipate supporting both versions.

 1.2 Roadmap

This section provides a quick-start guide to the EPUB 3 specifications by means of decomposing a Publication from its practical form in a container into its component parts. Links to additional information within this document and to the specifications are included as a trail for further investigation.

An EPUB Publication, at its most basic level, is a bundled collection of resources that can be reliably and predictably ingested by an EPUB Reading System in order to render its contents to a User. Some of these resources facilitate the discovery and processing of the Publication, while others make up the content of the publication. These latter EPUB Content Documents are described in Content Documents and are fully defined in [ContentDocs30].

A Publication's resources are typically bundled as a ZIP-based archive with the file extension .epub for distribution. As conformant ZIP archives, Publications can be unzipped by many software programs, simplifying both their production and consumption. An introduction to this container format is provided in Container and it is fully defined in [OCF3].

The container format not only provides a predictable means of discovering that the zipped content represents an EPUB Publication (the mimetype file), but also provides a universally-named directory of informative resources (/META-INF). Key among these is the container.xml file, which directs Reading Systems to the root file of the Publication, the Package Document.

The Package Document is itself a kind of information warehouse for the Publication, storing metadata about the specific work contained in the Publication, providing an exhaustive list of resources and defining a default reading order. An overview of this document is provided in Package Document and it is defined in [Publications30].

The preceding components of an EPUB Publication are not new to EPUB 3, and will be familiar to anyone who has worked with Publications before (although changed and enhanced in this version). A new core addition to EPUB 3, however, is the Media Overlay Document, which defines a means of synchronizing text and audio playback. An introduction to this document is provided in Aural Renditions and Media Overlays and it is defined in [MediaOverlays30].

A minimal "Hello World" Publication that incorporates all of the above components and features might contain the resources listed in the following example:

mimetype
META-INF/container.xml
Content/HelloWorld.opf
Content/HelloWorld.xhtml
Content/HelloWorld.smil
Content/HelloWorld.mp3

While conceptually simple, an EPUB Publication is more than just a collection of HTML pages and dependent assets in a ZIP package as represented in this example. The following sections of this document delve into more detail about the primary features and functionality that Publications provide to enhance the reading experience.

 2 Features

This section covers the major features of EPUB, including important components and topics that apply to the process of authoring EPUB Publications as a whole.

 2.1 Package Document

Every EPUB Publication includes a single Package Document, which specifies all the Publication's constituent content documents and their required resources, defines a reading order for linear consumption, and associates publication-level metadata and navigation information.

The Package Document represents a significant improvement on a typical Web site. A Web site, for example, embeds references to its resources within its content, which, while a simple and flexible means of identifying resources, makes it difficult to enumerate all the resources required to render it. As well, there is no standard way for a Web site to define that a sequence of pages make up a larger publication, which is precisely what the spine element does (i.e., it provides an external declarative means to explicitly specify navigation through a collection of documents). Finally, the Package Document defines a standard way to represent metadata globally applicable to a collection of pages.

The Package file and other publication-level constructs are specified in [Publications30].

 2.2 Navigation

 2.2.1 Reading Order

A key concept of EPUB is that a Publication consists of multiple resources that may be completely navigated and consumed by a person or program in some specific order.

Many publications have an obvious reading order, or logical progression through their content. A novel is an example of a highly sequential document — as it typically has a beginning, middle and end — but not all publications are so ordered: a cookbook or collection of photographic images might be considered to be more like a database. All documents do, however, have at least one logical ordering of all their top-level content items, whether by date, topic, location or some other criteria (e.g., a cookbook is typically ordered by recipe types).

Every EPUB Publication defines at least one such logical ordering of all its top-level content (the spine [Publications30] ), as well as a declarative table of contents (the EPUB Navigation Document [ContentDocs30]). Publications make these data structures available in a machine-readable way external to the content items themselves, simplifying their discovery and use.

EPUB Publications are not limited to the linear ordering of their contents, nor do they preclude linking in arbitrary ways — just like the Web, EPUB Publications are built on hypertext — but the basic consumption and navigation can be reliably accomplished in a way that is not true for a set of HTML pages.

 2.2.2 Navigation Document

Every EPUB Publication contains a special XHTML Content Document called the EPUB Navigation Document, which uses the HTML5 nav element to define human- and machine-readable navigation information.

The Navigation Document supersedes the NCX document [OPS2], and the inclusion of NCX documents is only recommended for forward compatibility in older Reading Systems. The Navigation Document, while maintaining the baseline accessibility and navigation support and features of the NCX, introduces new functionality and rendering features to enhance navigation for all Users. Prime among these are better support for internationalization — as an XHTML5 document itself, the Navigation Document natively supports ruby annotations — and support for embedded grammars — MathML and SVG can be included within navigation links.

As XHTML Content Documents, Navigation Documents also provide a flexible means of tailoring the navigation display using CSS while not impacting access to information for accessible Reading Systems.

The structure and semantics of Navigation Documents are defined in EPUB Navigation Documents [ContentDocs30] .

 2.3 Metadata

EPUB Publications provide a rich array of options for adding Publication metadata. The Package Document includes a dedicated metadata section [Publications30] for general information about the Publication, allowing titles, authors, identifiers and other information about the Publication to be easily accessed. It also provides the means to attach complete bibliographic records to a Publication (see link [Publications30] ).

The Package Document also allows a Unique Identifier to be established for a publication using the unique-identifier attribute [Publications30] . The required modified date in the Package metadata section can be joined with this identifier to define a Package Identifier, or means of identifying EPUB Publications that represent different versions of the same Manifestation (see Publication Identifiers [Publications30] ). The Package Identifier addresses the issue of how to release a Publication without changing its Unique Identifier while still identifying it as a new version.

XHTML Content Documents also include the means of annotating document markup with rich metadata, making them more semantically meaningful and useful both for processing and accessibility purposes ( Semantic Inflection [ContentDocs30] ).

 2.4 Content Documents

Every EPUB Publication contains one or more EPUB Content Documents, as defined in [ContentDocs30]. These are XHTML or SVG documents that describe the readable content of a Publication and reference associated media resources (e.g., images, audio and video clips).

XHTML Content Documents are defined by a profile of HTML5 that requires the use of XML serialization [HTML5] in order to ensure that content can be reliably manipulated and rendered. This profile also adds two additional EPUB-specific language constructs: the epub:type [ContentDocs30] attribute for element-level metadata and the epub:trigger [ContentDocs30] element for declaratively associating controls with multimedia elements.

These additions do not affect the ability of an HTML5 User Agent [HTML5] to render EPUB XHTML Content Documents, but Publications may not render identically in all User Agents (notably, Web browsers typically provide an infinitely scrolling Viewport while EPUB Reading Systems may paginate content).

 2.5 Rendering and CSS

A key concept of EPUB is that content presentation should adapt to the User rather than the User having to adapt to a particular presentation of content. HTML was originally designed to support dynamic rendering of structured content, but over time HTML as supported in Web browsers has become focused on the needs of Web applications, and most popular Web sites now have fixed-format layouts.

EPUB Publications, however, are designed to maximize accessibility for the visually impaired, and Reading Systems typically perform text line layout and pagination on the fly, adapting to the size of the display area, the User's preferred font size, and other environmental factors. This behavior is not guaranteed in EPUB — images, vector graphics, video, and other content can be included, and such content may not be reflowable, and some Reading Systems may not do pagination on the fly, or at all — but supporting dynamic adaptive layout and accessibility has been a primary design consideration throughout the evolution of the EPUB standard.

EPUB Content Documents can optionally reference EPUB Style Sheets, allowing Authors to define the desired rendering properties. EPUB 3 defines a profile of CSS based on CSS 2.1 [CSS2.1] for this purpose, together with capabilities defined by various CSS3 Modules and several additional properties specific to EPUB.

The CSS3 properties that have been selected were done so based on their current level of support by Web browsers, but some properties may not affect rendering by Reading Systems and User Agents (support for the EPUB-defined properties may be similarly ineffectual).

EPUB 3 also supports CSS styles that enable both horizontal and vertical layout and both left-to-right and right-to-left direction, but not all Reading Systems may support all of these capabilities. Reading Systems may also support different rendering options than the Author intended. Refer to CSS in the Global Language Support section for more information.

EPUB 3 also supports the ability to include multiple style sheets that allow users, for example, to select between day/night reading modes or to change the rendering direction of the text. Refer to Alternate Style Tags [ContentDocs30] for more information.

 2.6 Fonts

EPUB 3 supports two closely-related font formats — OpenType [OpenType] and WOFF [WOFF] — to accommodate both traditional publishing workflows and emerging Web-based workflows. Word processing programs used to create Publications are likely to have access only to a collection of installed OpenType fonts, for example, while Web-archival EPUB generators will likely only have access to WOFF resources (which cannot be converted to OpenType without undesirable, and potentially unlicensed, stripping of WOFF metadata).

EPUB 3 also supports both obfuscated and regular font resources for both OpenType and WOFF font formats. Support for obfuscated font resources is required to accommodate font licensing restrictions for many commercially-available fonts.

 2.7 Scripting

EPUB strives to treat content declaratively — as data that can be manipulated, not programs that must be executed — but does support scripting as defined in HTML5 and SVG (refer to Scripted Content Documents [ContentDocs30] for more information).

It is important to note, however, that scripting support is optional for Reading Systems and may be disabled for security reasons.

Authors should also note that scripting in an EPUB publication can create security considerations that are different than scripting within a Web browser. For example, typical same origin policy restrictions are not applicable to content that has been downloaded to a User's local system. Therefore, it is strongly encouraged that scripting be limited to container constrained contexts, as further described in Scripted Content Documents Content Conformance [ContentDocs30] .

Scripting consequently should be used only when essential to the User experience, as it greatly increases the likelihood that content will not be portable across all Reading Systems and creates barriers to accessibility and content reusability.

 2.8 Text-to-speech

EPUB 3 provides the following text-to-speech facilities (TTS) for controlling aspects of speech synthesis, such as pronunciation, volume, pitch and rate:

Pronunciation Lexicons

The inclusion of generic pronunciation lexicons using the W3C PLS format [PLS] enables Authors to provide pronunciation rules that apply to the entire EPUB Publication. Refer to PLS Documents [ContentDocs30] for more information.

Inline SSML Phonemes

The incorporation of SSML phonemes functionality [SSML] directly into a EPUB Content Document [ContentDocs30] enables fine-grained pronunciation control, taking precedence over default pronunciation rules and/or referenced pronunciation lexicons (as provided by the PLS format mentioned above). Refer to SSML Attributes [ContentDocs30] for more information.

CSS Speech Features

The inclusion of a select set of features from the CSS 3 Speech Module [CSS3Speech] (previously known as CSS 2.1 Aural Stylesheets [CSS2.1]) enables Authors to control additional speech synthesis options, such as voice pitch and rate. Refer to CSS 3.0 Speech [ContentDocs30] for more information.

 2.9 Container

An EPUB Publication is transported and interchanged as a single file (a "portable document") that contains the Package Document, all Content Documents and all other required resources for processing the Publication. The single-file container format for EPUB is based on the widely adopted ZIP format. An XML manifest that specifies the location in the ZIP archive of the package file must be found at a well-defined location within the archive.

This approach provides a clear contract between any creator of an EPUB publication and any system which consumes such publications, as well as a reliable representation that is independent of network transport or file system specifics.

An EPUB publication's representation as a container file is specified in [OCF3].

 3 Global Language Support

 3.1 Metadata

EPUB 3 supports alternate representations of all text metadata items in the package metadata section to improve global distribution of Publications. The alternate-script property can be combined with the xml:lang attribute to include and identify alternate script renditions of language-specific metadata.

Using this property, a Japanese publication could, for example, include an alternate Roman-script representation of the author's name and/or one or more representations of the title in Romance languages. Refer to the alternate-script property [Publications30] for more information.

The page-progression-direction property also allows the content flow direction to be globally specified for all Content Documents to facilitate rendering (see the page-progression-direction property [Publications30] ).

 3.2 Content Documents

XHTML Content Documents leverage the new HTML5 directionality features to improve support for bidirectional content rendering: the bdi element allows an instance of directional text to be isolated from the surrounding content, the bdo element allows directionality to be overridden for its child content and the dir attribute allows the directionality of any element to be explicitly set.

XHTML Content Documents also support ruby annotations for pronunciation support (which makes them supported in Navigation Document links, as well).

SVG Content Documents support the rendering of bidirectional text, but do not include support for ruby.

 3.3 CSS

EPUB 3's support for new CSS3 modules enables typography for many different languages and cultures. Some specific enhancements include:

  • support for vertical writing, which also provides Reading Systems the ability to allow users to toggle direction;

  • better handling of emphasis, such as the inclusion of bōten;

  • better control over line breaking, so breaks can occur at the character level for languages that do not use spaces to delimit new words; and

  • better control over hyphenation, to further facilitate line breaking.

 3.4 Fonts

EPUB 3 does not require that Reading Systems come with any particular set of built-in system fonts. As occurs in Web contexts, Users in a particular locale may have installed fonts that omit characters required for other locales, and Reading Systems may utilize intrinsic fonts or font engines that do not utilize operating system installed fonts.

To better support global rendering of documents, however, EPUB does support the embedding of fonts, and this practice is recommended in order to ensure content is rendered as intended.

Support for embedded fonts also ensures that Publication-specific characters and glyphs can be embedded for proper display.

 3.5 Text-to-speech

EPUB 3's support for PLS documents and SSML attributes increases the pronunciation control that Authors have over the rendering of any natural language in text-to-speech-enabled Reading Systems. Refer to Text-to-speech in the Features section for more information on these capabilities.

The combination of CSS Speech and inline SSML phonemes also allows fine control over ruby.

 3.6 Container

The OCF container format supports UTF-8, allowing for internationalized file and directory naming of content resources.

 4 Accessibility

A major goal of EPUB is to facilitate content accessibility, and a variety of features in EPUB 3 support this requirement. This section reviews these features, detailing some established best practices for ensuring that EPUB Publications are accessible where applicable.

It is important to note that while accessibility is important in its own right, accessible content is also more valuable content: an accessible publication will be adaptable to more devices and be easier to reuse, in whole or in part, via human and automated workflows. The EPUB Working Group strongly recommends that Authors use EPUB tools that generate accessible content.

 4.1 Navigation

EPUB 3 improves on NCX documents with the addition of EPUB Navigation Documents. As noted in Content Documents above, the new features these provide represent a more universal and flexible navigation system.

The need to navigate a document is not exclusively an accessibility issue, but a complete Navigation Document is key for all Users to be able to easily and fully access the contents of a document. The primary toc nav element (as defined in The toc nav Element [ContentDocs30] ) should fully reflect the structure of the Publication, as a result.

For highly structured documents where it may not be desirable to display the complete table of contents to Users, the display level can be modified using the CSS display property without minimizing the information that is available for accessible Reading Systems.

Authors are also encouraged to supply additional nav elements if their Publications contain non-structural points of interest, such as figures, tables, etc. to further enhance access to the content.

 4.2 Semantic Markup

HTML5 supports a number of new elements intended to make markup more semantically meaningful (e.g., section, nav, aside) and introduces more clearly defined semantics for some HTML4 elements. These elements, in conjunction with best practices for authoring well-structured Web content, should be utilized when creating EPUB XHTML Content Documents. These additions allow content to be better grouped and defined, both for representing the structure of documents and to facilitate their logical navigation. XHTML Content Documents also natively support the inclusion of ARIA role and state attributes and events, enhancing the ability of Assistive Technologies to interact with the content.

EPUB 3 further introduces the epub:type [ContentDocs30] attribute, which is meant to be functionally equivalent to the W3C Role Attribute [Role]. This attribute allows any element in an XHTML Content Document to include additional information about its purpose and meaning within the work, using controlled vocabularies and terms. Refer to Semantic Inflection [ContentDocs30] for more information.

 4.3 Dynamic Layouts

The design center of EPUB is dynamic layout — content is typically intended to be formatted on the fly rather than being typeset in a paginated manner in advance (i.e., expecting a particular sized "page"). This core capability is useful, for example, for optimizing rendering onto different sized device screens or window sizes, and also facilitates and simplifies content accessibility vs. formats that are inherently final-form (such as bitmap page images and PDF).

While it is possible to incorporate more highly formatted content in EPUB, for example via bitmap images or SVG graphics, or even use of CSS explicit positioning and/or table elements to achieve particular visual layouts, Authors are strongly discouraged from utilizing such techniques. They are not reliable in EPUB, since many Reading Systems render content in a paginated manner rather than creating a single scrolling Viewport, and the particular pagination algorithm used is Reading System dependent. If these techniques are required to convey the content of the publication (for example, for graphic novels), fallbacks [Publications30] should always be included.

In general, it is preferable to achieve visual richness by using EPUB Style Sheets without absolute sizing or positioning.

 4.4 Aural Renditions and Media Overlays

Aural renditions of content are important for accessibility and are a desirable feature for many other Users. A baseline to facilitate aural rendering is to utilize semantic HTML designed for dynamic layout. Refer to Text-to-speech for more information on how to use the native facilities that EPUB XHTML Documents include.

One of the key new accessibility features in EPUB 3 is the inclusion of Media Overlay Documents [MediaOverlays30]. When pre-recorded narration is available for a Publication, Media Overlays provide the ability to synchronize pre-recorded audio narration with the text of a Content Document, a feature already familiar to readers of Digital Talking Books.

 4.5 Fallbacks

Not all formats are accessible in their native format, and not all Users may prefer to read in the default format provided. EPUB defines a variety of means for providing fallbacks so that alternate renditions of a Publication can be made available in these cases.

Publication and content-level fallbacks are defined in Fallback Requirements and Processing Flow [Publications30] . These allow for the alternate rendition of specific resources within a Publication, such as SVG images or video clips.

In addition, multiple instances of a complete work can be delivered in a single Publication by defining multiple rootfile elements in the OCF container file (as described in Container – META-INF/container.xml [OCF3] ). This kind of fallback may be used, for example, so that a formatted graphic novel defined via a sequence of SVG pages can be accompanied by an accessible text version defined via XHTML.

 4.6 Scripting

EPUB 3 adopts a progressive enhancement approach for scripted content, whereby scripting must not interfere with the integrity of the document (i.e., must not result in information loss when scripting is not available). Documents that do employ scripting are also strongly recommended to provide fallbacks [ContentDocs30] to further facilitate access to their contents.

Several mechanisms in EPUB can further minimize and constrain scripting within Publications to improve accessibility:

  • The declarative trigger element [ContentDocs30] added to the EPUB HTML5 profile enables image or textual elements to act as controls for audio and video playback (for example, to start, stop and pause playback). This element eliminates the common use of scripting to include similar functionality.

  • The mediaType element [Publications30] provides a means of encapsulating script-based support for rendering custom XML vocabularies or other custom content types, as well as future-proofs Publications in case such content types are natively supported in future Reading Systems.

  • The semantic inflection capability provided by the type attribute [ContentDocs30] enables Authors to provide hints to Reading Systems about content properties. One use case is to define elements such as images and video as having a zoomable property value, in which case a Reading System may provide a means for Users to access an expanded view that is out-of-line with the normal layout. Such rollover effects are typically implemented via scripting in Web contexts, but scripting cannot be readily implemented given the wide variety of layouts that a Reading System may generate.

Best practices for accessible scripting in Web documents should always be consulted, such as provided in [WAI-ARIA], and use of scripting should be reserved for situations in which interactivity is critical to the User experience.

 Appendix A. Glossary

This appendix is informative

EPUB Publication (or Publication)

A logical document entity consisting of a set of interrelated resources and packaged in a EPUB Container, as defined by the EPUB 3 specifications .

Publication Resource

A resource that contains content or instructions that contribute, directly or indirectly, to the logic and rendering of the EPUB Publication (e.g., the Package Document, EPUB Content Documents, EPUB Style Sheets, audio, video, images, embedded fonts, scripts). In the absence of this resource, the Publication cannot be rendered as intended by the Author.

Publication resources are listed in the manifest [Publications30] .

EPUB Content Document

A Publication Resource that conforms to one of the EPUB Content Document definitions (XHTML or SVG).

An EPUB Content Document is a Core Media Type, and may therefore be included in the EPUB Publication without the provision of fallbacks [Publications30] .

XHTML Content Document

An EPUB Content Document conforming to the profile of [HTML5] defined in XHTML Content Documents [ContentDocs30] .

XHTML Content Documents use the XHTML syntax of [HTML5].

SVG Content Document

An EPUB Content Document conforming to the constraints expressed in SVG Content Documents [ContentDocs30] .

EPUB Navigation Document

A specialization of the XHTML Content Document, containing human- and machine readable global navigation information, conforming to the constraints expressed in EPUB Navigation Documents [ContentDocs30] .

Core Media Type

A set of Publication Resource types for which no fallback is required. Refer to Core Media Types [Publications30] for more information.

Package Document

A Publication Resource carrying bibliographical and structural metadata about the EPUB Publication, as defined in Package Documents [Publications30] .

Manifestation

The digital (or physical) embodiment of a work of intellectual content. Changes to the content such as significant revision, abridgement, translation, or the realization of the content in a different digital or physical form result in a new manifestation. There may be many individual but identical copies of a manifestation, termed 'instances' or 'items'. The ISBN is an example of a manifestation identifier, and is shared by all instances of that manifestation.

All instances of a manifestation need not be bit-for-bit identical, as minor corrections or revisions are not judged to create a new manifestation or work.

Unique Identifier

The Unique Identifier is the primary identifier for an EPUB Publication, as identified by the attribute . The Unique Identifier may be shared by one or many Manifestations of the same work that conform to the EPUB standard and embody the same content, where the differences between the Manifestations are limited to those changes that take account of differences between EPUB Reading Systems (and which themselves may require changes in the ISBN).

The Unique Identifier is less granular than the ISBN. However, significant revision, abridgement, etc. of the content requires a new Unique Identifier.

Package Identifier

The Package Identifier allows any instance of an EPUB Publication to be compared against another to determine if they are identical, different versions of the same Manifestation, or unrelated.

Refer to Package Identifier [Publications30] for more information.

Media Overlay Document

An XML document that associates the text content of an XHTML Content Document with pre-recorded audio narration in order to provide a synchronized playback experience, as defined in [MediaOverlays30].

EPUB Style Sheet (or Style Sheet)

A CSS Style Sheet conforming to the CSS profile defined in EPUB Style Sheets [ContentDocs30] .

Viewport

The region of an EPUB Reading System in which the content of an EPUB Publication is rendered visually to a User.

EPUB Container (or Container)

A ZIP-based packaging and distribution format for an EPUB Publication, as defined in [OCF3].

Author

The person(s) or organization responsible for the creation of an EPUB Publication, which may or may not be the creator of the content and resources it contains.

User

An individual that consumes an EPUB Publication using an EPUB Reading System.

EPUB Reading System (or Reading System)

A system that processes EPUB Publications for presentation to Users in a manner conformant with the EPUB 3 specifications .

 Appendix B. Contributors

This appendix is informative

 B.1 Acknowledgements and Contributors

 B.1.1 EPUB 3.0

EPUB has been developed by the International Digital Publishing Forum in a cooperative effort, bringing together publishers, vendors, software developers, and experts in the relevant standards.

The EPUB 3 specifications were prepared by the International Digital Publishing Forum’s EPUB Maintenance Working Group, operating under a charter approved by the membership in May, 2011 under the leadership of:

Markus Gylling DAISY Consortium Chair
Garth Conboy Google Inc. Vice-chair
Brady Duga Google Inc. Vice-chair
Bill McCoy International Digital Publishing Forum (IDPF) Secretary

Active members of the working group included:

Alexis Wiles OverDrive
Alicia Wise Publishers Licensing Society
TODO FINISH 3.0 contributors list

 B.1.2 EPUB 2.0.1

Version 2.0.1 of this specification was prepared by the International Digital Publishing Forum’s EPUB Maintenance Working Group. Active members of the working group at the time of publication of revision 2.0.1 were:

Garth Conboy eBook Technologies Working Group Vice-chair
George Kerscher DAISY Consortium Working Group Chair
Alexis Wiles OverDrive
Alicia Wise Publishers Licensing Society
Amir Moghaddami National Library and Archives of Iran
Andreas Gosling Penguin UK
Andy Williams Cambridge University Press
Anupam Jain Innodata Isogen
Ben Trafford Invited Expert
Benoit Larroque Feedbooks
Bill McCoy Invited Expert
Bill Kasdorf Apex CoVantage
Bob Kasher The BookMasters Group
Brady Duga eBook Technologies
Byron Laws PreMedia Global
Catherine Zekri University of Montreal
Chris Kennedy Pearson Education
Corey Podolsky Entourage Systems Inc.
Cristina Mussinelli AIE
Daihei Shiohama Voyager Japan
Dan Amos DNAML
Dan Galperin Kobo
Dan Kok Crossway Books and Bibles
Dave Cramer Hachette Book Group USA
Dave Gunn RNIB Centre for Accessible Information
David Mandelbaum Barnes&Noble.com
Deidra Roberts World Health Organization
Donald Goyette McGraw-Hill Professional
Eric Freese Aptara
Eric Gold Digital Divide Data
Eric Muller Adobe
Gregory Shepherd Cengage Learning
Guy Fain Crossway Books & Bibles
Hadrien Gardeur Feedbooks
Hisashi Hoda Voyager Japan
Ignacio Fernández Galván
Israel Viente Mendele He-Books
Jim Link Macmillan Publishing Solutions
James MacFarlane Easypress Technologies
Jim Rura Educational Testing Service
John Crossman Benetech
John Prabhu HOV Services
John Rivlin eBook Technologies
John Wait Pearson Education
Jon Noring Invited Expert
Joshua Tallent eBook Architects
Karen Broome Sony
Keith Fahlgren Threepress Consulting
Kenny Johar Vision Australia
Laurie Casey Pearson
Lech Rzedzicki Pearson UK
Liisa McCloy-Kelley Random House
Lindy Humphreys Wiley/ Blackwell Books
Liza Daly Theepress Consulting
Makoto Murata JEPA EPUB Study Group
Marco Croella Simplicissimus Book Farm
Markus Gylling DAISY Consortium
Mattias Karlsson Dolphin Computer Access AB
Michael Smith IDPF
Neil Soiffer Design Science
Noah Genner BookNet Canada
Pat Pagano HarperCollins
Patricia Payton Bowker
Patrick Barry The Educational Company of Ireland
Patrick Berube LEARN
Paul Durrant Durrant Software Limited
Paul Norton Invited Expert
Penelope Reid EPUB User Group (UK)
Perce Huang Far EasTone Telecommunications
Peter Brantley Internet Archive
Peter Sorotokin Adobe
Richard Heiberger HarperCollins Publishers
Richard Kwan Invited Expert
Russell White Random House
Samir Kakar Aptara
Satya Pamarty codeMantra
Scott Cook codeMantra
Sean Ramsey LibreDigital
Siobahn Padgett Hachette BG USA
Steve Arany John Wiley & Sons
Takeshi Kanai Sony
Thad Swiderski LibreDigital
Tim Middleton BookNet Canada
Trudy Conti Follett
Tyler Ruse LibreDigital
William Howard EasyPress Technologies

 B.1.3 EPUB 1.0

Version 1.0 of this specification was prepared by the International Digital Publishing Forum’s Unified OEBPS Container Format Working Group. Active members of the working group at the time of publication of revision 1.0 were:

Garth Conboy eBook Technologies Working Group Co-Chair
John Rivlin eBook Technologies Working Group Co-Chair
Jon Ferraiolo IBM Working Group Vice-Chair
Nick Bogaty IDPF Working Group Secretary
Kelley L. Allen Random House
Angel Ancin iRex Technologies
Ryan Bandy Random House
Richard Bellaver Ball State University
Thierry Brethes Mobipocket
Janice Carter Benetech/Bookshare.org
Richard Cohn Adobe Systems Inc.
Neil De Young Hachette Book Group USA
Linh N. Do Random House, Inc.
Geoff Freed WGBH
Liang Gang TriWorks Asia
Peter Ghali Motricity, ereader.com
Markku T. Hakkinen DAISY Consortium
Gillian Harrison NetLibrary
Jonathan Hevenstone Publishing Dimensions
Theresa Horner HarperCollins
Karen Iannone Houghton Mifflin
Claire Israel Simon & Schuster
Mattias Karlsson Dolphin Computer Access
Bill Kasdorf Apex Publishing
George Kerscher DAISY Consortium
Steve Kotrch Simon & Schuster
Bill McCoy Adobe Systems, Inc.
Bill McKenna Follett
Bonnie Melton Houghton Mifflin College Division
Jon Noring OpenReader Consortium Invited Expert
Sayu Osayande Motricity, ereader.com
Lee Passey Invited Expert
Steve Potash OverDrive
Tyler Ruse Codemantra
Mike Smith Harlequin
Kimi Sugeno John Wiley & Sons
Gary Varnell Osoft.com
Xin Wang, Ph.D. ContentGuard, Inc.
Andrew Weinstein Lightning Source
Tom Whitcomb NetLibrary 
Andy Williams Cambridge University Press
Eli Willner Green Point Technology Services

 References

Informative References

[EPUB3Changes] EPUB 3 Differences from EPUB 2.0.1 . TODO. .

[Role] Role Attribute . An attribute to support the role classification of elements. McCarron, et al. 05 August 2010.