Ticket #1977625 (closed enhancement)
Reportersfbugs |
Opened: 05/29/08 Last modified: 12/12/12 Status: closed Type: enhancement Resolution: wontfix |
Owner Stoyan Stefanov |
Target Release: FUTURE Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Improve CSS compression level by combining rules | ||
| Description: | In my CSS, I typically have quite a few distinct selectors that in fact have the same rule. The most typical one being {display:none}. E.g.: .PrintOnly {display:none} It would be nice if the YUI compressor could combine these to e.g.: .PrintOnly,.Hide,.Inactive{display:none} As far as I can see there should be no side effects. |
||
| Type: | enhancement | Observed in Version: | 2.4.2 |
| Component: | YUICompressor | Severity: | S3 (normal) |
| Assigned To: | Stoyan Stefanov | Target Release: | FUTURE |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 06/2/08
|
|
Posted: 01/7/09
This ticket was imported from Source Forge. Orginially submitted by: znerd |
|
Posted: 04/30/09
|
|
Posted: 09/23/09
|
|
Posted: 09/24/09
|
|
Posted: 11/3/09
Note that Andrew Roberts has patches that implements this and has expressed interest in pushing them upstream.. There is a branch with them in my repo with Andry's changes merged in if anyone is interested. http://www.andy-roberts.net/software/csscompressor/index.html |
|
Posted: 01/30/10
|
|
Posted: 02/3/10
For Stoyan, please check out the css changes in this project which is a fork of yuicompressor. http://www.andy-roberts.net/software/csscompressor/index.html |
|
Posted: 02/11/10
|
|
Posted: 12/12/12
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. |
Isaac Z. Schlueter
Forwarding to component owner for consideration.