|
96 | 96 | <h1 class="p-name no-ref" id="title">Secure Contexts</h1>
|
97 | 97 |
|
98 | 98 | <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
|
99 |
| - <time class="dt-updated" datetime="2015-09-11">11 September 2015</time></span></h2> |
| 99 | + <time class="dt-updated" datetime="2015-09-14">14 September 2015</time></span></h2> |
100 | 100 |
|
101 | 101 | <div data-fill-with="spec-metadata">
|
102 | 102 | <dl>
|
@@ -625,6 +625,12 @@ <h4 class="heading settled" data-level="1.1.4" id="examples-shared-workers"><spa
|
625 | 625 | <p>Shared Workers are similar to dedicated Workers, but need to check through
|
626 | 626 | each of the documents which share them:</p>
|
627 | 627 |
|
| 628 | + |
| 629 | + <p class="issue" id="issue-c5802c14"><a class="self-link" href="#issue-c5802c14"></a> The current handling of Shared Workers means that |
| 630 | + the worker’s state will oscillate between secure and insecure based on the |
| 631 | + documents that attach to it. That will likely confuse developers. Several |
| 632 | + options for improvements have been suggested in the associated bug. <a href="https://github.com/w3c/webappsec/issues/406"><https://github.com/w3c/webappsec/issues/406></a></p> |
| 633 | + |
628 | 634 |
|
629 | 635 | <div class="example" id="example-7e3c52b5"><a class="self-link" href="#example-7e3c52b5"></a>
|
630 | 636 |
|
@@ -1861,6 +1867,10 @@ <h2 class="no-num heading settled" id="idl-index"><span class="content">IDL Inde
|
1861 | 1867 | </pre>
|
1862 | 1868 | <h2 class="no-num heading settled" id="issues-index"><span class="content">Issues Index</span><a class="self-link" href="#issues-index"></a></h2>
|
1863 | 1869 | <div style="counter-reset:issue">
|
| 1870 | + <div class="issue"> The current handling of Shared Workers means that |
| 1871 | + the worker’s state will oscillate between secure and insecure based on the |
| 1872 | + documents that attach to it. That will likely confuse developers. Several |
| 1873 | + options for improvements have been suggested in the associated bug. <a href="https://github.com/w3c/webappsec/issues/406"><https://github.com/w3c/webappsec/issues/406></a><a href="#issue-c5802c14"> ↵ </a></div> |
1864 | 1874 | <div class="issue"> WHATWG’s HTML for <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#creation-url">creation URL</a>, as W3C’s doesn’t
|
1865 | 1875 | define the primitive we need.<a href="#issue-091ab16c"> ↵ </a></div>
|
1866 | 1876 | <div class="issue"> <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response-https-state">HTTPS state</a> is poorly defined. For example, we should ensure
|
|
0 commit comments