[Bug 27384] CSSStyleSheet.insertRule's index argument should be optional with default 0

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27384

--- Comment #30 from Philip Jägenstedt <philip@foolip.org> ---
I was thinking just "optional unsigned long index = 0" with undefined meaning
missing as for all optional arguments, and no other changes. In other words,
prepend.

CSSNamespaceRule was added to Blink in
https://bugs.chromium.org/p/chromium/issues/detail?id=389549 and CSSCharsetRule
was removed from Gecko in https://bugzilla.mozilla.org/show_bug.cgi?id=1148694,
were there other things that might go wrong if Gecko makes the argument
non-optional to sort out?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 28 March 2017 12:04:37 UTC