Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reword description of color chunk priorities to be more precise #442

Merged
merged 1 commit into from Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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