css - difference between Safari web inspector strike throughs -


in below picture, -webkit-box-shadow rule crossed out in red while -moz-box-shadow rule crossed out in black.

what each mean? (e.g. difference between red , black strike through?)

web inspector crosses out different rules in different ways

a red strike through indicates error, such invalid value or syntax error, , black strike through means rule ignored, because has been overridden.

in example, -webkit-box-shadow rule crossed out in red because of invalid value (rbga instead of rgba).


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -