File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
491499Range Checking</h3>
You can’t perform that action at this time.
0 commit comments