Skip to content

Commit

Permalink
remaining review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 19, 2024
1 parent 49d2032 commit 327b2ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -50405,8 +50405,8 @@ ldh-str = &lt; as defined in <a href="https://www.rfc-editor.org/rfc/rfc10
an earlier version of the color well control.</p>
</li>

<li><p>Set <var>color</var> to <var>color</var> converted to the <span>'srgb'</span> color
space.</p></li>
<li><p>Set <var>color</var> to <var>color</var> <span data-x="Converting
Colors">converted</span> to the <span>'srgb'</span> color space.</p></li>

<li><p>Round each of <var>color</var>'s components so they are in the range 0 to 255,
inclusive. Components are to be <a
Expand All @@ -50423,15 +50423,15 @@ ldh-str = &lt; as defined in <a href="https://www.rfc-editor.org/rfc/rfc10
data-x="attr-input-colorspace">colorspace</code> attribute is in the <span
data-x="attr-input-colorspace-display-p3-state">Display P3</span> state.</p></li>

<li><p>Set <var>color</var> to <var>color</var> converted to the <span>'display-p3'</span>
color space.</p></li>
<li><p>Set <var>color</var> to <var>color</var> <span data-x="Converting
Colors">converted</span> to the <span>'display-p3'</span> color space.</p></li>
</ol>
</li>

<li><p class="XXX">Return the result of serializing (serialize a CSS &lt;color> value)
<var>color</var> with <i><span data-x="">htmlCompatible</span></i> set to
<var>htmlCompatible</var>. See <a href="https://github.com/whatwg/html/issues/8917">issue
#8917</a> for context.</p></li>
<li><p>Return the result of <span data-x="serialize a CSS &lt;color> value">serializing</span>
<var>color</var>. If <var>htmlCompatible</var> is true, then do so with <span
data-x="HTML-compatible serialization is requested">HTML-compatible serialization
requested</span>.</p></li>
</ol>

</div>
Expand Down

0 comments on commit 327b2ae

Please sign in to comment.