Skip to content

Commit b49bec2

Browse files
authored
Merge pull request #542 from nainar/issue_519
CSSURLImageValue should serialize url with quotes
2 parents fd01561 + ca5b742 commit b49bec2

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
@@ -2890,7 +2890,7 @@ of serializations of the contained {{CSSTransformComponent}} objects.
28902890
-----------------------------------------------------------
28912891

28922892
{{CSSURLImageValue}} objects are serialized to the string given by
2893-
"url(" + {{CSSURLImageValue/url}} + ")".
2893+
'url("' + {{CSSURLImageValue/url}} + '")'.
28942894

28952895
{{CSSFontFaceValue}} Serialization {#fontfacevalue-serialization}
28962896
-----------------------------------------------------------------

0 commit comments

Comments
 (0)