Skip to content

Commit

Permalink
start adding links to notes document
Browse files Browse the repository at this point in the history
  • Loading branch information
dauwhe committed Mar 29, 2021
1 parent 4a074dc commit 10c026b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions epub-test-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@

### EPUB 3 Processing

* It MUST process the EPUB Container as defined in § 7. Open Container Format Processing.
* It [MUST](https://w3c.github.io/epub-specs/epub33/rs/#confreq-rs-epub3-ocf) process the EPUB Container as defined in § 7. Open Container Format Processing.
* this is not testable

* It MUST process the Package Document as defined in § 3. Package Document Processing.
* It [MUST](https://w3c.github.io/epub-specs/epub33/rs/#confreq-rs-epub3-package) process the Package Document as defined in § 3. Package Document Processing.
* this is not testable

* It [MUST](https://w3c.github.io/epub-specs/epub33/rs/#confreq-rs-data-urls) prevent data URLs [RFC2397] from opening in top-level browsing contexts [HTML], except when initiated through a Reading System affordance such as a context menu. If a Reading System does not use a top-level browsing context for Top-level Content Documents, it MUST also prevent data URLs from opening as though they are Top-level Content Documents.
* no tests yet

* It MAY support an arbitrary set of Foreign Resource types, and MUST process fallbacks for unsupported Foreign Resources as defined in Foreign Resources [EPUB-33] if not.
* manifest-fallback-001.epub (JSON spine item[application/json] with XHTML fallback)
* manifest-fallback-002.epub (XML spine item[application/dtc+xml] with XHTML fallback
Expand Down Expand Up @@ -37,7 +40,7 @@

### Backward Compatibility

* It MUST attempt to process an EPUB Publication whose Package Document version attribute is less than "3.0".
* It [MUST](https://w3c.github.io/epub-specs/epub33/rs/#confreq-rs-backward-epub) attempt to process an EPUB Publication whose Package Document version attribute is less than "3.0".
* package-version-000.epub has `package version="0"` to test if a reading system will open such a file.


Expand Down

0 comments on commit 10c026b

Please sign in to comment.