@@ -235,7 +235,7 @@ The following sections outline the relative color syntax for each color function
235235
236236Issue: A future version of this specification may define a relative syntax for ''color()'' as well.
237237
238- <h4>Relative RGB colors</h4>
238+ <h4 id="relative-RGB" >Relative RGB colors</h4>
239239
240240The grammar of the ''rgb()'' function is extended as follows:
241241
@@ -252,7 +252,7 @@ When an origin color is present, the following keywords can also be used in this
252252- 'b' is a <<percentage>> that corresponds to the origin color's blue channel after its conversion to sRGB
253253- 'alpha' is a <<percentage>> that corresponds to the origin color's alpha transparency
254254
255- <h4>Relative HSL colors</h4>
255+ <h4 id="relative-HSL" >Relative HSL colors</h4>
256256
257257The grammar of the ''hsl()'' function is extended as follows:
258258
@@ -268,7 +268,7 @@ When an origin color is present, the following keywords can also be used in this
268268- 'l' is a <<percentage>> that corresponds to the origin color's HSL lightness after its conversion to sRGB
269269- 'alpha' is a <<percentage>> that corresponds to the origin color's alpha transparency
270270
271- <h4>Relative HWB colors</h4>
271+ <h4 id="relative-HWB" >Relative HWB colors</h4>
272272
273273The grammar of the ''hwb()'' function is extended as follows:
274274
@@ -283,7 +283,7 @@ When an origin color is present, the following keywords can also be used in this
283283- 'b' is a <<percentage>> that corresponds to the origin color's HWB blackness after its conversion to sRGB
284284- 'alpha' is a <<percentage>> that corresponds to the origin color's alpha transparency
285285
286- <h4>Relative Lab colors</h4>
286+ <h4 id="relative-Lab" >Relative Lab colors</h4>
287287
288288The grammar of the ''lab()'' function is extended as follows:
289289
@@ -320,7 +320,7 @@ When an origin color is present, the following keywords can also be used in this
320320 </pre>
321321</div>
322322
323- <h4>Relative LCH colors</h4>
323+ <h4 id="relative-LCH" >Relative LCH colors</h4>
324324
325325The grammar of the ''lch()'' function is extended as follows:
326326
0 commit comments