DAISY Format 2.02 Specification ERRATA

DAISY 2.02 Specification ERRATA

This document: www.daisy.org/publications/specifications/errataDaisy_202.html

Last modified: 2011-04-04
This document records known errors in the document: www.daisy.org/publications/specifications/daisy_202.html

 

Comments on the DAISY 2.02 specification and this errata should be sent using the Contact Us form, select category ‘Standards’.

Known errors

Remove the following two lines before Acknowledgements:

This document can be found at: www.daisy.org/products/menupps.htm

If you have any questions, comments, or suggestions please contact Markus Gylling at markus.gylling@tpb.se

Insert:

If you have any questions, comments, or suggestions please using the Contact Us form on the DAISY website, select category ‘Standards’.


2.1.12.1 Optional content: valid class attribute values on the <span> element

  • The fourth entry in the definition list of this section; “Other valid values – Usage for blocks as defined in section 2.1.8.1”, shall be omitted.

2.2.3.1 Example of link data

  • The example in this section shall read as follows:
<head>
...
  <link rel="start" href="first-file.html" />
  <link rel="previous" href="previous-file.html" />
  <link rel="next" href="next-file.html" />
...
</head>

2.3.3.1 The <seq> element

  • The sentence prior to the first definition list in this section shall read as follows:
    “The main <seq> element of a DAISY 2.02 SMIL must contain at least one of the following children:”
  • The first definition list in this section; “The main <seq> element of a DAISY 2.02 SMIL must contain at least one of the following children:”, shall read as follows:
par [one or several]
As defined in section 2.3.3.3
seq [one or several]
Used only with note references
audio [exactly one]
Used only with multiple volume books
  • The second definition list in this section; “The main <seq> element of a DAISY 2.02 SMIL may contain the following children:”, shall be omitted.

3.2.2. Multiple volume DTB NCC and SMIL examples

  • The example of multiple volume DTB NCC in this section shall read as follows:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    ... other head elements ...
    <meta name="setInfo" content="2 of 3" />
  </head>
  <body>
    <h1 id="ec001" class="title"><a href="title.smil#id0001">Title section</a></h1>
    <h1 id="ec002"><a href="mvbdisc1.smil#disc01" rel="1 of 3">Chapter 1</a></h1>
    <h1 id="ec003"><a href="mvbdisc1.smil#disc01" rel="1 of 3">Chapter 2</a></h1>
    <h1 id="ec004"><a href="mvbdisc1.smil#disc01" rel="1 of 3">Chapter 3</a></h1>
    <h1 id="ec005"><a href="mvbdisc1.smil#disc01" rel="1 of 3">Chapter 4</a></h1>
    <h1 id="ec006"><a href="mvbdisc1.smil#disc01" rel="1 of 3">Chapter 5</a></h1>
    <h1 id="ec007"><a href="ch06.smil#id0001">Chapter 6</a></h1>
    <h1 id="ec008"><a href="ch07.smil#id0001">Chapter 7</a></h1>
    <h1 id="ec009"><a href="ch08.smil#id0001">Chapter 8</a></h1>
    <h1 id="ec010"><a href="ch09.smil#id0001">Chapter 9</a></h1>
    <h1 id="ec011"><a href="ch10.smil#id0001">Chapter 10</a></h1>
    <h1 id="ec012"><a href="mvbdisc3.smil#disc03" rel="3 of 3">Chapter 11</a></h1>
    <h1 id="ec013"><a href="mvbdisc3.smil#disc03" rel="3 of 3">Chapter 12</a></h1>
    <h1 id="ec014"><a href="mvbdisc3.smil#disc03" rel="3 of 3">Chapter 13</a></h1>
    <h1 id="ec015"><a href="mvbdisc3.smil#disc03" rel="3 of 3">Chapter 14</a></h1>
    <h1 id="ec016"><a href="mvbdisc3.smil#disc03" rel="3 of 3">Chapter 15</a></h1>
  </body>
</html>

3.2.2. Multiple volume DTB NCC and SMIL examples

  • The example of multiple volume DTB SMIL in this section, and the paragraph above it, shall read as follows:

The following example corresponds to “mvbdisc1.smil” in the above NCC example

<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 1.0//EN" "http://www.w3.org/TR/REC-SMIL/SMIL10.dtd">
<smil>
  <head>
    ...other head elements...
    <layout>
      <region id="none" />
    </layout>
  </head>
  <body>
    <seq dur="4.456s">
      <audio src="please_insert_cd_1.wav" clip-begin="npt=0.000s" clip-end="npt=4.456s" id="disc01" />
    </seq>
  </body>
</smil>

DOCTYPE Statements

  • In some SMIL example sections, doctype statement root node names appear in uppercase. These shall be lowercase.