Closed Bug 971642 Opened 10 years ago Closed 10 years ago

output parser changes the values of CSS variable

Categories

(DevTools :: Inspector, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 971234

People

(Reporter: paul, Unassigned)

Details

>    var-green: red;
>    color: var(green);

green will be replace by a rgb() value.
I think this might be related to bug 971234. Mike? Could you confirm?
Yup, it is a dupe.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Ah, fun. My proposed solution in bug 971234 won't fix this bug; this would require special casing of var(...), just like quoted strings are done. I guess I can do both at once :-)
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.