Skip to content

Commit ca5b742

Browse files
author
Naina Raisinghani
committed
CSSURLImageValue should serialize url with quotes
1 parent 9db7f3f commit ca5b742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,7 @@ of serializations of the contained {{CSSTransformComponent}} objects.
28592859
-----------------------------------------------------------
28602860

28612861
{{CSSURLImageValue}} objects are serialized to the string given by
2862-
"url(" + {{CSSURLImageValue/url}} + ")".
2862+
'url("' + {{CSSURLImageValue/url}} + '")'.
28632863

28642864
{{CSSFontFaceValue}} Serialization {#fontfacevalue-serialization}
28652865
-----------------------------------------------------------------

0 commit comments

Comments
 (0)