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 28841 - Incorporate changes suggested by Mixed Content
Summary: Incorporate changes suggested by Mixed Content
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebSocket API (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-22 18:03 UTC by Mike West
Modified: 2016-03-05 17:39 UTC (History)
4 users (show)

See Also:


Attachments

Description Mike West 2015-06-22 18:03:21 UTC
Mixed Content notes a change to the WebSocket API in order to align the behavior of sockets with things like XHR, EventSource, and Fetch: http://www.w3.org/TR/mixed-content/#websockets-integration. The relevant bit of which is:

```
The WebSocket() constructor algorithm [WEBSOCKETS] is modified as follows:

Remove the current step 2.
```

It would be lovely if we could incorporate these changes into the WebSocket API spec in a future iteration.
Comment 1 Domenic Denicola 2015-10-01 21:33:38 UTC
https://github.com/whatwg/html/pull/222
Comment 2 Domenic Denicola 2016-02-26 15:39:50 UTC
Turns out this is part of a larger problem and can't be solved with a simple HTML pull request; see https://github.com/whatwg/html/pull/222 discussion.
Comment 3 Anne 2016-03-05 17:39:46 UTC
See https://github.com/whatwg/fetch/issues/235 for a new solution.