Skip to content

Commit 4b1b2c3

Browse files
committed
[css-color-4] define host syntax, see w3c#6439
1 parent ed76bf7 commit 4b1b2c3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

css-color-4/Overview.bs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4442,7 +4442,22 @@ Color space for interpolation</h3>
44424442
while the linear-light XYZ is best for compositing
44434443
and gamma-encoded sRGB, which is neither linear light nor perceptually uniform,
44444444
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,
44464461
and optionally provide syntax for authors to override this default.
44474462

44484463
If the host syntax does not define what color space
@@ -4941,6 +4956,7 @@ Changes</h2>
49414956
</h3>
49424957

49434958
<ul>
4959+
<li>Defined the term host syntax</li>
49444960
<!-- to 9 July 2021 -->
49454961
<li>Added Lea Verou as co-editor by WG resolution</li>
49464962
<li>Clarified that hue angle is unbounded</li>

0 commit comments

Comments
 (0)