Skip to content

Commit 0ff6aaf

Browse files
author
Yutaka Hirano
committed
Export terms referenced from w3c/ServiceWorker#1545
1 parent f6bc62f commit 0ff6aaf

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
@@ -2744,7 +2744,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
27442744
<ul class="brief">
27452745
<li><dfn data-x-href="https://tc39.es/ecma262/#active-function-object">active function object</dfn></li>
27462746
<li><dfn data-x-href="https://tc39.es/ecma262/#sec-agents">agent</dfn> and
2747-
<dfn data-x-href="https://tc39.es/ecma262/#sec-agent-clusters">agent cluster</dfn></li>
2747+
<dfn export data-x-href="https://tc39.es/ecma262/#sec-agent-clusters">agent cluster</dfn></li>
27482748
<li><dfn data-x-href="https://tc39.es/ecma262/#sec-automatic-semicolon-insertion">automatic semicolon insertion</dfn></li>
27492749
<li><dfn data-x-href="https://tc39.es/ecma262/#sec-candidate-executions">candidate execution</dfn></li>
27502750
<li>The <dfn data-x-href="https://tc39.es/ecma262/#current-realm">current Realm Record</dfn></li>
@@ -78030,9 +78030,12 @@ console.assert(iframeWindow.frameElement === null);
7803078030
<span>cross-origin isolation mode</span>. It is initially "<code
7803178031
data-x="cross-origin-isolation-none">none</code>".</p>
7803278032

78033-
<p>A <dfn>cross-origin isolation mode</dfn> is one of three possible values: "<dfn><code
78034-
data-x="cross-origin-isolation-none">none</code></dfn>", "<dfn><code
78035-
data-x="cross-origin-isolation-logical">logical</code></dfn>", or "<dfn><code
78033+
<p>A <dfn export>cross-origin isolation mode</dfn> is one of three possible values: "<dfn
78034+
export for="cross-origin isolation mode"><code
78035+
data-x="cross-origin-isolation-none">none</code></dfn>", "<dfn export
78036+
for="cross-origin isolation mode"><code
78037+
data-x="cross-origin-isolation-logical">logical</code></dfn>", or "<dfn export
78038+
for="cross-origin isolation mode"><code
7803678039
data-x="cross-origin-isolation-concrete">concrete</code></dfn>".</p>
7803778040

7803878041
<div class="note">
@@ -86949,7 +86952,7 @@ interface <dfn>BeforeUnloadEvent</dfn> : <span>Event</span> {
8694986952

8695086953
<div w-nodev>
8695186954

86952-
<p>An <span>agent cluster</span> has an associated <dfn
86955+
<p>An <span>agent cluster</span> has an associated <dfn export
8695386956
data-x="agent-cluster-cross-origin-isolation">cross-origin isolation mode</dfn>, which is a
8695486957
<span>cross-origin isolation mode</span>. It is initially "<code
8695586958
data-x="cross-origin-isolation-none">none</code>".</p>

0 commit comments

Comments
 (0)