File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -468,10 +468,10 @@ Resolving <<color>> Values</h3>
468468 and defaulting to opaque if unspecified).
469469
470470 <div class="example" id="ex-lch-computed">
471- <p> For example, </p>
471+ <p> For example, the computed value of </p>
472472 <pre class="lang-css"><span class="swatch" style="--color: rgb(77.61% 36.34% 2.45%)"></span> lch(52.2345% 72.2 56.2 / 1)</pre>
473- <p> would serialize as the string </p>
474- <pre class="lang-css"><span class="swatch" style="--color: rgb(77.61% 36.34% 2.45%)"></span> " lab(52.2345 % 40.1645 59.9971)" </pre>
473+ <p> is </p>
474+ <pre class="lang-css"><span class="swatch" style="--color: rgb(77.61% 36.34% 2.45%)"></span> lab(52.235 % 40.165 59.997) </pre>
475475 </div>
476476
477477 <h4 id="resolving-color-function-values">Resolving values of the ''color()'' function</h4>
@@ -483,10 +483,10 @@ Resolving <<color>> Values</h3>
483483 and defaulting to opaque if unspecified).
484484
485485 <div class="example" id="ex-p3-computed">
486- <p> For example,</p>
486+ <p> For example, the computed value of</p>
487+ <pre class="lang-css"><span class="swatch" style="--color: goldenrod"></span> color(display-p3 0.823 0.6554 0.2537 /1)</pre>
488+ <p> is</p>
487489 <pre class="lang-css"><span class="swatch" style="--color: goldenrod"></span> color(display-p3 0.823 0.6554 0.2537)</pre>
488- <p> would serialize as the string</p>
489- <pre class="lang-css"><span class="swatch" style="--color: goldenrod"></span> "color(display-p3 0.823 0.6554 0.2537)"</pre>
490490 </div>
491491
492492<h4 id="resolving-device-cmyk-values">Resolving ''device-cmyk'' values</h4>
You can’t perform that action at this time.
0 commit comments