Closed
Bug 826563
Opened 13 years ago
Closed 13 years ago
CSS validation errors in toolbox.css
Categories
(DevTools :: Framework, defect)
Tracking
(firefox20+ verified)
VERIFIED
FIXED
Firefox 20
People
(Reporter: sergiu, Assigned: sergiu)
References
Details
Attachments
(2 files)
7.62 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
11.55 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20130101 Firefox/20.0
Build ID: 20130103013203
Steps to reproduce:
Using Nightly (v20) on Linux or Windows, open the Error console, then toggle the developer tools.
Actual results:
In the Error console there's a warning:
Warning: Expected ':' but found 'size'. Declaration dropped.
Source File: chrome://browser/skin/devtools/toolbox.css
Line: 176
This is caused by the commit for bug 818033, at https://hg.mozilla.org/mozilla-central/diff/4cd6a880978c/browser/themes/gnomestripe/devtools/toolbox.css#l1.163 and https://hg.mozilla.org/mozilla-central/diff/4cd6a880978c/browser/themes/winstripe/devtools/toolbox.css#l1.164
Apart from that, there are other issue that are not reported by Firefox, but which are considered errors by the W3C CSS validation: url() values without quotes around the URL, and a non-standard syntax for radial gradients.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Severity: normal → trivial
Component: Untriaged → Developer Tools
![]() |
||
Comment 2•13 years ago
|
||
Confirmed
http://hg.mozilla.org/mozilla-central/rev/6955309291ee
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20130103 Firefox/20.0 ID:20130103030946
Warning: Expected ':' but found 'size'. Declaration dropped.
Source file: chrome://browser/skin/devtools/toolbox.css
Line: 177
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Updated•13 years ago
|
Comment 3•13 years ago
|
||
Thank you for your patch Sergiu!
When the patch is ready for review, please ask someone for a review.
Details at:
https://developer.mozilla.org/en-US/docs/Developer_Guide/How_to_Submit_a_Patch
Assignee: nobody → sergiu
Status: NEW → ASSIGNED
Component: Developer Tools → Developer Tools: Framework
Hardware: x86_64 → All
Comment 4•13 years ago
|
||
Comment on attachment 697751 [details] [diff] [review]
Proposed patch
Thank you!
Attachment #697751 -
Flags: review+
Comment 5•13 years ago
|
||
Patch from Sergiu, with author name + bug summary + 8 lines of context.
Sergiu, thank you for fixing this. For your next patches, please look at this: https://developer.mozilla.org/en-US/docs/Creating_a_patch
Attachment #697888 -
Flags: review+
Updated•13 years ago
|
Whiteboard: [land-in-fx-team]
Assignee | ||
Comment 6•13 years ago
|
||
Thanks for the tips, Paul.
Comment 7•13 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Updated•13 years ago
|
status-firefox20:
--- → affected
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 20
Comment 9•12 years ago
|
||
I confirm the fix is verified on FF 20b6 on Windows 7 x64 and Ubuntu 12.04:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0(20130320062118)
Mozilla/5.0 (X11; Linux i68; rv:20.0) Gecko/20100101 Firefox/20.0(20130320062118)
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•