Need feedback: error prompts
When a style is installed from a site and the user doesn't change it, do you think it's useful to prompt the user about errors in the style? The current version does, but I'm thinking I'm going to remove it in this one case. Just because a style has errors doesn't mean it doesn't work - sometimes it's even best practice to do things that would cause errors.
Comments
Otherwise how would they even know (and learn)?
If a style containes errors but still works, the author must already know about it and should make note of it in the descripton to make the user aware.
I also remember an instance where a style had to be corrected because of a missing bracket (typo).
Mostly I'm wanting to improve the cross-browser support of styles posted. If someone puts
foo { -moz-column-count: 2 !important; column-count: 2 !important; }
that really shouldn't be giving the user an error.