Ticket #2528108 (closed enhancement)

Reporter


glen
Opened: 07/8/11
Last modified: 12/12/12
Status: closed
Type: enhancement
Resolution: wontfix

Owner


Reid Burke
Target Release:
Priority:
Summary: feature: trim quotes from url("...") in css
Description:

i think it is safe to remove quotes in css url() params:


$ echo 'a{background:url("s.gif")' | yuicompressor --type css
a{background:url("s.gif")

would result:


a{background:url(s.gif)

(exception may be if url value contains spaces)

Type: enhancement Observed in Version: 2.4.6
Component: YUICompressor Severity: S3 (normal)
Assigned To: Reid Burke Target Release:
Location: Priority:
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Jenny Donnelly

YUI Developer

Posted: 12/12/12
  • resolution changed to wontfix
  • status changed from new to closed

Thank you for your bug report. We are deprecating YUI Compressor in favor of yuglify. Please see our announcement for more information: http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/. We will consider migrating these legacy tickets to GitHub if there are community maintainers willing to step up and own them.