Skip to content

Commit 705d232

Browse files
authored
Added the AVIF format to the list of core media types (#2811)
* Added the AVIF format * Images -> images
1 parent a4e009f commit 705d232

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

epub34/authoring/index.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,26 +1002,33 @@ <h3>Core media types</h3>
10021002
<tr>
10031003
<th colspan="3" id="cmt-grp-image" class="tbl-group">Images</th>
10041004
</tr>
1005+
<tr>
1006+
<td id="cmt-avif" data-tests="#pub-cmt-avif">
1007+
<code>image/avif</code>
1008+
</td>
1009+
<td> [[av1-avif]] </td>
1010+
<td>AVIF images</td>
1011+
</tr>
10051012
<tr>
10061013
<td id="cmt-gif" data-tests="#pub-cmt-gif">
10071014
<code>image/gif</code>
10081015
</td>
10091016
<td> [[gif]] </td>
1010-
<td>GIF Images</td>
1017+
<td>GIF images</td>
10111018
</tr>
10121019
<tr>
10131020
<td id="cmt-jpeg" data-tests="#pub-cmt-jpeg">
10141021
<code>image/jpeg</code>
10151022
</td>
10161023
<td> [[jpeg]] </td>
1017-
<td>JPEG Images</td>
1024+
<td>JPEG images</td>
10181025
</tr>
10191026
<tr>
10201027
<td id="cmt-png" data-tests="#pub-cmt-png">
10211028
<code>image/png</code>
10221029
</td>
10231030
<td> [[png]] </td>
1024-
<td>PNG Images</td>
1031+
<td>PNG images</td>
10251032
</tr>
10261033
<tr>
10271034
<td id="cmt-svg" data-tests="#pub-cmt-svg,#cnt-svg-support">
@@ -1037,7 +1044,7 @@ <h3>Core media types</h3>
10371044
<code>image/webp</code>
10381045
</td>
10391046
<td> [[rfc9649]] </td>
1040-
<td>WebP Images</td>
1047+
<td>WebP images</td>
10411048
</tr>
10421049
<tr>
10431050
<th colspan="3" id="cmt-grp-audio" class="tbl-group">Audio</th>
@@ -12019,6 +12026,8 @@ <h2>Change log</h2>
1201912026
<details id="changes-epub-33" open="open">
1202012027
<summary>Substantive changes since <a href="https://www.w3.org/TR/epub-33/">EPUB 3.3</a></summary>
1202112028
<ul>
12029+
<li>06-October-2025: Added AVIF as a core media type for images. See
12030+
<a href="https://github.com/w3c/epub-specs/issues/2794">issue 2794</a>.</li>
1202212031
<li>26-June-2025: Moved the <code>xsd</code>, <code>msv</code>, and <code>prism</code> reserved
1202312032
prefixes to the deprecated features section. See <a
1202412033
href="https://github.com/w3c/epub-specs/issues/2739">issue 2739</a>.</li>

epub34/rs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h3>Publication resource processing</h3>
308308
<h4>Core Media types</h4>
309309

310310
<p id="confreq-rs-epub3-images"
311-
data-tests="#pub-cmt-gif,#pub-cmt-jpg,#pub-cmt-png,#pub-cmt-svg,#pub-cmt-webp">If a reading system
311+
data-tests="#pub-cmt-avif,#pub-cmt-gif,#pub-cmt-jpg,#pub-cmt-png,#pub-cmt-svg,#pub-cmt-webp">If a reading system
312312
has a [=viewport=], it MUST support the <a data-cite="epub-34#cmt-grp-image">image core media type
313313
resources</a> [[epub-34]].</p>
314314

0 commit comments

Comments
 (0)