[Bug 26775] CSSOM-View extensions to Element and Window break backwards-compatibility

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

--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu> ---
> Should I do this across the board?

Only for the things that used to take integers, I'd say.  Things that have been
taking doubles/floats all along are likely web-compatible, since browsers are
already shipping those.

> What about initMouseEvent()? MouseEventInit?

Those take integers in
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#interface-MouseEvent
and
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#idl-def-MouseEventInit
as far as I can tell.

No idea on touch events.

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

Received on Thursday, 11 September 2014 18:03:16 UTC