Skip to content

Commit c96c460

Browse files
chrisnsvgeesus
authored andcommitted
Fix color chunk priority table formatting
1 parent 6ada5d0 commit c96c460

File tree

1 file changed

+27
-36
lines changed

1 file changed

+27
-36
lines changed

index.html

+27-36
Original file line numberDiff line numberDiff line change
@@ -871,52 +871,43 @@ <h2>Color spaces</h2>
871871
methods, while color-unaware applications will typically ignore all four methods.</p>
872872

873873
<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:
875-
876-
<table id="color-chunk-precendence" class="numbered simple">
877-
<caption>
878-
Color Chunk Priority
879-
</caption>
880-
881-
<tr>
882-
<th>Name</th>
883-
<th>Priority</th>
884-
</tr>
885-
886-
<tr>
887-
<td><a href="#cICP-chunk" class="chunk">cICP</a></td>
888-
<td>1</td>
889-
</tr>
890-
891-
<tr>
892-
<td><a class="chunk" href="#11iCCP">iCCP</a></td>
893-
<td>2</td>
894-
</tr>
895-
896-
<tr>
897-
<td><span class="chunk">sRGB</span></td>
898-
<td>3</td>
899-
900-
<tr>
901-
<td><a class="chunk" href= "#11cHRM">cHRM and <a class="chunk" href="#11gAMA">gAMA</a></a></td>
902-
<td>4</td>
903-
</tr>
904-
905-
</tr>
906-
907-
908-
</table>
874+
heirarchy should take precedence and the lower most chunk(s) should be ignored:</p>
909875

876+
<table id="color-chunk-precendence" class="numbered simple">
877+
<caption>
878+
Color Chunk Priority
879+
</caption>
910880

881+
<tr>
882+
<th>Name</th>
883+
<th>Priority</th>
884+
</tr>
911885

886+
<tr>
887+
<td><a href="#cICP-chunk" class="chunk">cICP</a></td>
888+
<td>1</td>
889+
</tr>
912890

891+
<tr>
892+
<td><a class="chunk" href="#11iCCP">iCCP</a></td>
893+
<td>2</td>
894+
</tr>
913895

896+
<tr>
897+
<td><span class="chunk" href="#11sRGB">sRGB</span></td>
898+
<td>3</td>
899+
</tr>
914900

901+
<tr>
902+
<td><a class="chunk" href="#11cHRM">cHRM</a> and <a class="chunk" href="#11gAMA">gAMA</a></td>
903+
<td>4</td>
904+
</tr>
905+
</table>
915906

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

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

0 commit comments

Comments
 (0)