Skip to content

Commit 21f1cb9

Browse files
committedOct 23, 2018
Get it to actuall build
1 parent bbe9d6d commit 21f1cb9

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed
 

‎source

+24-10
Original file line numberDiff line numberDiff line change
@@ -2835,6 +2835,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
28352835
<li><dfn data-x="concept-request-target-client-id" data-x-href="https://fetch.spec.whatwg.org/#concept-request-target-client-id">target client id</dfn></li>
28362836
<li><dfn data-x="concept-request-initiator" data-x-href="https://fetch.spec.whatwg.org/#concept-request-initiator">initiator</dfn></li>
28372837
<li><dfn data-x="concept-request-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-request-destination">destination</dfn></li>
2838+
<li><dfn data-x="request-keepalive-flag" data-x-href="https://fetch.spec.whatwg.org/#request-keepalive-flag">keepalive flag</dfn></li>
2839+
<li><dfn data-x="request-service-workers-mode" data-x-href="https://fetch.spec.whatwg.org/#request-service-workers-mode">service-workers mode</dfn></li>
28382840
<li><dfn data-x="concept-potential-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-potential-destination">potential destination</dfn></li>
28392841
<li><dfn data-x="concept-potential-destination-translate" data-x-href="https://fetch.spec.whatwg.org/#concept-potential-destination-translate">translating</dfn> a <span data-x="concept-potential-destination">potential destination</span></li>
28402842
<li><dfn data-x="concept-script-like-destination" data-x-href="https://fetch.spec.whatwg.org/#request-destination-script-like">script-like</dfn> <span data-x="concept-request-destination">destinations</span></li>
@@ -3186,6 +3188,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
31863188
<dfn data-x-href="https://dom.spec.whatwg.org/#concept-shadow-including-descendant">shadow-including descendant</dfn>, and
31873189
<dfn data-x-href="https://dom.spec.whatwg.org/#concept-shadow-including-inclusive-descendant">shadow-including inclusive descendant</dfn> concepts</li>
31883190
<li>The <dfn data-x-href="https://dom.spec.whatwg.org/#concept-tree-first-child">first child</dfn> and <dfn data-x-href="https://dom.spec.whatwg.org/#concept-tree-next-sibling">next sibling</dfn> concepts</li>
3191+
<li>The <dfn data-x="concept-document-origin" data-x-href="https://dom.spec.whatwg.org/#concept-document-origin"><code>origin</code></dfn></li>
31893192
<li>The <dfn data-x-href="https://dom.spec.whatwg.org/#document-element">document element</dfn> concept</li>
31903193
<li>The <dfn data-x-href="https://dom.spec.whatwg.org/#in-a-document-tree">in a document tree</dfn>, <dfn data-x-href="https://dom.spec.whatwg.org/#in-a-document">in a document</dfn> (legacy), and <dfn data-x-href="https://dom.spec.whatwg.org/#connected">connected</dfn> concepts</li>
31913194
<li>The <dfn data-x="concept-slot" data-x-href="https://dom.spec.whatwg.org/#concept-slot">slot</dfn> concept, and its <dfn data-x="slot-name" data-x-href="https://dom.spec.whatwg.org/#slot-name">name</dfn> and <dfn data-x-href="https://dom.spec.whatwg.org/#slot-assigned-nodes">assigned nodes</dfn></li>
@@ -13650,22 +13653,33 @@ interface <dfn>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
1365013653
<ol>
1365113654
<li><p>Set <var>request</var>'s <span data-x="concept-request-initiator">initiator</span>
1365213655
to "prefetch".</p></li>
13653-
<li><p>Set <var>request</var>'s <span data-x="concept-request-keepalive-flag">keep-alive</span> flag
13656+
<li><p>Set <var>request</var>'s <span data-x="request-keepalive-flag">keepalive</span> flag
1365413657
to "true".</p></li>
1365513658
<li><p>Let <var>as</var> be the current state of the <code data-x="attr-link-as">as</code>
1365613659
attribute.</p></li>
1365713660
<li><p>Set <var>request</var>'s <span data-x="concept-request-destination">destination</span>
1365813661
to the result of <span data-x="concept-potential-destination-translate">translating</span>
1365913662
<var>as</var>.</p></li>
13660-
<li>If the browser is using both the <var>request</var>'s <span data-x="concept-request-url">URL</span> and the <span data-x="top-level-browsing-context">top-level browsing context</span>'s <span data-x="document">document</span>'s <var data-x="dom-document-origin">origin</span> as cache keys for <var>request</var>, then:
13661-
<ol>
13662-
<li><p>If <var>request</var>'s <span data-x="concept-request-credentials-mode">credentials mode</span> is "include", then return.</p></li>
13663-
<li><p>If <var>request</var>'s <span data-x="concept-request-referrer-policy">referrer policy</span> is not "no-referrer", then return.</p></li>
13664-
<li><p>If <var>request</var>'s <span data-x="concept-request-destination">destination</span> is not "document", then return.</p></li>
13665-
<li><p>Set <var>request</var>'s <span data-x="concept-request-redirect-mode">redirect mode</span> to "manual".</p></li>
13666-
<li><p>Set <var>request</var>'s <span data-x="concept-request-redirect-mode">redirect mode</span> to "manual".</p></li>
13667-
<li><p>Set <var>request</var>'s <span data-x="concept-request-service-workers-mode">service workers mode</span> to "none".</p></li>
13668-
</ol>
13663+
<li>
13664+
<p>If the browser is using both the <var>request</var>'s <span
13665+
data-x="concept-request-url">URL</span> and the
13666+
<span>top-level browsing context</span>'s <span>active document</span>'s <span
13667+
data-x="concept-document-origin">origin</span> as cache keys for <var>request</var>, then:</p>
13668+
<ol>
13669+
<li><p>If <var>request</var>'s <span
13670+
data-x="concept-request-credentials-mode">credentials mode</span> is "include", then return.
13671+
</p></li>
13672+
<li><p>If <var>request</var>'s <span
13673+
data-x="concept-request-referrer-policy">referrer policy</span> is not "no-referrer", then
13674+
return.</p></li>
13675+
<li><p>If <var>request</var>'s <span data-x="concept-request-destination">destination</span>
13676+
is not "document", then return.</p></li>
13677+
<li><p>Set <var>request</var>'s <span
13678+
data-x="concept-request-redirect-mode">redirect mode</span> to "manual".</p></li>
13679+
<li><p>Set <var>request</var>'s <span
13680+
data-x="request-service-workers-mode">service workers mode</span> to "none".</p></li>
13681+
</ol>
13682+
</li>
1366913683
</ol>
1367013684
</li>
1367113685
<!--FETCH--><li><p><span data-x="concept-fetch">Fetch</span> <var>request</var>.</p></li>

0 commit comments

Comments
 (0)