[Bug 29525] scroll and resize events lack explicit definitions

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

--- Comment #3 from Simon Pieters <simonp@opera.com> ---
HTML doesn't have that information in its event tables, whether it's cancelable
or bubbles depends on where it's fired; it's not an inherent property of the
event type. In particular, 'scroll' in CSSOM View both bubbles and doesn't
bubble, depending on the target.

I suppose it would be possible to have that information in the tables though;
let me know what you think.

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

Received on Friday, 11 March 2016 12:42:40 UTC