Errata

Accessible EPUB 3

Errata for Accessible EPUB 3

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
PDF, ePub, Mobi
Page 3
9th paragraph

"hard or hearing" should be "hard of hearing"

Note from the Author or Editor:
Thank you, yes, "hard or hearing" should be "hard of hearing".

Jedi Lin  Sep 04, 2016 
PDF,
Page 39
code example at bottom of page and on next

The quoting on the type attribute on the <source> element is reversed:

<source src="video/v001.webm" type="video/webm; codecs='vp8, vorbis'"/>

This representation is not correct per RFC4281, and should be:

<source src="video/v001.webm" type='video/webm; codecs="vp8, vorbis'/>

Applies to both examples showing the source element.

Note from the Author or Editor:
Change as noted, both the example starting at the bottom of page 39 and the expanded version that follows a few paragraphs down on 40.

Matt Garrish  Apr 25, 2012 
Printed, PDF, , Other Digital Version
Page 55
First code example

The prose states that the PLS file path is relative to the container root, but should have said relative to the package file.

The href value in the example:

<item href="EPUB/lexicon.pls" id="pls" media-type="application/pls+xml"/>

should not have "EPUB/" in front of it (assuming the package document is in the same folder):

<item href="lexicon.pls" id="pls" media-type="application/pls+xml"/>

The next sentence should also be changed to switch "container root" to "package document":

The href attribute defines the location of the file relative to the EPUB package document...

These changes make the explanation of difference in the paragraph at the bottom unnecessary.

Matt Garrish
 
Feb 22, 2012 
Printed, PDF, , Other Digital Version
Page 27
Second code example

The page number example includes an xml:id attribute:

<span xml:id="page361" epub:type="pagenumber">361</span>

But this should have been a regular id attribute:

<span id="page361" epub:type="pagenumber">361</span>

Matt Garrish
 
Feb 22, 2012