Skip to content

Commit 08350b2

Browse files
committed
Fix environment reference
1 parent 13c1a67 commit 08350b2

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
230230
<section dfn-for="service worker client">
231231
<h3 id="service-worker-client-concept">Service Worker Client</h3>
232232

233-
A <dfn export id="dfn-service-worker-client" for="">service worker client</dfn> is an [=environment=].
233+
A <dfn export id="dfn-service-worker-client" for="">service worker client</dfn> is an [=/environment=].
234234

235235
A [=/service worker client=] has an associated <dfn export>discarded flag</dfn>. It is initially unset.
236236

docs/index.html

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@
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 c03af8da7325f5ae3f9ca742161b5d270bbce12f" name="generator">
1216+
<meta content="Bikeshed version 10ff3eb4050069e20bb9b943c8b76fe5bfe3a48f" name="generator">
12171217
<link href="https://www.w3.org/TR/service-workers/" rel="canonical">
12181218
<style>/* style-md-lists */
12191219

@@ -1472,7 +1472,7 @@
14721472
<div class="head">
14731473
<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>
14741474
<h1 class="p-name no-ref" id="title">Service Workers Nightly</h1>
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-03-07">7 March 2019</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-05-03">3 May 2019</time></span></h2>
14761476
<div data-fill-with="spec-metadata">
14771477
<dl>
14781478
<dt>This version:
@@ -1839,7 +1839,7 @@ <h4 class="heading settled" data-level="2.2.1" id="service-worker-registration-l
18391839
</section>
18401840
<section>
18411841
<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>
1842-
<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>
1842+
<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>
18431843
<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>
18441844
<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>
18451845
<ol>
@@ -7507,12 +7507,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
75077507
<li><a href="#ref-for-concept-header-value①">Request Matches Cached Item</a>
75087508
</ul>
75097509
</aside>
7510-
<aside class="dfn-panel" data-for="term-for-blob-url-entry-environment">
7511-
<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>
7512-
<ul>
7513-
<li><a href="#ref-for-blob-url-entry-environment">2.3. Service Worker Client</a>
7514-
</ul>
7515-
</aside>
75167510
<aside class="dfn-panel" data-for="term-for-abstractworker">
75177511
<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>
75187512
<ul>
@@ -7797,6 +7791,12 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
77977791
<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>
77987792
</ul>
77997793
</aside>
7794+
<aside class="dfn-panel" data-for="term-for-environment">
7795+
<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>
7796+
<ul>
7797+
<li><a href="#ref-for-environment">2.3. Service Worker Client</a>
7798+
</ul>
7799+
</aside>
78007800
<aside class="dfn-panel" data-for="term-for-environment-discarding-steps">
78017801
<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>
78027802
<ul>
@@ -9192,11 +9192,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
91929192
<li><span class="dfn-paneled" id="term-for-concept-request-use-url-credentials-flag" style="color:initial">use-url-credentials flag</span>
91939193
<li><span class="dfn-paneled" id="term-for-concept-header-value" style="color:initial">value</span>
91949194
</ul>
9195-
<li>
9196-
<a data-link-type="biblio">[FileAPI]</a> defines the following terms:
9197-
<ul>
9198-
<li><span class="dfn-paneled" id="term-for-blob-url-entry-environment" style="color:initial">environment</span>
9199-
</ul>
92009195
<li>
92019196
<a data-link-type="biblio">[HTML]</a> defines the following terms:
92029197
<ul>
@@ -9234,6 +9229,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
92349229
<li><span class="dfn-paneled" id="term-for-dom-messageevent-data" style="color:initial">data</span>
92359230
<li><span class="dfn-paneled" id="term-for-discard-a-document" style="color:initial">discard a document</span>
92369231
<li><span class="dfn-paneled" id="term-for-dom-manipulation-task-source" style="color:initial">dom manipulation task source</span>
9232+
<li><span class="dfn-paneled" id="term-for-environment" style="color:initial">environment</span>
92379233
<li><span class="dfn-paneled" id="term-for-environment-discarding-steps" style="color:initial">environment discarding steps</span>
92389234
<li><span class="dfn-paneled" id="term-for-environment-settings-object" style="color:initial">environment settings object</span>
92399235
<li><span class="dfn-paneled" id="term-for-event-handlers" style="color:initial">event handler</span>
@@ -9437,8 +9433,6 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
94379433
<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>
94389434
<dt id="biblio-fetch">[FETCH]
94399435
<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>
9440-
<dt id="biblio-fileapi">[FileAPI]
9441-
<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>
94429436
<dt id="biblio-html">[HTML]
94439437
<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>
94449438
<dt id="biblio-infra">[INFRA]
@@ -9466,7 +9460,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
94669460
<dt id="biblio-url">[URL]
94679461
<dd>Anne van Kesteren. <a href="https://url.spec.whatwg.org/">URL Standard</a>. Living Standard. URL: <a href="https://url.spec.whatwg.org/">https://url.spec.whatwg.org/</a>
94689462
<dt id="biblio-webidl">[WebIDL]
9469-
<dd>Cameron McCormack; Boris Zbarsky; Tobie Langel. <a href="https://heycam.github.io/webidl/">Web IDL</a>. 15 December 2016. ED. URL: <a href="https://heycam.github.io/webidl/">https://heycam.github.io/webidl/</a>
9463+
<dd>Boris Zbarsky. <a href="https://heycam.github.io/webidl/">Web IDL</a>. 15 December 2016. ED. URL: <a href="https://heycam.github.io/webidl/">https://heycam.github.io/webidl/</a>
94709464
</dl>
94719465
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
94729466
<dl>

0 commit comments

Comments
 (0)