Skip to content

Commit d1207f7

Browse files
Fix typo in sRGB example
1 parent 0cfdaea commit d1207f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-color-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Value Definitions</h3>
128128
<p>This same color could be expressed in various colorspaces:</p>
129129

130130
<pre>
131-
<span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(sRGB 0.41587, 0.503670, 0.36664);
131+
<span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(sRGB 0.41587 0.503670 0.36664);
132132
<span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(display-p3 0.43313 0.50108 0.37950);
133133
<span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(a98-rgb 0.44091 0.49971 0.37408);
134134
<span class="swatch" style="--color: rgb(41.587%, 50.3670%, 36.664%)"></span> color(prophoto-rgb 0.36589 0.41717 0.31333);

0 commit comments

Comments
 (0)