Skip to content

Commit 7e57391

Browse files
committed
[css-color-5] More fixes, #7691
1 parent c58834f commit 7e57391

File tree

4 files changed

+93
-8
lines changed

4 files changed

+93
-8
lines changed

css-color-5/Overview.bs

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ or any other color or monochrome output device which has been characterized.
18011801
<figure id="fig-fogra51-roundtrip">
18021802
<!-- See file Macbeth.txt in the workings directory for details. -->
18031803
<object data="images/macbeth-roundtrip.svg" width="720" height="500">
1804-
<p>A grid of colored squares. There are six colums,
1804+
<p>A grid of colored squares. There are six columns,
18051805
labelled A to F,
18061806
and four rows,
18071807
labelled 1 to 4.
@@ -2144,7 +2144,13 @@ or any other color or monochrome output device which has been characterized.
21442144
the colorimetry of the RGB space, and so on.
21452145

21462146
<figure id="fig-naive-cmyk">
2147-
<img src="images/macbeth-naive.svg" width=670 height=450>
2147+
<object data="images/macbeth-naive.svg" width=670 height=450>
2148+
<p>A grid of colored squares. There are six columns,
2149+
labelled A to F,
2150+
and four rows,
2151+
labelled 1 to 4.
2152+
</p>
2153+
</object>
21482154
<figcaption>
21492155
<p>A color checker, used for ensuring color fidelity
21502156
in the print and photographic industries.
@@ -2155,6 +2161,16 @@ or any other color or monochrome output device which has been characterized.
21552161
<p>The table below shows, for each patch, the DeltaE 2000 between the original Lab and the Lab value after round-tripping through CMYK. A DeltaE 2000 of 1 or more is just visible, while 5 or more is just a different color altogether.</p>
21562162
<table class="deltaE">
21572163
<tr>
2164+
<th></th>
2165+
<th>A</th>
2166+
<th>B</th>
2167+
<th>C</th>
2168+
<th>D</th>
2169+
<th>E</th>
2170+
<th>F</th>
2171+
</tr>
2172+
<tr>
2173+
<th>1</th>
21582174
<td class="dE5">11.33</td>
21592175
<td class="dE5">9.36</td>
21602176
<td class="dE5">5.66</td>
@@ -2163,6 +2179,7 @@ or any other color or monochrome output device which has been characterized.
21632179
<td class="dE5">21.58</td>
21642180
</tr>
21652181
<tr>
2182+
<th>2</th>
21662183
<td class="dE5">6.40</td>
21672184
<td class="dE5">8.79</td>
21682185
<td class="dE5">11.77</td>
@@ -2171,6 +2188,7 @@ or any other color or monochrome output device which has been characterized.
21712188
<td class="dE3">3.97</td>
21722189
</tr>
21732190
<tr>
2191+
<th>3</th>
21742192
<td class="dE5">12.1</td>
21752193
<td class="dE5">17.00</td>
21762194
<td class="dE3">3.38</td>
@@ -2179,6 +2197,7 @@ or any other color or monochrome output device which has been characterized.
21792197
<td class="dE5">14.97</td>
21802198
</tr>
21812199
<tr>
2200+
<th>4</th>
21822201
<td class="dE1">1.89</td>
21832202
<td class="dE5">6.56</td>
21842203
<td class="dE5">7.85</td>

css-color-5/PDFium.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,13 @@
338338
<h1>PDFium CMYK to sRGB</h1>
339339

340340
<figure>
341-
<img src="images/macbeth-pdfium.svg" style="width: 60vmin">
341+
<object data="images/macbeth-pdfium.svg" style="width: 60vmin">
342+
<p>A grid of colored squares. There are six columns,
343+
labelled A to F,
344+
and four rows,
345+
labelled 1 to 4.
346+
</p>
347+
</object>
342348
<figcaption>
343349
<p>A color checker, used for ensuring color fidelity
344350
in the print and photographic industries.
@@ -349,7 +355,17 @@ <h1>PDFium CMYK to sRGB</h1>
349355
with the look-up table approach of PDFium.</p>
350356
<p>The table below shows, for each patch, the DeltaE 2000 between the original Lab and the Lab value after round-tripping through CMYK. A DeltaE 2000 of 1 or more is just visible, while 5 or more is just a different color altogether.</p>
351357
<table class="deltaE">
358+
<tr>
359+
<th></th>
360+
<th>A</th>
361+
<th>B</th>
362+
<th>C</th>
363+
<th>D</th>
364+
<th>E</th>
365+
<th>F</th>
366+
</tr>
352367
<tr>
368+
<th>1</th>
353369
<td class="dE4">4.61</td>
354370
<td class="dE3">3.42</td>
355371
<td class="dE3">3.76</td>
@@ -358,6 +374,7 @@ <h1>PDFium CMYK to sRGB</h1>
358374
<td class="dE1">1.76</td>
359375
</tr>
360376
<tr>
377+
<th>2</th>
361378
<td class="dE0">0.41</td>
362379
<td class="dE3">3.44</td>
363380
<td class="dE1">1.30</td>
@@ -366,6 +383,7 @@ <h1>PDFium CMYK to sRGB</h1>
366383
<td class="dE2">2.22</td>
367384
</tr>
368385
<tr>
386+
<th>3</th>
369387
<td class="dE3">3.45</td>
370388
<td class="dE2">2.18</td>
371389
<td class="dE2">2.01</td>
@@ -374,6 +392,7 @@ <h1>PDFium CMYK to sRGB</h1>
374392
<td class="dE1">1.54</td>
375393
</tr>
376394
<tr>
395+
<th>4</th>
377396
<td class="dE0">0.82</td>
378397
<td class="dE3">3.19</td>
379398
<td class="dE4">4.18</td>

css-color-5/images/macbeth-naive.svg

Lines changed: 26 additions & 3 deletions
Loading

css-color-5/images/macbeth-pdfium.svg

Lines changed: 26 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)