NEW 140730
background serialization doesn't match the spec
https://bugs.webkit.org/show_bug.cgi?id=140730
Summary background serialization doesn't match the spec
Simon Fraser (smfr)
Reported 2015-01-21 09:47:45 PST
background: url(foo), red url(bar); gets serialized as "rgb(255, 0, 0) url(foo), url(bar) repeat, repeat scroll, scroll 0% 0%, 0% 0% / auto, auto padding-box, padding-box border-box, border-box" which doesn't match the spec: http://www.w3.org/TR/css3-background/#ltfinal-bg-layergt
Attachments
Note You need to log in before you can comment on or make changes to this bug.