Skip to content

Commit 5021606

Browse files
author
Chris Lilley
committed
[css-color-5] Add row and column headers for MacBeth checker, w3c#7691
1 parent 8c50dff commit 5021606

File tree

2 files changed

+48
-5
lines changed

2 files changed

+48
-5
lines changed

css-color-5/Overview.bs

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:css-color-4; type:value; text:srgb
4141
table.deltaE td.dE3 { background: rgb(243, 240, 68)}
4242
table.deltaE td.dE4 { background: rgb(243, 202, 68)}
4343
table.deltaE td.dE5 { background: rgb(243, 103, 68); color: white}
44+
table.deltaE th {text-align: center }
4445
/* work-around for https://github.com/tabatkins/bikeshed/issues/1799 */
4546
div.example {
4647
overflow: visible;
@@ -1799,7 +1800,13 @@ or any other color or monochrome output device which has been characterized.
17991800

18001801
<figure id="fig-fogra51-roundtrip">
18011802
<!-- See file Macbeth.txt in the workings directory for details. -->
1802-
<img src="images/macbeth-roundtrip.svg" width=670 height=450>
1803+
<object data="images/macbeth-roundtrip.svg" width="720" height="500">
1804+
<p>A grid of colored squares. There are six colums,
1805+
labelled A to F,
1806+
and four rows,
1807+
labelled 1 to 4.
1808+
</p>
1809+
</object>
18031810
<figcaption>
18041811
<p>A color checker, used for ensuring color fidelity
18051812
in the print and photographic industries.
@@ -1815,6 +1822,16 @@ or any other color or monochrome output device which has been characterized.
18151822
<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.</p>
18161823
<table class="deltaE">
18171824
<tr>
1825+
<th></th>
1826+
<th>A</th>
1827+
<th>B</th>
1828+
<th>C</th>
1829+
<th>D</th>
1830+
<th>E</th>
1831+
<th>F</th>
1832+
</tr>
1833+
<tr>
1834+
<th>1</th>
18181835
<td class="dE0">0.06</td>
18191836
<td class="dE0">0.07</td>
18201837
<td class="dE0">0.03</td>
@@ -1823,6 +1840,7 @@ or any other color or monochrome output device which has been characterized.
18231840
<td class="dE0">0.17</td>
18241841
</tr>
18251842
<tr>
1843+
<th>2</th>
18261844
<td class="dE0">0.03</td>
18271845
<td class="dE0">0.75</td>
18281846
<td class="dE0">0.05</td>
@@ -1831,6 +1849,7 @@ or any other color or monochrome output device which has been characterized.
18311849
<td class="dE0">0.02</td>
18321850
</tr>
18331851
<tr>
1852+
<th>3</th>
18341853
<td class="dE2">1.9</td>
18351854
<td class="dE0">0.04</td>
18361855
<td class="dE0">0.06</td>
@@ -1839,6 +1858,7 @@ or any other color or monochrome output device which has been characterized.
18391858
<td class="dE0">0.05</td>
18401859
</tr>
18411860
<tr>
1861+
<th>4</th>
18421862
<td class="dE0">0.03</td>
18431863
<td class="dE0">0.08</td>
18441864
<td class="dE0">0.03</td>

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

Lines changed: 27 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)