Re: RfC: LCWD of WebSocket API; deadline August 30

On 8/10/12 12:34 AM, ext Takeshi Yoshino wrote:
> No technical comments.
>
> A few editorial comments.
>
> > CLOSING (numeric value 2)
> > The connection is going through the closing handshake.
>
> The readyState can enter CLOSING also when close() is called before 
> establishment. In that case, it's not going through closing handshake.
>
> >  // networking
> >           attribute EventHandleronopen;
>
> insert an SP between EventHandler and onopen
> (already fixed on the editor's draft)
>
> > When the user agent validates the server's response during the 
> "establish a WebSocket connection" algorithm, if the status code 
> received from the server is not 101 (e.g. it is a redirect), the user 
> agent must fail the websocket connection.
>
> websocket -> WebSocket
>
> > If the user agent was required to fail the websocket connection or 
> the WebSocket connection is closed with prejudice, fire a simple event 
> named error at the WebSocket object. [WSP]
>
> websocket -> WebSocket
>
> > interface CloseEvent : Event {
> >   readonly attribute boolean wasClean;
> >   readonly attribute unsigned short code;
> >   readonly attribute DOMString reason;
> > };
>
> missing anchor on reason to its description

Hi Takeshi - please file a bug 
(<http://tinyurl.com/Bugz-Web-Socket-API>) for your comments 
(<http://lists.w3.org/Archives/Public/public-webapps/2012JulSep/0420.html>). 


-Thanks, AB

Received on Monday, 20 August 2012 12:42:57 UTC