File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4442,7 +4442,22 @@ Color space for interpolation</h3>
4442
4442
while the linear-light XYZ is best for compositing
4443
4443
and gamma-encoded sRGB, which is neither linear light nor perceptually uniform,
4444
4444
will give overly dark mixes but is compatible with older Web content.
4445
- The host syntax may define what the default interpolation space should be for each case,
4445
+
4446
+ Various features in CSS depend on interpolating colors.
4447
+
4448
+ <div class="example" id="ex-host-syntax">
4449
+ Examples include:
4450
+
4451
+ * <<gradient>>
4452
+ * 'filter'
4453
+ * 'animation'
4454
+ * 'transition'
4455
+ * [[color-mix()]]
4456
+ </div>
4457
+
4458
+ These features are collectively termed the<dfn>host syntax</dfn> .
4459
+ The host syntax should define
4460
+ what the default interpolation space should be for each case,
4446
4461
and optionally provide syntax for authors to override this default.
4447
4462
4448
4463
If the host syntax does not define what color space
@@ -4941,6 +4956,7 @@ Changes</h2>
4941
4956
</h3>
4942
4957
4943
4958
<ul>
4959
+ <li> Defined the term host syntax</li>
4944
4960
<!-- to 9 July 2021 -->
4945
4961
<li> Added Lea Verou as co-editor by WG resolution</li>
4946
4962
<li> Clarified that hue angle is unbounded</li>
You can’t perform that action at this time.
0 commit comments