Closed
Bug 1428974
Opened 7 years ago
Closed 7 years ago
GetCSSFloatValue in HTMLAnonymousNodeEditor.cpp doesn't need to handled thin/medium/thick keywords
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: heycam, Unassigned)
References
Details
GetCSSFloatValue in HTMLAnonymousEditor.cpp is used to get the computed (well, "resolved" really) value of a small set of CSS properties. It handles thin/medium/thick keywords for border width properties, but nsComputedDOMStyle will never produce those keywords -- they'll always already be computed down to a length.
Updated•7 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Fixed by bug 1445605.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•