Layout.css.report errorsFrom MozillaZine Knowledge Base
[edit] BackgroundThe CSS parser now sends parse errors to the JavaScript Console — these include messages such as “Unknown property 'x'. Declaration dropped.”, “Error in parsing value for property 'x'. Declaration dropped.”, and “Expected 'x' but found 'y'. Declaration dropped.”. While these messages are helpful to web developers for diagnosing problems with web page appearance, they tend to clutter the JavaScript Console. This preference allows the parse errors to be disabled. [edit] Possible values and their effects[edit] TrueReport CSS parse errors and display them in the JavaScript Console. (Default) [edit] FalseSuppress CSS parse error messages. [edit] Caveats
[edit] First checked in[edit] Has an effect in
[edit] Related bugs
[edit] Related preferences |
|