diff --git a/epub33/common/js/biblio.js b/epub33/common/js/biblio.js index f307b9e55..0dc625d0a 100644 --- a/epub33/common/js/biblio.js +++ b/epub33/common/js/biblio.js @@ -387,6 +387,14 @@ var biblio = { "US-ASCII": { "title": ""Coded Character Set - 7-bit American Standard Code for Information Interchange", ANSI X3.4, 1986." }, + "WebP-Container": { + "title": "WebP Container Specification", + "href": "https://developers.google.com/speed/webp/docs/riff_container" + }, + "WebP-LB": { + "title": "WebP Lossless Bitstream Specification", + "href": "https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification" + }, "W3CProcess": { "title": "W3C Process Document", "href": "https://www.w3.org/Consortium/Process/" diff --git a/epub33/core/index.html b/epub33/core/index.html index a5ac24189..981d9f7a1 100644 --- a/epub33/core/index.html +++ b/epub33/core/index.html @@ -692,10 +692,8 @@
Supported Media Types

If more than one media type is listed, the first one is the preferred media type. The preferred media type is strongly encouraged for all new EPUB Publications.

-
  • Content Type Definition—The specification to which the given Core Media Type Resource has to conform.
  • -
  • Applies to—The Publication Resource type(s) that the Media Type and Content Type Definition applies to.
  • @@ -719,7 +717,6 @@
    Supported Media Types
    [[!GIF]] GIF Images - image/jpeg @@ -743,7 +740,13 @@
    Supported Media Types
    SVG documents - + + + image/webp + + [[!WebP-Container]], [[!WebP-LB]] + WebP Images + Audio @@ -895,6 +898,11 @@
    Supported Media Types
    will monitor support for OPUS in iOS, and may remove OPUS as a core media type if the level of support is inadequate.

    +
    +

    WebP is currently not defined in a stable specification and its media type has not been + registered with IANA. Apple also only supports WebP on macOS 11. The working group will + continue to monitor these issues.

    +
    @@ -7837,9 +7845,15 @@

    Allowed External Identifiers

    @@ -7850,7 +7864,9 @@

    Allowed External Identifiers

    - application/svg+xml + + application/svg+xml + -//W3C//DTD SVG 1.1//EN @@ -8945,6 +8961,8 @@

    Substantive changes since image core media types. See issue 1344.
  • 6-Nov-2020: A restricted set of external identifiers are now allowed in publication resources. References to external entities from the internal DTD subset remain restricted, however. See