From ca5b742af7c0878d78485583d2c3cde73698925c Mon Sep 17 00:00:00 2001 From: Naina Raisinghani Date: Wed, 13 Dec 2017 13:41:14 +1100 Subject: [PATCH] CSSURLImageValue should serialize url with quotes --- css-typed-om/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 574b20f9..d7778f72 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -2859,7 +2859,7 @@ of serializations of the contained {{CSSTransformComponent}} objects. ----------------------------------------------------------- {{CSSURLImageValue}} objects are serialized to the string given by -"url(" + {{CSSURLImageValue/url}} + ")". +'url("' + {{CSSURLImageValue/url}} + '")'. {{CSSFontFaceValue}} Serialization {#fontfacevalue-serialization} -----------------------------------------------------------------