Skip to content

Commit 7d6025b

Browse files
committed
[css-color-4][editorial] markup fixes
1 parent f61a767 commit 7d6025b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-color-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4849,23 +4849,23 @@ Interpolating with Missing Components</h3>
48494849
and will not be carried forward:
48504850

48514851
<pre>
4852-
<span class="swatch" style="--color: rgb(46.647% 46.628% 46.633%)"></span> lch(50% 0.02 none)</span>
4853-
<span class="swatch" style="--color: rgb(71.559% 49.813% 0%)"></span> color(display-p3 0.7 0.5 none)</span>
4852+
<span class="swatch" style="--color: rgb(46.647% 46.628% 46.633%)"></span> lch(50% 0.02 none)
4853+
<span class="swatch" style="--color: rgb(71.559% 49.813% 0%)"></span> color(display-p3 0.7 0.5 none)
48544854
</pre>
48554855

48564856
which convert to
48574857

48584858
<pre>
4859-
<span class="swatch" style="--color: rgb(46.647% 46.628% 46.633%)"></span> oklch(56.897% 0.0001 0)</span>
4860-
<span class="swatch" style="--color: rgb(71.559% 49.813% 0%)"></span> oklch(63.612% 0.1522 78.748)</span>
4859+
<span class="swatch" style="--color: rgb(46.647% 46.628% 46.633%)"></span> oklch(56.897% 0.0001 0)
4860+
<span class="swatch" style="--color: rgb(71.559% 49.813% 0%)"></span> oklch(63.612% 0.1522 78.748)
48614861
</pre>
48624862

48634863
and with carried forward [=missing component=] re-inserted,
48644864
the two colors to be interpolated are:
48654865

48664866
<pre>
4867-
<span class="swatch" style="--color: rgb(46.647% 46.628% 46.633%)"></span> oklch(56.897% 0.0001 none)</span>
4868-
<span class="swatch" style="--color: rgb(71.559% 49.813% 0%)"></span> oklch(63.612% 0.1522 78.748)</span>
4867+
<span class="swatch" style="--color: rgb(46.647% 46.628% 46.633%)"></span> oklch(56.897% 0.0001 none)
4868+
<span class="swatch" style="--color: rgb(71.559% 49.813% 0%)"></span> oklch(63.612% 0.1522 78.748)
48694869
</pre>
48704870
</div>
48714871

0 commit comments

Comments
 (0)