@@ -3774,7 +3774,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
37743774 <li><dfn data-x-href="https://drafts.csswg.org/css-color/#valdef-color-srgb-linear">'srgb-linear'</dfn> color space</li>
37753775 <li><dfn data-x-href="https://drafts.csswg.org/css-color/#valdef-color-display-p3">'display-p3'</dfn> color space</li>
37763776 <li><dfn data-x-href="https://drafts.csswg.org/css-color/#display-p3-linear-space">'display-p3-linear'</dfn> color space</li>
3777- <li><dfn data-x-href="https://drafts.csswg.org/css-color-hdr-1/#valdef-color-rec2100-linear">'rec2100-linear'</dfn> color space</li>
37783777 <li><dfn data-x-href="https://drafts.csswg.org/css-color-5/#valdef-color-profile-rendering-intent-relative-colorimetric">'relative-colorimetric'</dfn> rendering intent</li>
37793778 <li><dfn id="parsed-as-a-css-color-value" data-x-href="https://drafts.csswg.org/css-color/#parse-a-css-color-value">parse a CSS <color> value</dfn></li>
37803779 <li><!--en-GB--><dfn id="serialisation-of-a-color" data-x-href="https://drafts.csswg.org/css-color/#serializing-color-values">serialize a CSS <color> value</dfn> including <dfn data-x-href="https://drafts.csswg.org/css-color/#color-serialization-html-compatible-serialization-is-requested">HTML-compatible serialization is requested</dfn></li>
@@ -75529,7 +75528,7 @@ interface <dfn interface>OffscreenCanvasRenderingContext2D</dfn> {
7552975528 <!--en-GB--><h5 id="colour-spaces-and-colour-correction">Color spaces and color space
7553075529 conversion</h5>
7553175530
75532- <pre><code class="idl">enum <dfn enum>PredefinedColorSpace</dfn> { "<span data-x="dom-PredefinedColorSpace-srgb">srgb</span>", "<span data-x="dom-PredefinedColorSpace-srgb-linear">srgb-linear</span>", "<span data-x="dom-PredefinedColorSpace-display-p3">display-p3</span>", "<span data-x="dom-PredefinedColorSpace-display-p3-linear">display-p3-linear</span>", "<span data-x="dom-PredefinedColorSpace-rec2100-linear">rec2100-linear</span>" };</code></pre>
75531+ <pre><code class="idl">enum <dfn enum>PredefinedColorSpace</dfn> { "<span data-x="dom-PredefinedColorSpace-srgb">srgb</span>", "<span data-x="dom-PredefinedColorSpace-srgb-linear">srgb-linear</span>", "<span data-x="dom-PredefinedColorSpace-display-p3">display-p3</span>", "<span data-x="dom-PredefinedColorSpace-display-p3-linear">display-p3-linear</span>" };</code></pre>
7553375532
7553475533 <p>The <code>PredefinedColorSpace</code> enumeration is used to specify the <span
7553575534 data-x="concept-canvas-color-space">color space</span> of the canvas's backing store.</p>
@@ -75550,10 +75549,6 @@ interface <dfn interface>OffscreenCanvasRenderingContext2D</dfn> {
7555075549 data-x="dom-PredefinedColorSpace-display-p3-linear">display-p3-linear</code></dfn>" value indicates the
7555175550 <span>'display-p3-linear'</span> color space.</p>
7555275551
75553- <p>The "<dfn enum-value for="PredefinedColorSpace"><code
75554- data-x="dom-PredefinedColorSpace-rec2100-linear">rec2100-linear</code></dfn>" value indicates the
75555- <span>'rec2100-linear'</span> color space.</p>
75556-
7555775552 <p class="note">The algorithm for converting between color spaces can be found in the
7555875553 <span>Converting Colors</span> section of <cite>CSS Color</cite>. This color space conversion is
7555975554 identical to the color space conversion that would be applied to an <code>img</code> element with
0 commit comments