Re: ISSUE-113 (resize): Clarify when resize events fire [DOM3 Events]

Hi folks,

Per our resolution in the 4/20/2011 telecon, the resize event was updated to clarify the most interoperable behavior:

-Target: defaultView
-Bubbles: no
-Cancels: no
-During continuous user-initiated resizing, if the UA supports continuous reflow of the document's layout, then resize events should be dispatched synchronously after each reflow.

No element resize behavior is defined. However, a note remains that points out UAs and host languages may define elements which may resize (such as iframes).

Thanks,

Jacob

Received on Friday, 12 August 2011 06:56:48 UTC