Skip to content

Commit 53f0fc7

Browse files
committed
[css-color-4] Move note about missing values becoming 0, so it applies to both HTML-compatible and CSS serializations w3c#10550
1 parent 57af18a commit 53f0fc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-color-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6196,6 +6196,10 @@ Serializing sRGB values</h3>
61966196
the declared, computed and used value
61976197
is the corresponding sRGB value.
61986198

6199+
During serialization,
6200+
any [=missing=] values
6201+
are converted to 0.
6202+
61996203
<h4 id="HTML-compatible-serialization-of-srgb">HTML-compatible serialization of sRGB values</h4>
62006204

62016205
If the following conditions are all true:
@@ -6262,10 +6266,6 @@ Serializing sRGB values</h3>
62626266
with all <a href="https://infra.spec.whatwg.org/#ascii-lowercase">ASCII lowercase</a>
62636267
letters for the function name.
62646268

6265-
During serialization,
6266-
any [=missing=] values
6267-
are converted to 0.
6268-
62696269
For compatibility, the sRGB component values
62706270
are serialized in <<number>> form, not <<percentage>>.
62716271
Also for compatibility,

0 commit comments

Comments
 (0)