Skip to content

Commit 5539aeb

Browse files
author
Yutaka Hirano
committed
Export terms referenced from w3c/ServiceWorker#1545
1 parent ea67bde commit 5539aeb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

source

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
27202720
<ul class="brief">
27212721
<li><dfn data-x-href="https://tc39.es/ecma262/#active-function-object">active function object</dfn></li>
27222722
<li><dfn data-x-href="https://tc39.es/ecma262/#sec-agents">agent</dfn> and
2723-
<dfn data-x-href="https://tc39.es/ecma262/#sec-agent-clusters">agent cluster</dfn></li>
2723+
<dfn export data-x-href="https://tc39.es/ecma262/#sec-agent-clusters">agent cluster</dfn></li>
27242724
<li><dfn data-x-href="https://tc39.es/ecma262/#sec-automatic-semicolon-insertion">automatic semicolon insertion</dfn></li>
27252725
<li><dfn data-x-href="https://tc39.es/ecma262/#sec-candidate-executions">candidate execution</dfn></li>
27262726
<li>The <dfn data-x-href="https://tc39.es/ecma262/#current-realm">current Realm Record</dfn></li>
@@ -78268,9 +78268,12 @@ console.assert(iframeWindow.frameElement === null);
7826878268
<span>cross-origin isolation mode</span>. It is initially "<code
7826978269
data-x="cross-origin-isolation-none">none</code>".</p>
7827078270

78271-
<p>A <dfn>cross-origin isolation mode</dfn> is one of three possible values: "<dfn><code
78272-
data-x="cross-origin-isolation-none">none</code></dfn>", "<dfn><code
78273-
data-x="cross-origin-isolation-logical">logical</code></dfn>", or "<dfn><code
78271+
<p>A <dfn export>cross-origin isolation mode</dfn> is one of three possible values: "<dfn
78272+
export for="cross-origin isolation mode"><code
78273+
data-x="cross-origin-isolation-none">none</code></dfn>", "<dfn export
78274+
for="cross-origin isolation mode"><code
78275+
data-x="cross-origin-isolation-logical">logical</code></dfn>", or "<dfn export
78276+
for="cross-origin isolation mode"><code
7827478277
data-x="cross-origin-isolation-concrete">concrete</code></dfn>".</p>
7827578278

7827678279
<div class="note">
@@ -87210,7 +87213,7 @@ interface <dfn>BeforeUnloadEvent</dfn> : <span>Event</span> {
8721087213

8721187214
<div w-nodev>
8721287215

87213-
<p>An <span>agent cluster</span> has an associated <dfn
87216+
<p>An <span>agent cluster</span> has an associated <dfn export
8721487217
data-x="agent-cluster-cross-origin-isolation">cross-origin isolation mode</dfn>, which is a
8721587218
<span>cross-origin isolation mode</span>. It is initially "<code
8721687219
data-x="cross-origin-isolation-none">none</code>".</p>

0 commit comments

Comments
 (0)