Skip to content

Commit 00d9fe0

Browse files
committed
[css-values-4] Fix markup, link issues.
1 parent 05ba515 commit 00d9fe0

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

css-values-4/Overview.bs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Representing Interpolated Values: the ''mix()'' notation</h3>
457457
whose syntax is defined as follows:
458458

459459
<pre class="prod">
460-
mix( <<percentage>> ; <<start-value>> ; <<end-value )
460+
mix( <<percentage>> ; <<start-value>> ; <<end-value>> )
461461
</pre>
462462

463463
<dl dfn-for="mix()">
@@ -486,6 +486,14 @@ Representing Interpolated Values: the ''mix()'' notation</h3>
486486
ISSUE: Define more precisely where mix() is allowed.
487487
Is it a top-level functional notation only?
488488
Or can it be nested more deeply in the grammar somehow?
489+
(<a href="https://github.com/w3c/csswg-drafts/issues/6700">Issue 6700</a>)
490+
491+
492+
ISSUE: What happens to values greater than 100% / less than 0%?
493+
Do we clamp them to the range?
494+
Interpolate past the range?
495+
Make them invalid?
496+
(<a href="https://github.com/w3c/csswg-drafts/issues/6701">Issue 6701</a>)
489497

490498
<h3 id="combining-range">
491499
Range Checking</h3>

0 commit comments

Comments
 (0)