Skip to content

Commit 66265f2

Browse files
committed
[css-color-4][editorial] HTML validity
1 parent 7fe7605 commit 66265f2

File tree

1 file changed

+49
-7
lines changed

1 file changed

+49
-7
lines changed

css-color-4/Overview.bs

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,7 +3974,13 @@ The Predefined sRGB Color Space: the ''sRGB'' keyword</h3>
39743974
It has the following characteristics:
39753975

39763976
<table id="prr-color-srgb">
3977-
<thead><td></td><td>x</td><td>y</td></thead>
3977+
<thead>
3978+
<tr>
3979+
<td></td>
3980+
<td>x</td>
3981+
<td>y</td>
3982+
</tr>
3983+
</thead>
39783984
<tr><th>Red chromaticity</th><td>0.640</td><td>0.330</td></tr>
39793985
<tr><th>Green chromaticity</th><td>0.300</td><td>0.600</td></tr>
39803986
<tr><th>Blue chromaticity</th><td>0.150</td><td>0.060</td></tr>
@@ -4041,7 +4047,13 @@ The Predefined Linear-Light sRGB Color Space: the ''srgb-linear'' keyword</h3>
40414047
It has the following characteristics:
40424048

40434049
<table id="prr-color-srgb-linear">
4044-
<thead><td></td><td>x</td><td>y</td></thead>
4050+
<thead>
4051+
<tr>
4052+
<td></td>
4053+
<td>x</td>
4054+
<td>y</td>
4055+
</tr>
4056+
</thead>
40454057
<tr><th>Red chromaticity</th><td>0.640</td><td>0.330</td></tr>
40464058
<tr><th>Green chromaticity</th><td>0.300</td><td>0.600</td></tr>
40474059
<tr><th>Blue chromaticity</th><td>0.150</td><td>0.060</td></tr>
@@ -4108,7 +4120,13 @@ The Predefined Display P3 Color Space: the ''display-p3'' keyword</h3>
41084120
It has the following characteristics:
41094121

41104122
<table id="prr-color-display-p3">
4111-
<thead><td></td><td>x</td><td>y</td></thead>
4123+
<thead>
4124+
<tr>
4125+
<td></td>
4126+
<td>x</td>
4127+
<td>y</td>
4128+
</tr>
4129+
</thead>
41124130
<tr><th>Red chromaticity</th><td>0.680</td><td>0.320</td></tr>
41134131
<tr><th>Green chromaticity</th><td>0.265</td><td>0.690</td></tr>
41144132
<tr><th>Blue chromaticity</th><td>0.150</td><td>0.060</td></tr>
@@ -4176,7 +4194,13 @@ The Predefined Linear-Light Display P3 Color Space: the ''display-p3-linear'' ke
41764194
It has the following characteristics:
41774195

41784196
<table id="prr-color-display-p3-linear">
4179-
<thead><td></td><td>x</td><td>y</td></thead>
4197+
<thead>
4198+
<tr>
4199+
<td></td>
4200+
<td>x</td>
4201+
<td>y</td>
4202+
</tr>
4203+
</thead>
41804204
<tr><th>Red chromaticity</th><td>0.680</td><td>0.320</td></tr>
41814205
<tr><th>Green chromaticity</th><td>0.265</td><td>0.690</td></tr>
41824206
<tr><th>Blue chromaticity</th><td>0.150</td><td>0.060</td></tr>
@@ -4238,7 +4262,13 @@ The Predefined A98 RGB Color Space: the ''a98-rgb'' keyword</h3>
42384262
It has the following characteristics:
42394263

42404264
<table id="prr-color-a98-rgb">
4241-
<thead><td></td><td>x</td><td>y</td></thead>
4265+
<thead>
4266+
<tr>
4267+
<td></td>
4268+
<td>x</td>
4269+
<td>y</td>
4270+
</tr>
4271+
</thead>
42424272
<tr><th>Red chromaticity</th><td>0.6400</td><td>0.3300</td></tr>
42434273
<tr><th>Green chromaticity</th><td>0.2100</td><td>0.7100</td></tr>
42444274
<tr><th>Blue chromaticity</th><td>0.1500</td><td>0.0600</td></tr>
@@ -4318,7 +4348,13 @@ The Predefined ProPhoto RGB Color Space: the ''prophoto-rgb'' keyword</h3>
43184348
It has the following characteristics:
43194349

43204350
<table id="prr-color-prophoto-rgb">
4321-
<thead><td></td><td>x</td><td>y</td></thead>
4351+
<thead>
4352+
<tr>
4353+
<td></td>
4354+
<td>x</td>
4355+
<td>y</td>
4356+
</tr>
4357+
</thead>
43224358
<tr><th>Red chromaticity</th><td>0.734699</td><td>0.265301</td></tr>
43234359
<tr><th>Green chromaticity</th><td>0.159597</td><td>0.840403</td></tr>
43244360
<tr><th>Blue chromaticity</th><td>0.036598</td><td>0.000105</td></tr>
@@ -4402,7 +4438,13 @@ The Predefined ITU-R BT.2020-2 Color Space: the ''rec2020'' keyword</h3>
44024438
It has the following characteristics:
44034439

44044440
<table id="prr-color-rec2020">
4405-
<thead><td></td><td>x</td><td>y</td></thead>
4441+
<thead>
4442+
<tr>
4443+
<td></td>
4444+
<td>x</td>
4445+
<td>y</td>
4446+
</tr>
4447+
</thead>
44064448
<tr><th>Red chromaticity</th><td>0.708</td><td>0.292</td></tr>
44074449
<tr><th>Green chromaticity</th><td>0.170</td><td>0.797</td></tr>
44084450
<tr><th>Blue chromaticity</th><td>0.131</td><td>0.046</td></tr>

0 commit comments

Comments
 (0)