[Web Sockets] Bug in Web Sockets API WebIDL

Hi,

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)]

(found with the WebIDL checker at
http://www.w3.org/2009/07/webidl-check?doc=http%3A%2F%2Fdev.w3.org%
2Fhtml5%2Fwebsockets%2F&input=&output=html )

HTH,

Dom

Received on Friday, 6 May 2011 13:41:24 UTC