Skip to content

Commit 7051902

Browse files
authored
Meta: disambiguate "policy container" and "environment" definitions
Closes #11944.
1 parent 88f01ef commit 7051902

File tree

1 file changed

+52
-35
lines changed

1 file changed

+52
-35
lines changed

source

Lines changed: 52 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16765,49 +16765,57 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
1676516765
<span data-x="struct item">items</span>:</p>
1676616766

1676716767
<dl>
16768-
<dt><dfn data-x="link options href">href</dfn> (default the empty string)</dt>
16769-
<dt><dfn data-x="link options initiator">initiator</dfn> (default "<code
16770-
data-x="">link</code>")</dt>
16771-
<dt><dfn data-x="link options integrity">integrity</dfn> (default the empty string)</dt>
16772-
<dt><dfn data-x="link options type">type</dfn> (default the empty string)</dt>
16773-
<dt><dfn data-x="link options nonce">cryptographic nonce metadata</dfn> (default the empty
16768+
<dt><dfn data-x="link options href" for="link processing options">href</dfn> (default the empty
1677416769
string)</dt>
16770+
<dt><dfn data-x="link options initiator" for="link processing options">initiator</dfn> (default
16771+
"<code data-x="">link</code>")</dt>
16772+
<dt><dfn data-x="link options integrity" for="link processing options">integrity</dfn> (default
16773+
the empty string)</dt>
16774+
<dt><dfn data-x="link options type" for="link processing options">type</dfn> (default the empty
16775+
string)</dt>
16776+
<dt><dfn data-x="link options nonce" for="link processing options">cryptographic nonce
16777+
metadata</dfn> (default the empty string)</dt>
1677516778
<dd>A string</dd>
1677616779

16777-
<dt><dfn data-x="link options destination">destination</dfn> (default the empty string)</dt>
16780+
<dt><dfn data-x="link options destination" for="link processing options">destination</dfn>
16781+
(default the empty string)</dt>
1677816782
<dd>A <span>destination type</span>.</dd>
1677916783

16780-
<dt><dfn data-x="link options crossorigin">crossorigin</dfn> (default <span
16781-
data-x="attr-crossorigin-none">No CORS</span>)</dt>
16784+
<dt><dfn data-x="link options crossorigin" for="link processing options">crossorigin</dfn>
16785+
(default <span data-x="attr-crossorigin-none">No CORS</span>)</dt>
1678216786
<dd>A <span>CORS settings attribute</span> state</dd>
1678316787

16784-
<dt><dfn data-x="link options referrer policy">referrer policy</dfn> (default the empty
16785-
string)</dt>
16788+
<dt><dfn data-x="link options referrer policy" for="link processing options">referrer
16789+
policy</dfn> (default the empty string)</dt>
1678616790
<dd>A <span>referrer policy</span></dd>
1678716791

16788-
<dt><dfn data-x="link options source set">source set</dfn> (default null)</dt>
16792+
<dt><dfn data-x="link options source set" for="link processing options">source set</dfn> (default
16793+
null)</dt>
1678916794
<dd>Null or a <span>source set</span></dd>
1679016795

16791-
<dt><dfn data-x="link options base URL">base URL</dfn></dt>
16796+
<dt><dfn data-x="link options base URL" for="link processing options">base URL</dfn></dt>
1679216797
<dd>A <span>URL</span></dd>
1679316798

16794-
<dt><dfn data-x="link options origin">origin</dfn></dt>
16799+
<dt><dfn data-x="link options origin" for="link processing options">origin</dfn></dt>
1679516800
<dd>An <span>origin</span></dd>
1679616801

16797-
<dt><dfn data-x="link options environment">environment</dfn></dt>
16802+
<dt><dfn data-x="link options environment" for="link processing options">environment</dfn></dt>
1679816803
<dd>An <span>environment</span></dd>
1679916804

16800-
<dt><dfn data-x="link options policy container">policy container</dfn></dt>
16805+
<dt><dfn data-x="link options policy container" for="link processing options">policy
16806+
container</dfn></dt>
1680116807
<dd>A <span>policy container</span></dd>
1680216808

16803-
<dt><dfn data-x="link options document">document</dfn> (default null)</dt>
16809+
<dt><dfn data-x="link options document" for="link processing options">document</dfn> (default
16810+
null)</dt>
1680416811
<dd>Null or a <code>Document</code></dd>
1680516812

16806-
<dt><dfn data-x="link options on document ready">on document ready</dfn> (default null)</dt>
16813+
<dt><dfn data-x="link options on document ready" for="link processing options">on document
16814+
ready</dfn> (default null)</dt>
1680716815
<dd>Null or an algorithm accepting a <code>Document</code></dd>
1680816816

16809-
<dt><dfn data-x="link options fetch priority">fetch priority</dfn> (default <code
16810-
data-x="attr-fetchpriority-auto-state">Auto</code>)</dt>
16817+
<dt><dfn data-x="link options fetch priority" for="link processing options">fetch priority</dfn>
16818+
(default <code data-x="attr-fetchpriority-auto-state">Auto</code>)</dt>
1681116819
<dd>A <span>fetch priority attribute</span> state</dd>
1681216820
</dl>
1681316821

@@ -105971,55 +105979,64 @@ location.href = '#foo';</code></pre>
105971105979
Try to keep this sort of grouping in mind when adding to this struct.
105972105980
-->
105973105981
<dl>
105974-
<dt><dfn data-x="navigation-params-id">id</dfn></dt>
105982+
<dt><dfn data-x="navigation-params-id" for="navigation params">id</dfn></dt>
105975105983
<dd>null or a <span>navigation ID</span></dd>
105976105984

105977-
<dt><dfn data-x="navigation-params-navigable">navigable</dfn></dt>
105985+
<dt><dfn data-x="navigation-params-navigable" for="navigation params">navigable</dfn></dt>
105978105986
<dd>the <span>navigable</span> to be navigated</dd>
105979105987

105980-
<dt><dfn data-x="navigation-params-request">request</dfn></dt>
105988+
<dt><dfn data-x="navigation-params-request" for="navigation params">request</dfn></dt>
105981105989
<dd>null or a <span data-x="concept-request">request</span> that started the navigation</dd>
105982105990

105983-
<dt><dfn data-x="navigation-params-response">response</dfn></dt>
105991+
<dt><dfn data-x="navigation-params-response" for="navigation params">response</dfn></dt>
105984105992
<dd>a <span data-x="concept-response">response</span> that ultimately was navigated to
105985105993
(potentially a <span>network error</span>)</dd>
105986105994

105987-
<dt><dfn data-x="navigation-params-fetch-controller">fetch controller</dfn></dt>
105995+
<dt><dfn data-x="navigation-params-fetch-controller" for="navigation params">fetch
105996+
controller</dfn></dt>
105988105997
<dd>null or a <span>fetch controller</span></dd>
105989105998

105990-
<dt><dfn data-x="navigation-params-commit-early-hints">commit early hints</dfn></dt>
105999+
<dt><dfn data-x="navigation-params-commit-early-hints" for="navigation params">commit early
106000+
hints</dfn></dt>
105991106001
<dd>null or an algorithm accepting a <code>Document</code>, once it has been created</dd>
105992106002

105993-
<dt><dfn data-x="navigation-params-coop-enforcement-result">COOP enforcement result</dfn></dt>
106003+
<dt><dfn data-x="navigation-params-coop-enforcement-result" for="navigation params">COOP
106004+
enforcement result</dfn></dt>
105994106005
<dd>an <span data-x="coop-enforcement-result">opener policy enforcement result</span>, used for
105995106006
reporting and potentially for causing a <a
105996106007
href="#browsing-context-group-switches-due-to-cross-origin-opener-policy">browsing context
105997106008
group switch</a></dd>
105998106009

105999-
<dt><dfn data-x="navigation-params-reserved-environment">reserved environment</dfn></dt>
106010+
<dt><dfn data-x="navigation-params-reserved-environment" for="navigation params">reserved
106011+
environment</dfn></dt>
106000106012
<dd>null or an <span>environment</span> reserved for the new <code>Document</code></dd>
106001106013

106002-
<dt><dfn data-x="navigation-params-origin">origin</dfn></dt>
106014+
<dt><dfn data-x="navigation-params-origin" for="navigation params">origin</dfn></dt>
106003106015
<dd>an <span>origin</span> to use for the new <code>Document</code></dd>
106004106016

106005-
<dt><dfn data-x="navigation-params-policy-container">policy container</dfn></dt>
106017+
<dt><dfn data-x="navigation-params-policy-container" for="navigation params">policy
106018+
container</dfn></dt>
106006106019
<dd>a <span>policy container</span> to use for the new <code>Document</code></dd>
106007106020

106008-
<dt><dfn data-x="navigation-params-sandboxing">final sandboxing flag set</dfn></dt>
106021+
<dt><dfn data-x="navigation-params-sandboxing" for="navigation params">final sandboxing flag
106022+
set</dfn></dt>
106009106023
<dd>a <span>sandboxing flag set</span> to impose on the new <code>Document</code></dd>
106010106024

106011-
<dt><dfn data-x="navigation-params-coop">opener policy</dfn></dt>
106025+
<dt><dfn data-x="navigation-params-coop" for="navigation params">opener policy</dfn></dt>
106012106026
<dd>an <span>opener policy</span> to use for the new <code>Document</code></dd>
106013106027

106014-
<dt><dfn data-x="navigation-params-nav-timing-type">navigation timing type</dfn></dt>
106028+
<dt><dfn data-x="navigation-params-nav-timing-type" for="navigation params">navigation timing
106029+
type</dfn></dt>
106015106030
<dd>a <code>NavigationTimingType</code> used for <span data-x="create the navigation timing
106016106031
entry">creating the navigation timing entry</span> for the new <code>Document</code></dd>
106017106032

106018-
<dt><dfn data-x="navigation-params-about-base-url">about base URL</dfn></dt>
106033+
<dt><dfn data-x="navigation-params-about-base-url" for="navigation params">about base
106034+
URL</dfn></dt>
106019106035
<dd>a <span>URL</span> or null used to populate the new <code>Document</code>'s <span
106020106036
data-x="concept-document-about-base-url">about base URL</span></dd>
106021106037

106022-
<dt><dfn data-x="navigation-params-user-involvement">user involvement</dfn></dt>
106038+
<dt><dfn data-x="navigation-params-user-involvement" for="navigation params">user
106039+
involvement</dfn></dt>
106023106040
<dd>a <span>user navigation involvement</span> used when <span
106024106041
data-x="obtain-browsing-context-navigation">obtaining a browsing context</span> for the new
106025106042
<code>Document</code></dd>

0 commit comments

Comments
 (0)