Re: EventInit dictionaries

Thanks for the feedback! I believe all of these comments are addressed in the ED now except for the obsolete AbstractView, which I'll address as part of ACTION-65.

https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-events.html

> From: Ms2ger 
> Date: Fri, 01 Feb 2013 20:08:18 +0100
> 
> A few comments from a quick look over the "IndieUI: Events 1.0" spec [1]
> 
> UIRequestEventInit should inherit from UIEventInit.
> 
> UIManipulationRequestEventInit should inherit from UIRequestEventInit
> 
> AbstractView has long disappeared from the platform, use WindowProxy 
> instead.
> 
> All members of a dictionary are optional; using the 'optional' keyword 
> in the IDL for a dictionary is not allowed.
> 
> Various events seem to be missing the members defined in the relevant 
> EventInit dictionaries.
> 
> Integer-valued constants like the ones on UIValueChangeRequestEvent are 
> frowned upon, use WebIDL enums instead.
> 
> HTH
> Ms2ger
> 
> 

Received on Sunday, 18 August 2013 11:32:01 UTC