We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16425c commit f2d3b8fCopy full SHA for f2d3b8f
css-color-4/Overview.bs
@@ -723,8 +723,8 @@ and there shall be no thousands separator.
723
<div class="example" id="ex-rgb-notrail">
724
<p>The serialized value of </p>
725
<pre class="lang-css"><span class="swatch" style="--color: goldenrod"></span> ''goldenrod''</pre>
726
- <p>is the string "rgb(218 165 32)"
727
- and not the string "rgb(218.000 165.000 32.000)"</p>
+ <p>is the string "rgb(218, 165, 32)"
+ and not the string "rgb(218.000, 165.000, 32.000)"</p>
728
</div>
729
730
<h4 id="serializing-lab-lch">Serializing Lab and LCH values</h4>
0 commit comments