Skip to content

Commit 202a06f

Browse files
committed
[css-color-4] export definitions
1 parent 28b4aac commit 202a06f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-color-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Resolving <<color>> Values</h3>
238238
<h2 id='numeric-srgb'>
239239
sRGB Colors</h2>
240240

241-
CSS colors in the <dfn>sRGB</dfn> color space
241+
CSS colors in the <dfn id='sRGB' export>sRGB</dfn> color space
242242
are represented by a triplet of values--
243243
red, green, and blue--
244244
identifying a point in the sRGB color space [[!SRGB]].
@@ -1813,7 +1813,7 @@ Converting sRGB colors to Lab colors</h3>
18131813

18141814
<!-- make these steps links to the appropriate section in a calculations appendix -->
18151815
<ol>
1816-
<li>Convert from sRGB to <dfn>linear-light sRGB</dfn> (undo gamma encoding).
1816+
<li>Convert from sRGB to <dfn id="linear-light-sRGB" export>linear-light sRGB</dfn> (undo gamma encoding).
18171817
This has the same gamut as sRGB,
18181818
but is now additive,
18191819
so that arithmetic operations on the values

0 commit comments

Comments
 (0)