Skip to content

Commit

Permalink
Reword description of color chunk priorities to be more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn authored and svgeesus committed Mar 22, 2024
1 parent 3fd28d0 commit 9c4012f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Expand Up @@ -870,16 +870,17 @@ <h2>Color spaces</h2>
to be applied (see <a href="#C-GammaAppendix"></a>). However, color-aware applications will prefer one of the first three
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:</p>
<p><a href="#color-chunk-precendence"></a> is a list of chunk types that provide color space information,
each with an associated Priority number. If a single image contains more than one of these chunk types,
the chunk with the lowest Priority number should take precedence and any higher-numbered chunk types should be ignored.</p>

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

<tr>
<th>Name</th>
<th>Chunk Type</th>
<th>Priority</th>
</tr>

Expand All @@ -894,7 +895,7 @@ <h2>Color spaces</h2>
</tr>

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

Expand Down

0 comments on commit 9c4012f

Please sign in to comment.