File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -2361,15 +2361,15 @@ is the same as that specified in
23612361 </tr>
23622362 <tr>
23632363 <td> srgb-linear</td>
2364- <td> color(srgb r g b) <a href="#fn1">¹</a> </td>
2364+ <td> color(srgb-linear r g b) </td>
23652365 </tr>
23662366 <tr>
23672367 <td> hsl</td>
2368- <td> hsl(h s l) <a href="#fn2">² </a> </td>
2368+ <td> hsl(h s l) <a href="#fn1">¹ </a> </td>
23692369 </tr>
23702370 <tr>
23712371 <td> hwb</td>
2372- <td> hwb(h w b) <a href="#fn3">³ </a> </td>
2372+ <td> hwb(h w b) <a href="#fn2">² </a> </td>
23732373 </tr>
23742374 <tr>
23752375 <td> xyz-d65</td>
@@ -2381,7 +2381,7 @@ is the same as that specified in
23812381 </tr>
23822382 <tr>
23832383 <td> xyz</td>
2384- <td> color(xyz-d65 x y z) <a href="#fn4">⁴ </a> </td>
2384+ <td> color(xyz-d65 x y z) <a href="#fn3">³ </a> </td>
23852385 </tr>
23862386 <tr>
23872387 <td> lab</td>
@@ -2403,13 +2403,12 @@ is the same as that specified in
24032403
24042404<dl>
24052405 <dt id="fn1"> ¹</dt>
2406- <dd> After conversion back to gamma-encoded form</dd>
2407- <dt id="fn2"> ²</dt>
24082406 <dd> ''hsl()'' will then serialize as ''rgb()'' or ''rgba()'' </dd>
2409- <dt id="fn3"> ³ </dt>
2407+ <dt id="fn2"> ² </dt>
24102408 <dd> ''hwb()'' will then serialize as ''rgb()'' or ''rgba()'' </dd>
2411- <dt id="fn4"> ⁴ </dt>
2409+ <dt id="fn3"> ³ </dt>
24122410 <dd> Because ''xyz'' is just an alias for ''xyz-d65'' </dd>
2411+
24132412</dl>
24142413
24152414<div class="example">
You can’t perform that action at this time.
0 commit comments