You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body {
background: #f0f8ff;
background: #cd5c5c;
_background: teal;
}
Which makes all modern browsers see the IE7 declaration.
Note that if there is white space between , and { then the rules are properly minified (meaning the rule is not dropped but written as-is.)
It seems this tool demonstrates more or less the same parsing bug as oldIE (IE 6/7).
It replaces these 2 rules:
with this one:
Which makes all modern browsers see the IE7 declaration.
Note that if there is white space between
,
and{
then the rules are properly minified (meaning the rule is not dropped but written as-is.)This is a test page that shows this parsing bug.
The text was updated successfully, but these errors were encountered: