Skip to content

Commit a895f8f

Browse files
committed
typos
1 parent 33d558a commit a895f8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-color-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ When an origin color is present, the following keywords can also be used in this
721721
This adds 180 degrees to the hue angle, giving the complementary color.
722722
<pre>
723723
--accent: <span class="swatch" style="--color: lightseagreen"></span> lightseagreen;
724-
--complement: <span class="swatch" style="--color: rgb(88.2814% 51.1047% 58.3039%"></span> LCH(from var(--accent) l c calc(h + 180));
724+
--complement: <span class="swatch" style="--color: rgb(88.2814% 51.1047% 58.3039%)"></span> LCH(from var(--accent) l c calc(h + 180));
725725
</pre>
726726
lightseagreen is LCH(65.4937% 39.4484 190.1013), so --complement is <span class="swatch" style="--color: rgb(88.2814% 51.1047% 58.3039%)"></span> LCH(65.4937% 39.4484 370.1013)
727727
</div>

css-color-hdr/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Abstract: This module explores additions to CSS Color 4 to enable High Dynamic R
2828
},
2929
"Rec.2100": {
3030
"href": "https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2100-2-201807-I!!PDF-E.pdf",
31-
"title": "ITU-R BT.2100-2 Image parameter values for high dynamic range television for use in production and international programme exchange",
31+
"title": "ITU-R BT.2100-2 Image parameter values for high dynamic range television for use in production and international programme exchange",
3232
"publisher": "ITU",
3333
"rawDate": "2018-07-00",
3434
"date": "July 2018"

0 commit comments

Comments
 (0)