From 5e5d4b060093f67dc0dfb681dc67c8fcb285965d Mon Sep 17 00:00:00 2001 From: MattGarrish Date: Fri, 16 Oct 2020 09:05:25 -0300 Subject: [PATCH 1/4] add webp to image core media types --- epub33/common/js/biblio.js | 8 ++++++++ epub33/core/index.html | 8 ++++++++ 2 files changed, 16 insertions(+) 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 85fc5345f..d18a1f2c8 100644 --- a/epub33/core/index.html +++ b/epub33/core/index.html @@ -744,6 +744,13 @@

Supported Media Types

SVG documents + + + image/webp + + [[!WebP-Container]], [[!WebP-LB]] + WebP Images + @@ -10409,6 +10416,7 @@

Substantive changes since