Re: [whatwg] [Bug 12287] Restrict sequenceT to operation argument types and return types

2012-01-09 Thread Ian Hickson
On Mon, 23 May 2011, and...@ado.is-a-geek.net wrote: http://www.w3.org/Bugs/Public/show_bug.cgi?id=12287: sequenceT has undesirable behaviour in JS when used as an attribute value, so we should consider preventing its use there. HTML5 Section 10: typedef sequenceMessagePort

Re: [whatwg] [Bug 12287] Restrict sequenceT to operation argument types and return types

2011-05-23 Thread andrew
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12287: sequenceT has undesirable behaviour in JS when used as an attribute value, so we should consider preventing its use there. HTML5 Section 10: typedef sequenceMessagePort MessagePortArray; interface MessageEvent : Event { readonly

Re: [whatwg] [Bug 12287] Restrict sequenceT to operation argument types and return types

2011-05-23 Thread Cameron McCormack
and...@ado.is-a-geek.net: Can MessagePortArray be changed to be some kind of collection like many of the other places in DOM when we want a list of children? This would probably be easiest for me, but perhaps there is a better way. I suggest just changing the typedef to `typedef MessagePort[]