Allen Wirfs-Brock wrote:
Also, I would outlaw (new) overloads likeDocument: TouchList createTouchList(Touch... touches); TouchList createTouchList(sequence<Touch> touches);
Yeah, why are *new* (this is from Web Events, not legacy) APIs doing the crazy. Answer: because people imitate older crazy APIs, and WebIDL supports this.
/be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

