Skip to content

Commit 07662d3

Browse files
authored
Meta: correct markup as per Bikeshed output
1 parent 5dfed9d commit 07662d3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

fetch.bs

+3-9
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,6 @@ functionality.
27772777

27782778
<p>If this operation succeeds, return the <a for=/>set</a> of <a for=/>IP addresses</a> and any
27792779
additional <a>implementation-defined</a> information.
2780-
</li>
27812780

27822781
<li><p>Return failure.
27832782
</ol>
@@ -4113,7 +4112,6 @@ true, and it's always for nested navigations. Otherwise, <var>response</var> is
41134112
<dt>"<a for="embedder policy value"><code>require-corp</code></a>"
41144113
<dd><p>Set <var>policy</var> to `<code>same-origin</code>`.
41154114
</dl>
4116-
</li>
41174115

41184116
<li>
41194117
<p>Switch on <var>policy</var>:
@@ -4366,7 +4364,6 @@ the response. [[!HTTP-CACHING]]
43664364
<a for="fetch params">preloaded response candidate</a> is null, then set <var>fetchParams</var>'s
43674365
<a for="fetch params">preloaded response candidate</a> to "<code>pending</code>".
43684366
</ol>
4369-
</li>
43704367

43714368
<li>
43724369
<p>If <var>request</var>'s <a for=request>header list</a>
@@ -4883,7 +4880,6 @@ steps:
48834880
<li><p><a>Queue a fetch task</a> to run <var>processResponseEndOfBodyTask</var> with
48844881
<var>fetchParams</var>'s <a for="fetch params">task destination</a>.
48854882
</ol>
4886-
</li>
48874883

48884884
<li><p>If <var>fetchParams</var>'s <a for="fetch params">process response</a> is non-null, then
48894885
<a>queue a fetch task</a> to run <var>fetchParams</var>'s
@@ -7985,7 +7981,6 @@ constructor steps are:
79857981
<li><p>Set <a>this</a>'s <a for=Request>headers</a>'s <a for=Headers>guard</a> to
79867982
"<code>request-no-cors</code>".
79877983
</ol>
7988-
</li>
79897984

79907985
<li>
79917986
<p>If <var>init</var> <a for=map>is not empty</a>, then:
@@ -8010,7 +8005,6 @@ constructor steps are:
80108005
<li><p>Otherwise, <a for=Headers>fill</a> <a>this</a>'s <a for=Request>headers</a> with
80118006
<var>headers</var>.
80128007
</ol>
8013-
</li>
80148008

80158009
<li><p>Let <var>inputBody</var> be <var>input</var>'s <a for=Request>request</a>'s
80168010
<a for=request>body</a> if <var>input</var> is a {{Request}} object; otherwise null.
@@ -8804,7 +8798,7 @@ resource — for non-<a>CORS requests</a> as well as <a>CORS
88048798
requests</a> — and do not use `<code>Vary</code>`.
88058799

88068800

8807-
<h3 class=no-num id=websocket-protocol oldids=websocket-connections,websocket-opening-handshake,fail-the-websocket-connection,the-websocket-connection-is-established>WebSockets</h2>
8801+
<h3 class=no-num id=websocket-protocol oldids=websocket-connections,websocket-opening-handshake,fail-the-websocket-connection,the-websocket-connection-is-established>WebSockets</h3>
88088802

88098803
<p>As part of establishing a connection, the {{WebSocket}} object initiates a special kind of
88108804
<a for=/>fetch</a> (using a <a for=/>request</a> whose <a for=request>mode</a> is
@@ -8968,7 +8962,7 @@ particular at what stage you would like to receive a callback:
89688962
<li><p>Otherwise, parse <var>contents</var> considering the metadata from <var>response</var>,
89698963
and perform your own operations on it.
89708964
</ol>
8971-
</li>
8965+
</ol>
89728966
</div>
89738967
</dd>
89748968

@@ -9018,7 +9012,7 @@ particular at what stage you would like to receive a callback:
90189012
<a for=response>body</a>'s <a for=body>stream</a>, and process in an appropriate way for the
90199013
MIME type identified by <a>extracting a MIME type</a> from <var>response</var>'s <a for=response>headers list</a>.
90209014
</ol>
9021-
</li>
9015+
</ol>
90229016
</div>
90239017
</dd>
90249018

0 commit comments

Comments
 (0)