Re: [Web Sockets] Bug in Web Sockets API WebIDL

On Fri, 6 May 2011, Dominique Hazael-Massieux wrote:
> 
> The WebIDL declaration under "The WebSocket interface" in
> http://dev.w3.org/html5/websockets/ has a minor bug. It doesn't use the
> proper syntax for extended attributes: it does [A][B] where the WebIDL
> grammar is [A,B] in
> [Constructor(in DOMString url, in optional DOMString protocols)]
> [Constructor(in DOMString url, in optional DOMString[] protocols)]

Fixed. Thanks.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Tuesday, 24 May 2011 23:47:13 UTC