matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

Missing space character causes rendering issues in WebKit #175

Closed denzel100 closed 7 years ago

denzel100 commented 7 years ago

Hi,

minifying "-webkit-text-size-adjust: none;" removes the space character and breaks WebKit rendering. Confirmed for Safari 5, Safari 9.1 and Midori 0.5.11. Safari 10 and other modern browsers appear to correct this bug.

denzel100 commented 7 years ago

see also https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues/40