Skip to content

Commit 2b501f0

Browse files
committed
[css-color-4] fix inline issue syntax
1 parent 98f2c45 commit 2b501f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-color-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@ Examples of HSL colors</h3>
20832083
In each table, the X axis represents the saturation
20842084
while the Y axis represents the lightness.
20852085

2086-
Issue(3088):
2086+
Issue(#3088):
20872087

20882088
<div class="note">The conversions in the table below are known to contain errors. They are copied from CSS Color 3, which also had the same errors. Those colors were supposedly computed by a program in ABC. A future spec will correctly compute those colors. Meanwhile, please note that these conversions are non-normative examples.</div>
20892089

@@ -4438,7 +4438,7 @@ Interpolation</h2>
44384438
<h3 id="interpolation-space">
44394439
Color space for interpolation</h3>
44404440

4441-
Issue(5928):
4441+
Issue(#5928):
44424442

44434443
Colors are first converted to Lab
44444444
and then interpolated as Lab colors.
@@ -4512,7 +4512,7 @@ Interpolating with alpha</h3>
45124512
when premultiplication is undone.
45134513
</div>
45144514

4515-
Issue(445):
4515+
Issue(#445):
45164516

45174517
<h3 id="hue-interpolation">
45184518
Hue interpolation</h3>
@@ -4577,10 +4577,10 @@ Hue interpolation</h3>
45774577
then for interpolation, NaN is replaced
45784578
by the value 0 for both angles.
45794579

4580-
Issue(4928):
4580+
Issue(#4928):
45814581

45824582

4583-
Issue(5277):
4583+
Issue(#5277):
45844584

45854585

45864586
<h2 id="sample">

0 commit comments

Comments
 (0)