Skip to content

jstallent/BookOfTexas

Repository files navigation

BookOfTexas

This is a sample EPUB 3 document that I use for testing and examples.

The file contains a variety of features that may be of interest to eBook developers, such as:

  1. A well-structured OPF file, including good examples of metadata for EPUB 3.
  2. HTML5 markup, with examples of different kinds of markup that you might run into in an EPUB file.
  3. Backwards compatibility with EPUB 2.
  4. The file passes FlightDeck with flying colors!
  5. The index is set up for future support for the Indexes markup in EPUB 3.
  6. Proper use of semantic markup and accessibility features.
  7. ...and more!

Please note: All rights reserved. While the text of this book is in the public domain and available on Google Books, the design of this eBook file was developed by eBook Architects with a significant investment of time and resources. Please respect our work and do not use the contents in commercial projects.

The contents of this eBook file may only be used for non-commercial testing by individual eBook developers.

Change Log

Version 2.1

  • Added lang and xml-lang attributes to the tag
  • Added aria-describedby content to the tables in Part 2.
  • Added a footnote to Part 1, Chapter 2 as an example
  • Added epub:type="pullquote" in Intro and in Part 1, Chapter 2
  • Updated structural semantics in Index

Version 2.0.4

  • Added type="text/css" to the CSS link. Required for Amazon.
  • changed guide item "text" to "bodymatter"

Version 2.0.3

  • rendition:spread value changed to "auto" so that it would not override the system default

Version 2.0.2

Version 2.0.1

  • Removed column-count:1; from body.fullpage in the CSS. This is not the replacement for oeb-column-number:1 as I previously believed.
  • Added both for ADE two-page control[1][2]
  • Added properties="rendition:spread-none" to cover HTML spine item[3]
  • Added figure {display: block;} to CSS[4]
  • Replaced tag in 13-imagegroup02.xhtml with proper
    tag.

[1] http://www.idpf.org/epub/301/spec/epub-publications.html#fxl-property-spread [2] https://code.google.com/p/epub-revision/issues/detail?id=499 [3] http://www.idpf.org/epub/301/spec/epub-publications.html#fxl-property-spread-overrides [4] https://twitter.com/dvsch/status/570986639998255104

Version 2.0

  • Major update
  • New Glossary section
  • Tons of changes to HTML
  • CSS cleaned up and expanded

About

A sample EPUB 3 document that I use for testing and examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published