@@ -1715,10 +1715,7 @@ These two colorspaces are indicated by using the predefined identifiers <i>P3</i
17151715<i> Rec.2020</i> in the color function. No ''<@color-profile>'' at-rule is needed; if one is
17161716supplied, it will be ignored.
17171717
1718- The DCI P3 <!--
1719- comment out until spec database is updated
1720- [[!P3]] -->
1721- colorspace has the following characteristics:
1718+ The DCI P3 [[!DCI-P3]] colorspace has the following characteristics:
17221719
17231720<table>
17241721 <tr><th> Red chromaticity</th><td> x=0.680 y=0.320</td></tr>
@@ -1728,9 +1725,7 @@ The DCI P3 <!--
17281725 <tr><th> Transfer function</th><td> 1/2.6</td></tr>
17291726</table>
17301727
1731- The ITU Rec.2020 <!--
1732- comment out until spec database is updated
1733- [[!2020]] -->
1728+ The ITU Rec.2020 [[!Rec.2020]]
17341729 colorspace has the following characteristics:
17351730
17361731<table>
@@ -1784,22 +1779,20 @@ rule is a group rule. It consists of the at-keyword
17841779In a very similar way to the ''<@font-face.'' at-rule, the ''<@color-profile>''
17851780at-rule has a name (which will be used inside the stylesheet),
17861781and a descriptor to point to the actual
1787- data (<dfn for="@color-profile/src">src</dfn> , just like
1788- <dfn> src</dfn> in font-face.) The <dfn> src</dfn>
1789- descriptor takes a url() as it's value.'
1782+ data (<dfn data-dfn-type="descriptor" for="@color-profile/src">src</dfn> , just like
1783+ '' src'' in font-face.) The '' src''
1784+ descriptor takes a url() as it's value.
17901785
17911786<!-- should we add a format field to this descriptor, like with font-face src? it is always ICC format
17921787in practice, but that could change in the future. or we could add format later, once there is
17931788a need, and make the default ICC if not specified -->
17941789
1795- A third, optional descriptor defines the '' rendering intent'' to use when mapping colors
1790+ A third, optional descriptor defines the <dfn data-dfn-type="descriptor"> rendering intent</dfn> to use when mapping colors
17961791from a larger to a smaller gamut.
17971792
17981793This descriptor is only needed if the profile linked to has data for multiple rendering intents.
17991794There are four values for rendering intent
1800- <!--
1801- comment out until spec database is updated
1802- [[!ICC]] : -->
1795+ [[!ICC]] :
18031796
18041797<dl>
18051798 <dt id="intent-relative"> relative-colorimetric</dt>
0 commit comments