Closed
Bug 880180
Opened 12 years ago
Closed 12 years ago
Wrong css validation icon
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: michael, Unassigned)
Details
Attachments
(1 file)
67.47 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1 prokwpower (Beta/Release)
Build ID: 20130409194949
Steps to reproduce:
Firefox displays the wrong icon when validating a css-file. In addition: when opening the error console there is no error only a warning.
Actual results:
Using the webdeveloper toolbar by chris (https://addons.mozilla.org/de/firefox/user/chrispederick/) Firefox shows an error icon (red cross) when validating a css-file which includes something like "-moz-border..." or "-moz..." although the validation process itself done via http://jigsaw.w3.org/css-validator/validator?profile=css3&warning=1&uri= returns a warning instead.
So if the validation process returns a warning due to CCS3 firefox does not bring up a warning icon but a error icon, which is pretty confusing, because developers then open the error console but there is no error just a warning.
Expected results:
there should be a warning icon (yellow triangle) instead of the red error icon.
![]() |
||
Comment 1•12 years ago
|
||
Umm, isn't this INVALID since the Reporter seems to have found an Issue in an Addon ("Web Developer")?
Reporter, you need to test with Firefox 23 and the latest version of the add-on.
Flags: needinfo?(michael)
Okay. After a full re-install of firefox it now works fine. BUG SOLVED.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(michael)
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•