Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

CSS Filter: Incorrectly minification not-quoted font-family names with spaces #5

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

this style:
font-family: trebuchet ms;

is being minified to:
font-family: trebuchetms;

while it should be:
font-family: "trebuchet ms";
or remain untouched


Original issue reported on code.google.com by cgeorgak...@gmail.com on 3 Nov 2010 at 10:24

@GoogleCodeExporter
Copy link
Author

Ah, that's not right. Thanks for the report, I'm looking into it.

Original comment by sligocki@google.com on 3 Nov 2010 at 11:24

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by sligocki@google.com on 5 Nov 2010 at 3:01

  • Added labels: Priority-Critical
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

http://code.google.com/p/modpagespeed/source/detail?r=146

Note: this fix has not been made available in binary form yet.  We will release 
new binary distributions incorporating these changes on Monday Nov 8.

Those building using the open-source instructions on 
http://code.google.com/p/modpagespeed/wiki/HowToBuild can try out these 
improvements immediately.

Original comment by jmara...@google.com on 5 Nov 2010 at 10:50

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

To clarify, we've turned off CSS minification by default because it is 
dangerous. We still need to fix this bug so that we can minify CSS correctly.

Original comment by sligocki@google.com on 5 Nov 2010 at 11:16

  • Changed state: Accepted
  • Added labels: Priority-High
  • Removed labels: Priority-Critical

@GoogleCodeExporter
Copy link
Author

Original comment by sligocki@google.com on 10 Nov 2010 at 8:10

  • Changed title: CSS Filter: Incorrectly minification not-quoted font-family names with spaces

@GoogleCodeExporter
Copy link
Author

Looks like this is fixed in head. I've added a test for it as well.

Original comment by sligocki@google.com on 10 Nov 2010 at 9:45

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant