DescriptionAccept CSS url()s without quotes.
This inlines images in the CSS url() function, even if the image name
is not surrounded by quotes. e.g. url(test.png) is now treated like
url('test.png'). The Google CSS style guide recommends using url()
without quotes, and this allows us to follow that style.
BUG=https://code.google.com/p/chromium/issues/detail?id=138849
Committed: https://code.google.com/p/grit-i18n/source/detail?r=62
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 3 (0 generated)
|