@@ -2685,7 +2685,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2685
2685
<li><dfn data-x="concept-request-reserved-client" data-x-href="https://fetch.spec.whatwg.org/#concept-request-reserved-client">reserved client</dfn></li>
2686
2686
<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>
2687
2687
<li><dfn data-x="concept-request-initiator" data-x-href="https://fetch.spec.whatwg.org/#concept-request-initiator">initiator</dfn></li>
2688
- <li><dfn data-x="concept-request-type" data-x-href="https://fetch.spec.whatwg.org/#concept-request-type">type</dfn></li>
2689
2688
<li><dfn data-x="concept-request-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-request-destination">destination</dfn></li>
2690
2689
<li><dfn data-x="concept-potential-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-potential-destination">potential destination</dfn></li>
2691
2690
<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>
@@ -23975,11 +23974,11 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {
23975
23974
resolving the <span>URL</span> "<code data-x="">/favicon.ico</code>" against the
23976
23975
<code>Document</code> object's <span data-x="concept-document-url">URL</span>, <span
23977
23976
data-x="concept-request-client">client</span> is the <code>Document</code> object's
23978
- <span>relevant settings object</span>, <span data-x="concept-request-type">type</span> is "<code
23979
- data-x="">image</code>", <span data-x="concept-request-destination">destination</span> is "<code
23980
- data-x="">image</code>", < span>synchronous flag</span> is set, <span
23981
- data-x="concept-request-credentials-mode">credentials mode</span> is "<code
23982
- data-x="">include</code>", and whose <span>use-URL-credentials flag</span> is set.</p></li>
23977
+ <span>relevant settings object</span>, <span
23978
+ data-x="concept-request-destination">destination</span> is "<code data-x="">image</code>",
23979
+ < span>synchronous flag</span> is set, <span data-x="concept-request-credentials-mode">credentials
23980
+ mode</span> is "<code data-x="">include</code>", and whose <span>use-URL-credentials flag</span>
23981
+ is set.</p></li>
23983
23982
23984
23983
<!--FETCH--><li><p>Let <var>response</var> be the result of <span
23985
23984
data-x="concept-fetch">fetching</span> <var>request</var>.</p></li>
@@ -27191,8 +27190,7 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ...</pre>
27191
27190
27192
27191
<p>⌛ Set <var>request</var>'s <span data-x="concept-request-client">client</span> to the
27193
27192
element's <span>node document</span>'s <code>Window</code> object's <span>environment settings
27194
- object</span> and <span data-x="concept-request-type">type</span> to "<code
27195
- data-x="">image</code>".</p>
27193
+ object</span>.</p>
27196
27194
27197
27195
<p>⌛ If the element <span data-x="use srcset or picture">uses <code>srcset</code> or
27198
27196
<code>picture</code></span>, set <var>request</var>'s <span
@@ -28062,8 +28060,7 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ...</pre>
28062
28060
<var>corsAttributeState</var>.</p></li>
28063
28061
28064
28062
<li><p>Set <var>request</var>'s <span data-x="concept-request-client">client</span> to
28065
- <var>client</var>, <span data-x="concept-request-type">type</span> to "<code
28066
- data-x="">image</code>", <span data-x="concept-request-initiator">initiator</span> to "<code
28063
+ <var>client</var>, <span data-x="concept-request-initiator">initiator</span> to "<code
28067
28064
data-x="">imageset</code>", and set <var>request</var>'s <span>synchronous
28068
28065
flag</span>.</p></li>
28069
28066
@@ -31251,7 +31248,6 @@ interface <dfn>HTMLVideoElement</dfn> : <span>HTMLMediaElement</span> {
31251
31248
<span data-x="concept-request-url">url</span> is the <span>resulting URL record</span>,
31252
31249
<span data-x="concept-request-client">client</span> is the element's <span>node document</span>'s
31253
31250
<code>Window</code> object's <span>environment settings object</span>, <span
31254
- data-x="concept-request-type">type</span> is "<code data-x="">image</code>", <span
31255
31251
data-x="concept-request-destination">destination</span> is "<code data-x="">image</code>",
31256
31252
<span data-x="concept-request-credentials-mode">credentials mode</span> is "<code
31257
31253
data-x="">include</code>", and whose <span>use-URL-credentials flag</span> is set.
@@ -33020,18 +33016,19 @@ interface <dfn>MediaError</dfn> {
33020
33016
</li>
33021
33017
33022
33018
<li>
33019
+ <p>Let <var>destination</var> be "<code data-x="">audio</code>" if the <span>media
33020
+ element</span> is an <code>audio</code> element and to "<code data-x="">video</code>"
33021
+ otherwise.</p>
33023
33022
33024
33023
<p>Let <var>request</var> be the result of <span
33025
33024
data-x="create a potential-CORS request">creating a potential-CORS request</span> given
33026
- <var>current media resource</var>'s <span>URL record</span>, "<code data-x="">media</code>",
33027
- and the <span>media element</span>'s <code
33028
- data-x="attr-media-crossorigin">crossorigin</code> content attribute value.
33025
+ <var>current media resource</var>'s <span>URL record</span>, <var>destination</var>, and the
33026
+ <span>media element</span>'s <code data-x="attr-media-crossorigin">crossorigin</code>
33027
+ content attribute value.
33029
33028
33030
33029
<p>Set <var>request</var>'s <span data-x="concept-request-client">client</span> to the
33031
33030
<span>media element</span>'s <span>node document</span>'s <code>Window</code> object's
33032
- <span>environment settings object</span> and <span data-x="concept-request-type">type</span>
33033
- to "<code data-x="">audio</code>" if the <span>media element</span> is an <code>audio</code>
33034
- element and to "<code data-x="">video</code>" otherwise.
33031
+ <span>environment settings object</span>.</p>
33035
33032
33036
33033
<!--FETCH--><p><span data-x="concept-fetch">Fetch</span> <var>request</var>.
33037
33034
@@ -36482,13 +36479,12 @@ interface <dfn>VideoTrack</dfn> {
36482
36479
<ol>
36483
36480
<li><p>Let <var>request</var> be the result of <span
36484
36481
data-x="create a potential-CORS request">creating a potential-CORS request</span> given
36485
- <var>URL</var>, "<code data-x="">media </code>", and <var>corsAttributeState</var>, and with the
36482
+ <var>URL</var>, "<code data-x="">track </code>", and <var>corsAttributeState</var>, and with the
36486
36483
<i>same-origin fallback flag</i> set.</p></li>
36487
36484
36488
36485
<li><p>Set <var>request</var>'s <span data-x="concept-request-client">client</span> to the
36489
36486
<code>track</code> element's <span>node document</span>'s <code>Window</code> object's
36490
- <span>environment settings object</span> and <span data-x="concept-request-type">type</span> to
36491
- "<code data-x="">track</code>".</p></li>
36487
+ <span>environment settings object</span>.</p></li>
36492
36488
36493
36489
<!--FETCH--><li><p><span data-x="concept-fetch">Fetch</span> <var>request</var>.</p></li>
36494
36490
</ol>
@@ -47715,11 +47711,10 @@ ldh-str = < as defined in <a href="https://tools.ietf.org/html/rfc1034#
47715
47711
<li><p>Let <var>request</var> be a new <span data-x="concept-request">request</span> whose
47716
47712
<span data-x="concept-request-url">url</span> is the <span>resulting URL record</span>,
47717
47713
<span data-x="concept-request-client">client</span> is the element's <span>node document</span>'s
47718
- <span>relevant settings object</span>, <span data-x="concept-request-type">type</span> is "<code
47719
- data-x="">image</code>", <span data-x="concept-request-destination">destination</span> is "<code
47720
- data-x="">image</code>", <span data-x="concept-request-credentials-mode">credentials mode</span>
47721
- is "<code data-x="">include</code>", and whose <span>use-URL-credentials flag</span> is
47722
- set.</p></li>
47714
+ <span>relevant settings object</span>, <span
47715
+ data-x="concept-request-destination">destination</span> is "<code data-x="">image</code>", <span
47716
+ data-x="concept-request-credentials-mode">credentials mode</span> is "<code
47717
+ data-x="">include</code>", and whose <span>use-URL-credentials flag</span> is set.</p></li>
47723
47718
47724
47719
<!--FETCH--><li><p><span data-x="concept-fetch">Fetch</span> <var>request</var>.</p></li>
47725
47720
</ol>
@@ -86625,8 +86620,7 @@ interface <dfn>NavigatorOnLine</dfn> {
86625
86620
data-x="">script</code>", and <var>CORS setting</var>.</p></li>
86626
86621
86627
86622
<li><p>Set <var>request</var>'s <span data-x="concept-request-client">client</span> to
86628
- <var>settings object</var>, its <span data-x="concept-request-type">type</span> to "<code
86629
- data-x="">script</code>", its <span data-x="concept-request-nonce-metadata">cryptographic nonce
86623
+ <var>settings object</var>, its <span data-x="concept-request-nonce-metadata">cryptographic nonce
86630
86624
metadata</span> to <var>cryptographic nonce</var>, its <span
86631
86625
data-x="concept-request-integrity-metadata">integrity metadata</span> to <var>integrity
86632
86626
metadata</var> and its <span data-x="concept-request-parser-metadata">parser metadata</span> to
@@ -86690,7 +86684,6 @@ interface <dfn>NavigatorOnLine</dfn> {
86690
86684
<li><p>Let <var>request</var> be a new <span data-x="concept-request">request</span> whose <span
86691
86685
data-x="concept-request-url">url</span> is <var>url</var>, <span
86692
86686
data-x="concept-request-client">client</span> is <var>fetch client settings object</var>, <span
86693
- data-x="concept-request-type">type</span> is "<code data-x="">script</code>", <span
86694
86687
data-x="concept-request-destination">destination</span> is <var>destination</var>, <span
86695
86688
data-x="concept-request-mode">mode</span> is "<code data-x="">same-origin</code>", <span
86696
86689
data-x="concept-request-credentials-mode">credentials mode</span> is "<code
@@ -86736,7 +86729,6 @@ interface <dfn>NavigatorOnLine</dfn> {
86736
86729
<li><p>Let <var>request</var> be a new <span data-x="concept-request">request</span> whose <span
86737
86730
data-x="concept-request-url">url</span> is <var>url</var>, <span
86738
86731
data-x="concept-request-client">client</span> is <var>settings object</var>, <span
86739
- data-x="concept-request-type">type</span> is "<code data-x="">script</code>", <span
86740
86732
data-x="concept-request-destination">destination</span> is "<var>script</var>", <span
86741
86733
data-x="concept-request-parser-metadata">parser metadata</span> is "<code data-x="">not
86742
86734
parser-inserted</code>", <span>synchronous flag</span> is set, and whose
@@ -86887,7 +86879,6 @@ interface <dfn>NavigatorOnLine</dfn> {
86887
86879
<li><p>Let <var>request</var> be a new <span data-x="concept-request">request</span> whose
86888
86880
<span data-x="concept-request-url">url</span> is <var>url</var>, <span
86889
86881
data-x="concept-request-destination">destination</span> is <var>destination</var>, <span
86890
- data-x="concept-request-type">type</span> is "<code data-x="">script</code>", <span
86891
86882
data-x="concept-request-mode">mode</span> is "<code data-x="">cors</code>", <span
86892
86883
data-x="concept-request-credentials-mode">credentials mode</span> is <var>credentials
86893
86884
mode</var>, <span data-x="concept-request-nonce-metadata">cryptographic nonce metadata</span> is
0 commit comments