Skip to content

Commit c4dedbd

Browse files
author
Travis CI
committed
Building Spec: 391a9c0
1 parent 391a9c0 commit c4dedbd

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

docs/index.html

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,9 +1213,8 @@
12131213
}
12141214
</style>
12151215
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
1216-
<meta content="Bikeshed version 04b354547d55896d854a81cffb3965bd6f8758ec" name="generator">
1216+
<meta content="Bikeshed version d76ab51ece93be5af3a1621c820b89fd4f9cc432" name="generator">
12171217
<link href="https://www.w3.org/TR/service-workers/" rel="canonical">
1218-
<meta content="595e504219f83300e2294dfa38e1e364882a0cf7" name="document-revision">
12191218
<style>/* style-md-lists */
12201219

12211220
/* This is a weird hack for me not yet following the commonmark spec
@@ -1473,7 +1472,7 @@
14731472
<div class="head">
14741473
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
14751474
<h1 class="p-name no-ref" id="title">Service Workers Nightly</h1>
1476-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2018-11-01">1 November 2018</time></span></h2>
1475+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2019-02-11">11 February 2019</time></span></h2>
14771476
<div data-fill-with="spec-metadata">
14781477
<dl>
14791478
<dt>This version:
@@ -1492,7 +1491,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
14921491
</dl>
14931492
</div>
14941493
<div data-fill-with="warning"></div>
1495-
<p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2018 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" rel="license">permissive document license</a> rules apply. </p>
1494+
<p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2019 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" rel="license">permissive document license</a> rules apply. </p>
14961495
<hr title="Separator for header">
14971496
</div>
14981497
<div class="p-summary" data-fill-with="abstract">
@@ -1836,7 +1835,7 @@ <h4 class="heading settled" data-level="2.2.1" id="service-worker-registration-l
18361835
</section>
18371836
<section>
18381837
<h3 class="heading settled" data-level="2.3" id="service-worker-client-concept"><span class="secno">2.3. </span><span class="content">Service Worker Client</span><a class="self-link" href="#service-worker-client-concept"></a></h3>
1839-
<p>A <dfn class="dfn-paneled" data-dfn-for data-dfn-type="dfn" data-export id="dfn-service-worker-client">service worker client</dfn> is an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment" id="ref-for-environment">environment</a>.</p>
1838+
<p>A <dfn class="dfn-paneled" data-dfn-for data-dfn-type="dfn" data-export id="dfn-service-worker-client">service worker client</dfn> is an <a data-link-type="dfn" href="https://w3c.github.io/FileAPI/#blob-url-entry-environment" id="ref-for-blob-url-entry-environment">environment</a>.</p>
18401839
<p>A <a data-link-type="dfn" href="#dfn-service-worker-client" id="ref-for-dfn-service-worker-client③">service worker client</a> has an associated <dfn class="dfn-paneled" data-dfn-for="service worker client" data-dfn-type="dfn" data-export id="service-worker-client-discarded-flag">discarded flag</dfn>. It is initially unset.</p>
18411840
<p>Each <a data-link-type="dfn" href="#dfn-service-worker-client" id="ref-for-dfn-service-worker-client④">service worker client</a> has the following <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-discarding-steps" id="ref-for-environment-discarding-steps">environment discarding steps</a>:</p>
18421841
<ol>
@@ -3354,7 +3353,7 @@ <h3 class="heading settled" data-level="5.2" id="cache-lifetimes"><span class="s
33543353
</section>
33553354
<section>
33563355
<h3 class="heading settled" data-level="5.3" id="self-caches"><span class="secno">5.3. </span><span class="content"><code class="idl"><a data-link-type="idl" href="#global-caches-attribute" id="ref-for-global-caches-attribute">self.caches</a></code></span><a class="self-link" href="#self-caches"></a></h3>
3357-
<pre class="idl highlight def"><c- b>partial</c-> <c- b>interface</c-> <a class="idl-code" data-link-type="interface" href="https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope" id="ref-for-windoworworkerglobalscope"><c- g>WindowOrWorkerGlobalScope</c-></a> {
3356+
<pre class="idl highlight def"><c- b>partial</c-> <c- b>interface</c-> <c- b>mixin</c-> <a class="idl-code" data-link-type="interface" href="https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope" id="ref-for-windoworworkerglobalscope"><c- g>WindowOrWorkerGlobalScope</c-></a> {
33583357
[<a class="idl-code" data-link-type="extended-attribute" href="https://heycam.github.io/webidl/#SecureContext" id="ref-for-SecureContext⑥"><c- g>SecureContext</c-></a>, <a class="idl-code" data-link-type="extended-attribute" href="https://heycam.github.io/webidl/#SameObject" id="ref-for-SameObject⑧"><c- g>SameObject</c-></a>] <c- b>readonly</c-> <c- b>attribute</c-> <a class="n" data-link-type="idl-name" href="#cachestorage" id="ref-for-cachestorage"><c- n>CacheStorage</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="CacheStorage" href="#global-caches-attribute" id="ref-for-global-caches-attribute①"><c- g>caches</c-></a>;
33593358
};
33603359
</pre>
@@ -6067,7 +6066,7 @@ <h3 class="heading settled" id="request-matches-cached-item-algorithm"><span cla
60676066
<p>For each <var>fieldValue</var> in <var>fieldValues</var>:</p>
60686067
<ol>
60696068
<li data-md>
6070-
<p>If <var>fieldValue</var> matches "<code>*</code>", or the <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-value-combined" id="ref-for-concept-header-value-combined">combined value</a> given <var>fieldValue</var> and <var>request</var>’s <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-header-list" id="ref-for-concept-request-header-list②">header list</a> does not match the <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-value-combined" id="ref-for-concept-header-value-combined①">combined value</a> given <var>fieldValue</var> and <var>requestQuery</var>’s <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-header-list" id="ref-for-concept-request-header-list③">header list</a>, then return false.</p>
6069+
<p>If <var>fieldValue</var> matches "<code>*</code>", or the <a data-link-type="dfn">combined value</a> given <var>fieldValue</var> and <var>request</var>’s <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-header-list" id="ref-for-concept-request-header-list②">header list</a> does not match the <a data-link-type="dfn">combined value</a> given <var>fieldValue</var> and <var>requestQuery</var>’s <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-header-list" id="ref-for-concept-request-header-list③">header list</a>, then return false.</p>
60716070
</ol>
60726071
<li data-md>
60736072
<p>Return true.</p>
@@ -7075,12 +7074,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
70757074
<li><a href="#ref-for-concept-readablestream-closed">4.5.6. event.respondWith(r)</a>
70767075
</ul>
70777076
</aside>
7078-
<aside class="dfn-panel" data-for="term-for-concept-header-value-combined">
7079-
<a href="https://fetch.spec.whatwg.org/#concept-header-value-combined">https://fetch.spec.whatwg.org/#concept-header-value-combined</a><b>Referenced in:</b>
7080-
<ul>
7081-
<li><a href="#ref-for-concept-header-value-combined">Request Matches Cached Item</a> <a href="#ref-for-concept-header-value-combined①">(2)</a>
7082-
</ul>
7083-
</aside>
70847077
<aside class="dfn-panel" data-for="term-for-concept-construct-readablestream">
70857078
<a href="https://fetch.spec.whatwg.org/#concept-construct-readablestream">https://fetch.spec.whatwg.org/#concept-construct-readablestream</a><b>Referenced in:</b>
70867079
<ul>
@@ -7462,6 +7455,12 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
74627455
<li><a href="#ref-for-concept-header-value①">Request Matches Cached Item</a>
74637456
</ul>
74647457
</aside>
7458+
<aside class="dfn-panel" data-for="term-for-blob-url-entry-environment">
7459+
<a href="https://w3c.github.io/FileAPI/#blob-url-entry-environment">https://w3c.github.io/FileAPI/#blob-url-entry-environment</a><b>Referenced in:</b>
7460+
<ul>
7461+
<li><a href="#ref-for-blob-url-entry-environment">2.3. Service Worker Client</a>
7462+
</ul>
7463+
</aside>
74657464
<aside class="dfn-panel" data-for="term-for-abstractworker">
74667465
<a href="https://html.spec.whatwg.org/multipage/workers.html#abstractworker">https://html.spec.whatwg.org/multipage/workers.html#abstractworker</a><b>Referenced in:</b>
74677466
<ul>
@@ -7745,12 +7744,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
77457744
<li><a href="#ref-for-dom-manipulation-task-source②③">Resolve Get Client Promise</a> <a href="#ref-for-dom-manipulation-task-source②④">(2)</a> <a href="#ref-for-dom-manipulation-task-source②⑤">(3)</a> <a href="#ref-for-dom-manipulation-task-source②⑥">(4)</a>
77467745
</ul>
77477746
</aside>
7748-
<aside class="dfn-panel" data-for="term-for-environment">
7749-
<a href="https://html.spec.whatwg.org/multipage/webappapis.html#environment">https://html.spec.whatwg.org/multipage/webappapis.html#environment</a><b>Referenced in:</b>
7750-
<ul>
7751-
<li><a href="#ref-for-environment">2.3. Service Worker Client</a>
7752-
</ul>
7753-
</aside>
77547747
<aside class="dfn-panel" data-for="term-for-environment-discarding-steps">
77557748
<a href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-discarding-steps">https://html.spec.whatwg.org/multipage/webappapis.html#environment-discarding-steps</a><b>Referenced in:</b>
77567749
<ul>
@@ -9085,7 +9078,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
90859078
<li><span class="dfn-paneled" id="term-for-concept-request-client" style="color:initial">client</span>
90869079
<li><span class="dfn-paneled" id="term-for-concept-response-clone" style="color:initial">clone <small>(for response)</small></span>
90879080
<li><span class="dfn-paneled" id="term-for-concept-readablestream-closed" style="color:initial">closed</span>
9088-
<li><span class="dfn-paneled" id="term-for-concept-header-value-combined" style="color:initial">combined value</span>
90899081
<li><span class="dfn-paneled" id="term-for-concept-construct-readablestream" style="color:initial">construct a readablestream object</span>
90909082
<li><span class="dfn-paneled" id="term-for-header-list-contains" style="color:initial">contains</span>
90919083
<li><span class="dfn-paneled" id="term-for-concept-filtered-response-cors" style="color:initial">cors filtered response</span>
@@ -9139,6 +9131,11 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
91399131
<li><span class="dfn-paneled" id="term-for-concept-request-use-url-credentials-flag" style="color:initial">use-url-credentials flag</span>
91409132
<li><span class="dfn-paneled" id="term-for-concept-header-value" style="color:initial">value</span>
91419133
</ul>
9134+
<li>
9135+
<a data-link-type="biblio">[FileAPI]</a> defines the following terms:
9136+
<ul>
9137+
<li><span class="dfn-paneled" id="term-for-blob-url-entry-environment" style="color:initial">environment</span>
9138+
</ul>
91429139
<li>
91439140
<a data-link-type="biblio">[HTML]</a> defines the following terms:
91449141
<ul>
@@ -9176,7 +9173,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
91769173
<li><span class="dfn-paneled" id="term-for-dom-messageevent-data" style="color:initial">data</span>
91779174
<li><span class="dfn-paneled" id="term-for-discard-a-document" style="color:initial">discard a document</span>
91789175
<li><span class="dfn-paneled" id="term-for-dom-manipulation-task-source" style="color:initial">dom manipulation task source</span>
9179-
<li><span class="dfn-paneled" id="term-for-environment" style="color:initial">environment</span>
91809176
<li><span class="dfn-paneled" id="term-for-environment-discarding-steps" style="color:initial">environment discarding steps</span>
91819177
<li><span class="dfn-paneled" id="term-for-environment-settings-object" style="color:initial">environment settings object</span>
91829178
<li><span class="dfn-paneled" id="term-for-event-handlers" style="color:initial">event handler</span>
@@ -9379,6 +9375,8 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
93799375
<dd><a href="https://tc39.github.io/ecma262/">ECMAScript Language Specification</a>. URL: <a href="https://tc39.github.io/ecma262/">https://tc39.github.io/ecma262/</a>
93809376
<dt id="biblio-fetch">[FETCH]
93819377
<dd>Anne van Kesteren. <a href="https://fetch.spec.whatwg.org/">Fetch Standard</a>. Living Standard. URL: <a href="https://fetch.spec.whatwg.org/">https://fetch.spec.whatwg.org/</a>
9378+
<dt id="biblio-fileapi">[FileAPI]
9379+
<dd>Marijn Kruisselbrink; Arun Ranganathan. <a href="https://www.w3.org/TR/FileAPI/">File API</a>. 6 November 2018. WD. URL: <a href="https://www.w3.org/TR/FileAPI/">https://www.w3.org/TR/FileAPI/</a>
93829380
<dt id="biblio-html">[HTML]
93839381
<dd>Anne van Kesteren; et al. <a href="https://html.spec.whatwg.org/multipage/">HTML Standard</a>. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a>
93849382
<dt id="biblio-infra">[INFRA]
@@ -9388,7 +9386,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
93889386
<dt id="biblio-page-visibility">[PAGE-VISIBILITY]
93899387
<dd>Jatinder Mann; Arvind Jain. <a href="https://www.w3.org/TR/page-visibility/">Page Visibility (Second Edition)</a>. 29 October 2013. REC. URL: <a href="https://www.w3.org/TR/page-visibility/">https://www.w3.org/TR/page-visibility/</a>
93909388
<dt id="biblio-promises-guide">[PROMISES-GUIDE]
9391-
<dd>Domenic Denicola. <a href="https://www.w3.org/2001/tag/doc/promises-guide">Writing Promise-Using Specifications</a>. 16 February 2016. Finding of the W3C TAG. URL: <a href="https://www.w3.org/2001/tag/doc/promises-guide">https://www.w3.org/2001/tag/doc/promises-guide</a>
9389+
<dd>Domenic Denicola. <a href="https://www.w3.org/2001/tag/doc/promises-guide">Writing Promise-Using Specifications</a>. 16 February 2016. TAG Finding. URL: <a href="https://www.w3.org/2001/tag/doc/promises-guide">https://www.w3.org/2001/tag/doc/promises-guide</a>
93929390
<dt id="biblio-referrer-policy">[REFERRER-POLICY]
93939391
<dd>Jochen Eisinger; Emily Stark. <a href="https://www.w3.org/TR/referrer-policy/">Referrer Policy</a>. 26 January 2017. CR. URL: <a href="https://www.w3.org/TR/referrer-policy/">https://www.w3.org/TR/referrer-policy/</a>
93949392
<dt id="biblio-rfc2119">[RFC2119]
@@ -9609,7 +9607,7 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
96099607
<c- b>sequence</c->&lt;<a class="n" data-link-type="idl-name" href="https://html.spec.whatwg.org/multipage/web-messaging.html#messageport" id="ref-for-messageport⑤①"><c- n>MessagePort</c-></a>> <a data-default="None" data-type="sequence<MessagePort> " href="#dom-extendablemessageeventinit-ports"><code><c- g>ports</c-></code></a> = [];
96109608
};
96119609

9612-
<c- b>partial</c-> <c- b>interface</c-> <a class="idl-code" data-link-type="interface" href="https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope" id="ref-for-windoworworkerglobalscope①"><c- g>WindowOrWorkerGlobalScope</c-></a> {
9610+
<c- b>partial</c-> <c- b>interface</c-> <c- b>mixin</c-> <a class="idl-code" data-link-type="interface" href="https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope" id="ref-for-windoworworkerglobalscope①"><c- g>WindowOrWorkerGlobalScope</c-></a> {
96139611
[<a class="idl-code" data-link-type="extended-attribute" href="https://heycam.github.io/webidl/#SecureContext" id="ref-for-SecureContext⑥①"><c- g>SecureContext</c-></a>, <a class="idl-code" data-link-type="extended-attribute" href="https://heycam.github.io/webidl/#SameObject" id="ref-for-SameObject⑧①"><c- g>SameObject</c-></a>] <c- b>readonly</c-> <c- b>attribute</c-> <a class="n" data-link-type="idl-name" href="#cachestorage" id="ref-for-cachestorage⑦"><c- n>CacheStorage</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="CacheStorage" href="#global-caches-attribute" id="ref-for-global-caches-attribute①①"><c- g>caches</c-></a>;
96149612
};
96159613

0 commit comments

Comments
 (0)