Commit 9c4012f 1 parent 3fd28d0 commit 9c4012f Copy full SHA for 9c4012f
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -870,16 +870,17 @@ <h2>Color spaces</h2>
870
870
to be applied (see < a href ="#C-GammaAppendix "> </ a > ). However, color-aware applications will prefer one of the first three
871
871
methods, while color-unaware applications will typically ignore all four methods.</ p >
872
872
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 >
875
876
876
877
< table id ="color-chunk-precendence " class ="numbered simple ">
877
878
< caption >
878
879
Color Chunk Priority
879
880
</ caption >
880
881
881
882
< tr >
882
- < th > Name </ th >
883
+ < th > Chunk Type </ th >
883
884
< th > Priority</ th >
884
885
</ tr >
885
886
@@ -894,7 +895,7 @@ <h2>Color spaces</h2>
894
895
</ tr >
895
896
896
897
< tr >
897
- < td > < span class ="chunk " href ="#11sRGB "> sRGB</ span > </ td >
898
+ < td > < a class ="chunk " href ="#11sRGB "> sRGB</ a > </ td >
898
899
< td > 3</ td >
899
900
</ tr >
900
901
You can’t perform that action at this time.
0 commit comments