Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 16, 2024
1 parent 4a341d3 commit 4da70fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -48152,7 +48152,7 @@ interface <dfn interface>HTMLInputElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn attribute for="HTMLInputElement"><code
data-x="dom-input-colorSpace">colorSpace</code></dfn> IDL attribute must <span>reflect</span> the
<code data-x="dom-input-colorspace">colorspace</code> content attribute, <span>limited to only
<code data-x="attr-input-colorspace">colorspace</code> content attribute, <span>limited to only
known values</span>. The <dfn attribute for="HTMLInputElement"><code
data-x="dom-input-type">type</code></dfn> IDL attribute must <span>reflect</span> the respective
content attribute of the same name, <span>limited to only known values</span>. The <dfn attribute
Expand Down Expand Up @@ -50279,7 +50279,8 @@ ldh-str = &lt; as defined in <a href="https://www.rfc-editor.org/rfc/rfc10
data-x="attr-input-colorspace-limited-srgb">limited-srgb</code></dfn>
<td><dfn data-x="attr-input-colorspace-limited-srgb-state">Limited sRGB</dfn>
<td>The CSS color is converted to the <span>'srgb'</span> color space and limited to 8-bits per
component, e.g., "<code data-x="">#123456</code>" or "<code data-x="">color(srgb )</code>".
component, e.g., "<code data-x="">#123456</code>" or "<code
data-x="">color(srgb 0 1 0 / 0.5)</code>".
<tr>
<td><dfn attr-value for="input/colorspace"><code
data-x="attr-input-colorspace-display-p3">display-p3</code></dfn>
Expand Down

0 comments on commit 4da70fc

Please sign in to comment.