This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
CSS compression removes quotes and backslashes #574
Closed
Description
What steps will reproduce the problem?
1. CSS rule for an element with an id with a '.' character in
eg:
#MyForm\.myfield { ... }
<input id="MyForm.myfield" ... />
2. modpagespeed compresses the CSS, and replaces the \. in the rule with .
http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
Defines this as valid CSS.
What version of the product are you using (please check X-Mod-Pagespeed
header)?
1.0.22.7-2005
On what operating system?
Debian 6 ('Squeeze')
Which version of Apache?
Apache 2.2.16-6+squeeze8 (http://packages.debian.org/squeeze/apache2.2-bin)
URL of broken page:
Sorry, internal dev site.
Original issue reported on code.google.com by Dev.Anu...@gmail.com
on 20 Nov 2012 at 4:00