Skip to content

Commit 9c4012f

Browse files
chrisnsvgeesus
authored andcommitted
Reword description of color chunk priorities to be more precise
1 parent 3fd28d0 commit 9c4012f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -870,16 +870,17 @@ <h2>Color spaces</h2>
870870
to be applied (see <a href="#C-GammaAppendix"></a>). However, color-aware applications will prefer one of the first three
871871
methods, while color-unaware applications will typically ignore all four methods.</p>
872872

873-
<p>Below is a list of color flags. If a single image is populated with multiple color flags, the uppermost chunk(s) in the
874-
heirarchy should take precedence and the lower most chunk(s) should be ignored:</p>
873+
<p><a href="#color-chunk-precendence"></a> is a list of chunk types that provide color space information,
874+
each with an associated Priority number. If a single image contains more than one of these chunk types,
875+
the chunk with the lowest Priority number should take precedence and any higher-numbered chunk types should be ignored.</p>
875876

876877
<table id="color-chunk-precendence" class="numbered simple">
877878
<caption>
878879
Color Chunk Priority
879880
</caption>
880881

881882
<tr>
882-
<th>Name</th>
883+
<th>Chunk Type</th>
883884
<th>Priority</th>
884885
</tr>
885886

@@ -894,7 +895,7 @@ <h2>Color spaces</h2>
894895
</tr>
895896

896897
<tr>
897-
<td><span class="chunk" href="#11sRGB">sRGB</span></td>
898+
<td><a class="chunk" href="#11sRGB">sRGB</a></td>
898899
<td>3</td>
899900
</tr>
900901

0 commit comments

Comments
 (0)