Skip to content

Commit 845fa04

Browse files
committed
[css-images-4] Make colors serialize correctly #7728
1 parent 5aa04aa commit 845fa04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-images-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ Serialization {#serialization}
24262426

24272427
must serialize as:
24282428

2429-
<pre>linear-gradient(red, yellow, black 100px)</pre>
2429+
<pre>linear-gradient(rgb(255, 0, 0), rgb(255, 255, 0), rgb(0, 0, 0) 100px)</pre>
24302430
</div>
24312431

24322432
<h2 id=deprecated class=no-num>

0 commit comments

Comments
 (0)