Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add webp to image core media types #1347

Merged
merged 6 commits into from
Nov 7, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions epub33/common/js/biblio.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
12 changes: 11 additions & 1 deletion epub33/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,13 @@ <h4>Supported Media Types</h4>
</td>
<td>SVG documents</td>
</tr>
<tr>
<td id="cmt-webp">
<code>image/webp</code>
</td>
<td> [[!WebP-Container]], [[!WebP-LB]] </td>
<td>WebP Images</td>
</tr>


<tr>
Expand Down Expand Up @@ -10409,8 +10416,11 @@ <h3>Substantive changes since <a href="https://www.w3.org/publishing/epub/epub-s
3.2</a></h3>

<ul>
<li>16-Oct-2020: Added WebP to the image core media types. See <a
href="https://github.com/w3c/publ-epub-revision/issues/1344">issue 1344</a>.</li>
<li>12-Oct-2020: Added OPUS to the audio core media types with a warning that it is still subject to
review depending on support in Mac/iOS.</li>
review depending on support in Mac/iOS. See <a
href="https://github.com/w3c/publ-epub-revision/issues/645">issue 645</a>.</li>
<li>30-Sept-2020: The structure of the EPUB core specifications has been simplified to ease
understanding and access to information. This specification now consolidates the authoring
requirements from the EPUB 3.2 specification together with the Packages, Content Documents, OCF
Expand Down