ericmckean / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

IE6 pseudo-element selector bug #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Before returning $css, Minify_CSS_Compressor needs:

// prevent IE6 bug: http://www.crankygeek.com/ie6pebug/
$css = preg_replace('@:first-l(etter|ine)\\{@', ':first-l$1 {', $css);

Original issue reported on code.google.com by mrclay....@gmail.com on 4 Mar 2009 at 10:56

GoogleCodeExporter commented 9 years ago
Fixed in R301

Original comment by mrclay....@gmail.com on 5 Mar 2009 at 4:47