This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13162 - The notes really do need to be cleaned up to be made explicit. Like WTH does this actually say? "The fail the WebSocket connection algorithm invokes the close the WebSocket connection algorithm, which then establishes that the WebSocket connection is clo
Summary: The notes really do need to be cleaned up to be made explicit. Like WTH does ...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebSocket API (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: public-webapps-bugzilla
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 17:33 UTC by contributor
Modified: 2011-07-28 01:27 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-07-06 17:33:30 UTC
Specification: http://dev.w3.org/html5/websockets/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
The notes really do need to be cleaned up to be made explicit. Like WTH does
this actually say? 

"The fail the WebSocket connection algorithm invokes the close the WebSocket
connection algorithm, which then establishes that the WebSocket connection is
closed, which fires the close event as described"

I think it should read:

"The [WebSocket Failure Algorithm] invokes the [WebSocket Close Algorithm],
which then establishes that the WebSocket connection is closed, which then
fires the close event."

Posted from: 109.231.193.164
User agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1
Comment 1 Aryeh Gregor 2011-07-06 21:09:27 UTC
This is confusing because <i> is being used in a note to set off the algorithm name, but it has no effect there.  Maybe .note i { font-style: normal }?
Comment 2 Ian 'Hixie' Hickson 2011-07-28 01:27:05 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Partially Accepted
Change Description: style change
Rationale: I adjusted the styles as suggested in comment 1. Changing the names of the algorithms doesn't work since they're defined in the protocol spec.