[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 #26 from Simon Pieters <simonp@opera.com> ---
(In reply to Boris Zbarsky from comment #23)
> There was also an issue in window.open() for the feature string; it used to
> become "undefined" and now becomes "".  The behavior of both is not
> specified, so it's hard to tell what the compat behavior is; it depends on
> what the UA does with those two values.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25685 seems related.

There's also scrollIntoView which is bending over backwards for undefined. I
don't recall if someone tried shipping without the special-case and found it
broke sites or not, though.

http://dev.w3.org/csswg/cssom-view/#dom-element-scrollintoview
http://lists.w3.org/Archives/Public/www-style/2014Jul/0510.html

Also XMLHttpRequest#open async argument.

I think there were more things but I don't recall.

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

Received on Thursday, 27 November 2014 10:04:37 UTC