Skip to content

Commit 43c1f9c

Browse files
author
Travis CI
committed
Building Spec: bb9e5f8
1 parent bb9e5f8 commit 43c1f9c

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

docs/index.html

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@
12151215
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
12161216
<meta content="Bikeshed version 090ef96cbce74475c89e94394cc8fa4fbc08b477" name="generator">
12171217
<link href="https://www.w3.org/TR/service-workers/" rel="canonical">
1218-
<meta content="a50518c5a442a818e29a76e9146062a10c4fb9e5" name="document-revision">
1218+
<meta content="bb9e5f87203b33c314b375163f4fbea76b2118c3" name="document-revision">
12191219
<style>/* style-md-lists */
12201220

12211221
/* This is a weird hack for me not yet following the commonmark spec
@@ -1473,7 +1473,7 @@
14731473
<div class="head">
14741474
<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>
14751475
<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-09-12">12 September 2018</time></span></h2>
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-09-14">14 September 2018</time></span></h2>
14771477
<div data-fill-with="spec-metadata">
14781478
<dl>
14791479
<dt>This version:
@@ -5926,11 +5926,7 @@ <h3 class="heading settled" id="query-cache-algorithm"><span class="content"><df
59265926
</dl>
59275927
<ol>
59285928
<li data-md>
5929-
<p>Let <var>requests</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②⓪">list</a>.</p>
5930-
<li data-md>
5931-
<p>Let <var>responses</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②①">list</a>.</p>
5932-
<li data-md>
5933-
<p>Let <var>resultList</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②②">list</a>.</p>
5929+
<p>Let <var>resultList</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②⓪">list</a>.</p>
59345930
<li data-md>
59355931
<p>Let <var>storage</var> be null.</p>
59365932
<li data-md>
@@ -5988,14 +5984,14 @@ <h3 class="heading settled" id="request-matches-cached-item-algorithm"><span cla
59885984
<li data-md>
59895985
<p>Set <var>cachedURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-query" id="ref-for-concept-url-query">query</a> to the empty string.</p>
59905986
<li data-md>
5991-
<p>Set <var>requestURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-query" id="ref-for-concept-url-query①">query</a> to the empty string.</p>
5987+
<p>Set <var>queryURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-query" id="ref-for-concept-url-query①">query</a> to the empty string.</p>
59925988
</ol>
59935989
<li data-md>
59945990
<p>If <var>queryURL</var> does not <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-equals" id="ref-for-concept-url-equals②">equal</a> <var>cachedURL</var> with the <em>exclude fragment flag</em> set, then return false.</p>
59955991
<li data-md>
59965992
<p>If <var>response</var> is null, <var>options</var>.<code class="idl"><a data-link-type="idl" href="#dom-cachequeryoptions-ignorevary" id="ref-for-dom-cachequeryoptions-ignorevary">ignoreVary</a></code> is true, or <var>response</var>’s <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response-header-list" id="ref-for-concept-response-header-list⑥">header list</a> does not <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-list-contains" id="ref-for-header-list-contains">contain</a> `<code>Vary</code>`, then return true.</p>
59975993
<li data-md>
5998-
<p>Let <var>fieldValues</var> be the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a> containing the elements corresponding to the <a data-link-type="dfn" href="https://tools.ietf.org/html/rfc7230#section-3.2" id="ref-for-section-3.2②">field-values</a> of the <a data-link-type="dfn" href="https://tools.ietf.org/html/rfc7231#section-7.1.4" id="ref-for-section-7.1.4②">Vary</a> header for the <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-value" id="ref-for-concept-header-value①">value</a> of the <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header" id="ref-for-concept-header③">header</a> with <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-name" id="ref-for-concept-header-name③">name</a> `<code>Vary</code>`.</p>
5994+
<p>Let <var>fieldValues</var> be the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a> containing the elements corresponding to the <a data-link-type="dfn" href="https://tools.ietf.org/html/rfc7230#section-3.2" id="ref-for-section-3.2②">field-values</a> of the <a data-link-type="dfn" href="https://tools.ietf.org/html/rfc7231#section-7.1.4" id="ref-for-section-7.1.4②">Vary</a> header for the <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-value" id="ref-for-concept-header-value①">value</a> of the <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header" id="ref-for-concept-header③">header</a> with <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-name" id="ref-for-concept-header-name③">name</a> `<code>Vary</code>`.</p>
59995995
<li data-md>
60005996
<p>For each <var>fieldValue</var> in <var>fieldValues</var>:</p>
60015997
<ol>
@@ -6011,7 +6007,7 @@ <h3 class="heading settled" id="batch-cache-operations-algorithm"><span class="c
60116007
<dl>
60126008
<dt data-md>Input
60136009
<dd data-md>
6014-
<p><var>operations</var>, a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a> of <a data-link-type="dfn" href="#dfn-cache-batch-operation" id="ref-for-dfn-cache-batch-operation③">cache batch operation</a> objects</p>
6010+
<p><var>operations</var>, a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a> of <a data-link-type="dfn" href="#dfn-cache-batch-operation" id="ref-for-dfn-cache-batch-operation③">cache batch operation</a> objects</p>
60156011
<dt data-md>Output
60166012
<dd data-md>
60176013
<p><var>resultList</var>, a <a data-link-type="dfn" href="#dfn-request-response-list" id="ref-for-dfn-request-response-list⑧">request response list</a></p>
@@ -6022,12 +6018,12 @@ <h3 class="heading settled" id="batch-cache-operations-algorithm"><span class="c
60226018
<li data-md>
60236019
<p>Let <var>backupCache</var> be a new <a data-link-type="dfn" href="#dfn-request-response-list" id="ref-for-dfn-request-response-list⑨">request response list</a> that is a copy of <var>cache</var>.</p>
60246020
<li data-md>
6025-
<p>Let <var>addedItems</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a>.</p>
6021+
<p>Let <var>addedItems</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a>.</p>
60266022
<li data-md>
60276023
<p>Try running the following substeps atomically:</p>
60286024
<ol>
60296025
<li data-md>
6030-
<p>Let <var>resultList</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a>.</p>
6026+
<p>Let <var>resultList</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a>.</p>
60316027
<li data-md>
60326028
<p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①④">For each</a> <var>operation</var> in <var>operations</var>:</p>
60336029
<ol>
@@ -6038,7 +6034,7 @@ <h3 class="heading settled" id="batch-cache-operations-algorithm"><span class="c
60386034
<li data-md>
60396035
<p>If the result of running <a data-link-type="dfn" href="#query-cache" id="ref-for-query-cache②">Query Cache</a> with <var>operation</var>’s <a data-link-type="dfn" href="#dfn-cache-batch-operation-request" id="ref-for-dfn-cache-batch-operation-request③">request</a>, <var>operation</var>’s <a data-link-type="dfn" href="#dfn-cache-batch-operation-options" id="ref-for-dfn-cache-batch-operation-options①">options</a>, and <var>addedItems</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-is-empty" id="ref-for-list-is-empty③">is not empty</a>, <a data-link-type="dfn" href="https://heycam.github.io/webidl/#dfn-throw" id="ref-for-dfn-throw①⑧">throw</a> an "<code class="idl"><a data-link-type="idl" href="https://heycam.github.io/webidl/#invalidstateerror" id="ref-for-invalidstateerror①②">InvalidStateError</a></code>" <code class="idl"><a data-link-type="idl" href="https://heycam.github.io/webidl/#idl-DOMException" id="ref-for-idl-DOMException②④">DOMException</a></code>.</p>
60406036
<li data-md>
6041-
<p>Let <var>requestResponses</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a>.</p>
6037+
<p>Let <var>requestResponses</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a>.</p>
60426038
<li data-md>
60436039
<p>If <var>operation</var>’s <a data-link-type="dfn" href="#dfn-cache-batch-operation-type" id="ref-for-dfn-cache-batch-operation-type⑤">type</a> matches "<code>delete</code>", then:</p>
60446040
<ol>
@@ -8416,9 +8412,9 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
84168412
<li><a href="#ref-for-list①⑥">5.4.6. delete(request, options)</a>
84178413
<li><a href="#ref-for-list①⑦">5.4.7. keys(request, options)</a> <a href="#ref-for-list①⑧">(2)</a>
84188414
<li><a href="#ref-for-list①⑨">Activate</a>
8419-
<li><a href="#ref-for-list②⓪">Query Cache</a> <a href="#ref-for-list②①">(2)</a> <a href="#ref-for-list②②">(3)</a>
8420-
<li><a href="#ref-for-list②">Request Matches Cached Item</a>
8421-
<li><a href="#ref-for-list②">Batch Cache Operations</a> <a href="#ref-for-list②">(2)</a> <a href="#ref-for-list②">(3)</a> <a href="#ref-for-list②">(4)</a>
8415+
<li><a href="#ref-for-list②⓪">Query Cache</a>
8416+
<li><a href="#ref-for-list②">Request Matches Cached Item</a>
8417+
<li><a href="#ref-for-list②">Batch Cache Operations</a> <a href="#ref-for-list②">(2)</a> <a href="#ref-for-list②">(3)</a> <a href="#ref-for-list②">(4)</a>
84228418
</ul>
84238419
</aside>
84248420
<aside class="dfn-panel" data-for="term-for-ordered-map">

0 commit comments

Comments
 (0)