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 10985 - The sentence "The subprotocol names must all be non-empty ASCII strings with no control characters and not spaces in them (i.e. only characters in the range U+0021 to U+007E)." should actually read: "The subprotocol names must all be non-empty ASCII strin
Summary: The sentence "The subprotocol names must all be non-empty ASCII strings with ...
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: 2010-10-06 12:16 UTC by contributor
Modified: 2010-10-12 08:53 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2010-10-06 12:16:33 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#the-websocket-interface

Comment:
The sentence "The subprotocol names must all be non-empty ASCII strings with
no control characters and not spaces in them (i.e. only characters in the
range U+0021 to U+007E)." should actually read: "The subprotocol names must
all be non-empty ASCII strings with no control characters and no spaces in
them (i.e. only characters in the range U+0021 to U+007E)."

Posted from: 220.235.101.140
Comment 1 Ian 'Hixie' Hickson 2010-10-12 08:52:27 UTC
Assuming the difference is s/not/no/, agreed.
Comment 2 contributor 2010-10-12 08:53:16 UTC
Checked in as WHATWG revision r5609.
Check-in comment: typo
http://html5.org/tools/web-apps-tracker?from=5608&to=5609