Skip to content

Commit

Permalink
Update image/apng appendix #26
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Nov 22, 2022
1 parent 05d9aab commit 5c4ba15
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7949,10 +7949,10 @@ <h3>image/apng</h3>
<dd>apng</dd>

<dt>Required parameters:</dt>
<dd>None</dd>
<dd>N/A</dd>

<dt>Optional parameters:</dt>
<dd>None</dd>
<dd>N/A</dd>

<dt>Encoding considerations:</dt>
<dd>binary</dd>
Expand Down Expand Up @@ -7983,21 +7983,27 @@ <h3>image/apng</h3>
<p>The PNG format is specifically designed to facilitate early detection
of file transmission errors, and makes use of cyclical redundancy
checks to ensure the integrity of the data contained in its chunks.</p>
<p>If one creates an APNG file with unrelated static image and
animated image chunks, somebody using a tool not supporting the
APNG format would only see the static image and be unaware of
the additional content. This could be used e.g. to bypass
moderation. </p>
</dd>

<dt>Interoperability considerations:</dt>
<dd>Network byte order used throughout.</dd>
<dd>None</dd>

<dt>Published specification:</dt>
<dd><a href="https://www.w3.org/TR/PNG/
<dd><a href="https://www.w3.org/TR/png/
">Portable Network Graphics (PNG) Specification</a>,
<a href="https://www.w3.org/TR/PNG/
">https://www.w3.org/TR/PNG/</a>
<a href="https://www.w3.org/TR/png/
">https://www.w3.org/TR/png/</a>
</dd>

<dt>Applications which use this media:</dt>
<dd>Animated PNG (APNG) is widely implemented
in all Web browsers, image viewers, and animation and image creation tools
<dd>Animated PNG (APNG) is widely
implemented in all Web browsers, and is increasingly available in
image viewers, and animation and image creation tools
</dd>

<dt>Fragment identifier considerations:
Expand All @@ -8016,7 +8022,7 @@ <h3>image/apng</h3>
<dd>
<dl>
<dt>Deprecated alias names for this type:</dt>
<dd>N/A</dd>
<dd>image/vnd.mozilla.apng</dd>
<dt>Magic number(s):</dt>
<dd>89 50 4E 47 0D 0A 1A 0A</dd>
<dt>File extension(s):</dt>
Expand All @@ -8028,8 +8034,13 @@ <h3>image/apng</h3>

<dt>General Comments:</dt>
<dd>
<p>This registration brings the PNG specification
into alignment with already widely-deployed reality.
<p>
image/apng has been in widespread, unregistered use since 2015.
Animated PNG was not part of the official PNG specification until 2022.
This registration, plus the PNG specification (3rd Edition)
brings official documentation into alignment with already
widely-deployed reality.
</p>

<dt>Person to contact for further information:</dt>
<dd>
Expand Down

0 comments on commit 5c4ba15

Please sign in to comment.