|
969 | 969 | /* Reverse color scheme */
|
970 | 970 | color: black;
|
971 | 971 | border-color: #3980B5;
|
| 972 | + border-bottom-width: 3px !important; |
| 973 | + margin-bottom: 0px !important; |
972 | 974 | }
|
973 | 975 | .toc a:visited {
|
974 | 976 | border-color: #054572;
|
|
1422 | 1424 | <div class="head">
|
1423 | 1425 | <p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
|
1424 | 1426 | <h1 class="p-name no-ref" id="title">Service Workers Nightly</h1>
|
1425 |
| - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-11-09">9 November 2016</time></span></h2> |
| 1427 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-11-10">10 November 2016</time></span></h2> |
1426 | 1428 | <div data-fill-with="spec-metadata">
|
1427 | 1429 | <dl>
|
1428 | 1430 | <dt>This version:
|
@@ -2412,7 +2414,6 @@ <h4 class="heading settled" data-level="4.2.2" id="client-id"><span class="secno
|
2412 | 2414 | <section>
|
2413 | 2415 | <h4 class="heading settled" data-level="4.2.3" id="client-reserved"><span class="secno">4.2.3. </span><span class="content"><code class="idl"><a data-link-type="idl" href="#dom-client-reserved" id="ref-for-dom-client-reserved-2">reserved</a></code></span><a class="self-link" href="#client-reserved"></a></h4>
|
2414 | 2416 | <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Client" data-dfn-type="attribute" data-export="" id="dom-client-reserved"><code>reserved</code></dfn> attribute <em class="rfc2119" title="MUST">must</em> return the <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#context-object">context object</a>’s associated <a data-link-type="dfn" href="#client-reserved-state" id="ref-for-client-reserved-state-1">reserved state</a>.</p>
|
2415 |
| - <p class="issue" id="issue-9a963f69"><a class="self-link" href="#issue-9a963f69"></a>Defining the execution ready flag is a work in progress. See <a href="https://github.com/whatwg/html/pull/2004">the pull request to HTML</a>.</p> |
2416 | 2417 | </section>
|
2417 | 2418 | <section class="algorithm" data-algorithm="client-postmessage">
|
2418 | 2419 | <h4 class="heading settled" data-level="4.2.4" id="client-postmessage"><span class="secno">4.2.4. </span><span class="content"><code class="idl"><a data-link-type="idl" href="#dom-client-postmessage" id="ref-for-dom-client-postmessage-2">postMessage(message, transfer)</a></code></span><a class="self-link" href="#client-postmessage"></a></h4>
|
@@ -2629,7 +2630,7 @@ <h4 class="heading settled" data-level="4.3.2" id="clients-getall"><span class="
|
2629 | 2630 | <li>
|
2630 | 2631 | If <var>options</var>.<code class="idl"><a data-link-type="idl" href="#dom-clientqueryoptions-includereserved" id="ref-for-dom-clientqueryoptions-includereserved-1">includeReserved</a></code> is false, then:
|
2631 | 2632 | <ol>
|
2632 |
| - <li>If <var>client</var>’s <a data-link-type="dfn">execution ready flag</a> is unset, continue to the next iteration of the loop. |
| 2633 | + <li>If <var>client</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-execution-ready-flag">execution ready flag</a> is unset, continue to the next iteration of the loop. |
2633 | 2634 | </ol>
|
2634 | 2635 | <li>Add <var>client</var> to <var>targetClients</var>.
|
2635 | 2636 | </ol>
|
@@ -5082,7 +5083,7 @@ <h3 class="heading settled" id="create-client-algorithm"><span class="content">C
|
5082 | 5083 | <ol>
|
5083 | 5084 | <li>Let <var>clientObject</var> be a new <code class="idl"><a data-link-type="idl" href="#client" id="ref-for-client-13">Client</a></code> object.
|
5084 | 5085 | <li>Set <var>clientObject</var>’s <a data-link-type="dfn" href="#client-service-worker-client" id="ref-for-client-service-worker-client-15">service worker client</a> to <var>client</var>.
|
5085 |
| - <li>Set <var>clientObject</var>’s <a data-link-type="dfn" href="#client-reserved-state" id="ref-for-client-reserved-state-2">reserved state</a> to true if <var>client</var>’s <a data-link-type="dfn">execution ready flag</a> is unset, and false otherwise. |
| 5086 | + <li>Set <var>clientObject</var>’s <a data-link-type="dfn" href="#client-reserved-state" id="ref-for-client-reserved-state-2">reserved state</a> to true if <var>client</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-execution-ready-flag">execution ready flag</a> is unset, and false otherwise. |
5086 | 5087 | <li>Return <var>clientObject</var>.
|
5087 | 5088 | </ol>
|
5088 | 5089 | </section>
|
@@ -5941,6 +5942,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
|
5941 | 5942 | <li><a href="https://html.spec.whatwg.org/multipage/webappapis.html#event-handler-idl-attributes">event handler idl attribute</a>
|
5942 | 5943 | <li><a href="https://html.spec.whatwg.org/multipage/webappapis.html#event-loop">event loop</a>
|
5943 | 5944 | <li><a href="https://html.spec.whatwg.org/multipage/browsers.html#exceptions-enabled">exceptions enabled flag</a>
|
| 5945 | + <li><a href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-execution-ready-flag">execution ready flag</a> |
5944 | 5946 | <li><a href="https://html.spec.whatwg.org/multipage/semantics.html#external-resource-link">external resource link</a>
|
5945 | 5947 | <li><a href="https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-worker-script">fetch a classic worker script</a>
|
5946 | 5948 | <li><a href="https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-module-worker-script-tree">fetch a module worker script tree</a>
|
@@ -6382,7 +6384,6 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
|
6382 | 6384 | </pre>
|
6383 | 6385 | <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content">Issues Index</span><a class="self-link" href="#issues-index"></a></h2>
|
6384 | 6386 | <div style="counter-reset:issue">
|
6385 |
| - <div class="issue">Defining the execution ready flag is a work in progress. See <a href="https://github.com/whatwg/html/pull/2004">the pull request to HTML</a>.<a href="#issue-9a963f69"> ↵ </a></div> |
6386 | 6387 | <div class="issue">The response’s cache state concept had been removed from fetch. The fetch issue <a href="https://github.com/whatwg/fetch/issues/376">#376</a> tracks the request to restore the concept or add some similar way to check this state.<a href="#issue-3c7457a0"> ↵ </a></div>
|
6387 | 6388 | </div>
|
6388 | 6389 | <aside class="dfn-panel" data-for="dfn-service-worker">
|
|
0 commit comments