Skip to content

Commit f617e1a

Browse files
committed
[css-color-4] Remove check on missing values for HTML-compatible serialization, they will already have been converted to zero w3c#10550
1 parent 53f0fc7 commit f617e1a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

css-color-4/Overview.bs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6207,7 +6207,6 @@ Serializing sRGB values</h3>
62076207
<ol>
62086208
<li>The color space is sRGB</li>
62096209
<li>The alpha is 1</li>
6210-
<li>There are no [=missing=] values</li>
62116210
<li>The RGB component values are internally represented as integers between 0 and 255 inclusive (i.e. 8-bit unsigned integer)</li>
62126211
<li><dfn export for="color serialization">HTML-compatible serialization is requested</dfn></li>
62136212
</ol>

0 commit comments

Comments
 (0)