Closed
Bug 1255369
Opened 9 years ago
Closed 7 years ago
inIDOMUtils.getCSSValuesForProperty() is missing keywords for 'list-style-type' property
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: sebo, Assigned: tromey)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This property is missing all predefined counter styles as well as the 'none' keyword and the symbols() function.
Test case (to execute in Scratchpad):
let DOMUtils = Cc["@mozilla.org/inspector/dom-utils;1"].getService(Ci.inIDOMUtils);
DOMUtils.getCSSValuesForProperty("list-style-type");
Sebastian
Assignee | ||
Comment 1•7 years ago
|
||
I solved this one in a bit of an ad hoc way.
Maybe it would be better to introduce an iterator somewhere instead.
Assignee: nobody → ttromey
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8947132 [details]
Bug 1255369 - fix getCSSValuesForProperty for line-style-type;
https://reviewboard.mozilla.org/r/216904/#review222886
Attachment #8947132 -
Flags: review?(xidorn+moz) → review+
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1fac52e0d5b4
fix getCSSValuesForProperty for line-style-type; r=xidorn
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•6 years ago
|
status-firefox48:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•