Re: [uievents] The `resize` event isn't a UIEvent (#76)

@zcorpan wrote:
> The third paragraph:
> 
> > The Window object SHOULD always be resizable. A host language MAY define certain elements to be resizable, and under what conditions (e.g., specific elements like <iframe>, or elements with particular characteristics like width and height). However, this specification does not define the behavior for elements.
> 
> doesn't really make any sense to me.

I read that as: "Windows are resizeable. Other things might be resizeable too, but we don't bother specifying them here."

That text looks like a catch-all to cover the case where some user agents are sending `resize` on non-Window objects and we didn't want the spec to disallow it. I don't think it adds much value unless we define what other objects can send `resize`, so I think it's safe to delete.


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/76#issuecomment-195604548

Received on Friday, 11 March 2016 23:42:21 UTC