Closed Bug 1255369 Opened 8 years ago Closed 6 years ago

inIDOMUtils.getCSSValuesForProperty() is missing keywords for 'list-style-type' property

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

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
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 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
https://hg.mozilla.org/mozilla-central/rev/1fac52e0d5b4
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: