Skip to content

Commit

Permalink
Fix color chunk priority table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Mar 20, 2024
1 parent ba53775 commit 32d0cc3
Showing 1 changed file with 27 additions and 36 deletions.
63 changes: 27 additions & 36 deletions index.html
Expand Up @@ -871,52 +871,43 @@ <h2>Color spaces</h2>
methods, while color-unaware applications will typically ignore all four methods.</p>

<p>Below is a list of color flags. If a single image is populated with multiple color flags, the uppermost chunk(s) in the
heirarchy should take precedence and the lower most chunk(s) should be ignored:

<table id="color-chunk-precendence" class="numbered simple">
<caption>
Color Chunk Priority
</caption>

<tr>
<th>Name</th>
<th>Priority</th>
</tr>

<tr>
<td><a href="#cICP-chunk" class="chunk">cICP</a></td>
<td>1</td>
</tr>

<tr>
<td><a class="chunk" href="#11iCCP">iCCP</a></td>
<td>2</td>
</tr>

<tr>
<td><span class="chunk">sRGB</span></td>
<td>3</td>

<tr>
<td><a class="chunk" href= "#11cHRM">cHRM and <a class="chunk" href="#11gAMA">gAMA</a></a></td>
<td>4</td>
</tr>

</tr>


</table>
heirarchy should take precedence and the lower most chunk(s) should be ignored:</p>

<table id="color-chunk-precendence" class="numbered simple">
<caption>
Color Chunk Priority
</caption>

<tr>
<th>Name</th>
<th>Priority</th>
</tr>

<tr>
<td><a href="#cICP-chunk" class="chunk">cICP</a></td>
<td>1</td>
</tr>

<tr>
<td><a class="chunk" href="#11iCCP">iCCP</a></td>
<td>2</td>
</tr>

<tr>
<td><span class="chunk" href="#11sRGB">sRGB</span></td>
<td>3</td>
</tr>

<tr>
<td><a class="chunk" href="#11cHRM">cHRM</a> and <a class="chunk" href="#11gAMA">gAMA</a></td>
<td>4</td>
</tr>
</table>

<p><a>Gamma</a> correction is not applied to the alpha channel, if present. Alpha samples are always full-range and represent
a linear fraction of full opacity.</p>

<p>Mastering metadata may also be provided</p>
<p>Mastering metadata may also be provided.</p>
</section>
<!-- Maintain a fragment named "4Concepts.PNGImageTransformation" to preserve incoming links to it -->

Expand Down

0 comments on commit 32d0cc3

Please sign in to comment.