Confirmed users
116
edits
(Created page with "==AMO Add-on Validator Warnings== ===General Tests=== ====No em:type found==== No em:type was found in the install.rdf. Please add "<em:type>4</em:type>" to your them...") |
|||
| Line 143: | Line 143: | ||
<br>You can generate the error console message by going to https://www.mozilla.org/mission/. If you are using the extension Console² (https://addons.mozilla.org/en-US/firefox/addon/console²) you can easily filter out content related messages to see just chrome issues. | <br>You can generate the error console message by going to https://www.mozilla.org/mission/. If you are using the extension Console² (https://addons.mozilla.org/en-US/firefox/addon/console²) you can easily filter out content related messages to see just chrome issues. | ||
==Error Console Warnings== | ==Error Console Warnings== | ||
===Obsolete CSS Rules | ===Obsolete CSS Rules=== | ||
====Warning: Unknown property '-moz-border-radius'. Declaration dropped==== | ====Warning: Unknown property '-moz-border-radius'. Declaration dropped==== | ||
Firefox no longer supports -moz-border-radius style properties. Use CSS standard border-radius properties instead (supported by Firefox since FF4.0). See: https://developer.mozilla.org/en/CSS/border-radius | Firefox no longer supports -moz-border-radius style properties. Use CSS standard border-radius properties instead (supported by Firefox since FF4.0). See: https://developer.mozilla.org/en/CSS/border-radius | ||
====Warning: Unknown property '-moz-box-shadow'. Declaration dropped==== | ====Warning: Unknown property '-moz-box-shadow'. Declaration dropped==== | ||
Firefox no longer supports -moz-box-shadow style property. Use CSS standard box-shadow property instead (supported by Firefox since FF4.0). See: https://developer.mozilla.org/en/CSS/box-shadow | Firefox no longer supports -moz-box-shadow style property. Use CSS standard box-shadow property instead (supported by Firefox since FF4.0). See: https://developer.mozilla.org/en/CSS/box-shadow | ||
====Warning: Unknown property '-moz- | ====Warning: Unknown property '-moz-transition'. Declaration dropped.==== | ||
Firefox no longer supports -moz- | Firefox no longer supports -moz-transition style property. Use CSS standard transition property instead (supported by Firefox since FF4.0). See: https://developer.mozilla.org/en/CSS/transition | ||
==Resources== | ==Resources== | ||
===AMO Editors Theme Testing Guidelines=== | ===AMO Editors Theme Testing Guidelines=== | ||