Closed
Bug 719012
Opened 14 years ago
Closed 14 years ago
Style Editor does not change coloring for double slash comments
Categories
(DevTools :: Style Editor, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: AlexLakatos, Unassigned)
Details
Style Editor does not change coloring for double slash comments
Steps to Reproduce:
1.Open the style editor
2.Write // at the end of a line that has some text on it
Expected Result
3.The text on the line turns green
Actual Result
3.No text on the line changes color
Comment 1•14 years ago
|
||
This is not a valid way to comment code in CSS.
Only /* ... */ is permitted.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•