Skip to content

Commit 01d42b1

Browse files
fixes
1 parent 2b52d69 commit 01d42b1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

fetch.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5987,15 +5987,16 @@ run these steps:
59875987
<var>httpRequest</var>'s <a for=request>header list</a>.
59885988

59895989
<li>
5990-
<p>If <var>httpRequest</var>'s <a for=request>header list</a> <a for="header list">does not
5991-
contain</a> `<code>User-Agent</code>`:
5990+
<p>If <var>httpRequest</var>'s <a for=request>header list</a> <a
5991+
for="header list">does not contain</a> `<code>User-Agent</code>`:
59925992

59935993
<ol>
5994-
<li><p>Let <var>userAgent</var> be the result of running the <a>WebDriver BiDi emulated
5995-
User-Agent</a> with <var>httpRequest</var>'s <a for=request>client</a>.
5994+
<li><p>Let <var>userAgent</var> be the result of running the
5995+
<a>WebDriver BiDi emulated User-Agent</a> with <var>httpRequest</var>'s
5996+
<a for=request>client</a>.
59965997

5997-
<li><p>If <var>userAgent</var> is null, set <var>userAgent</var> to <a>default
5998-
`<code>User-Agent</code>` value</a>.
5998+
<li><p>If <var>userAgent</var> is null, then set <var>userAgent</var> to
5999+
<a>default `<code>User-Agent</code>` value</a>.
59996000

60006001
<li><p><a for="header list">Append</a> (`<code>User-Agent</code>`, <var>userAgent</var>) to
60016002
<var>httpRequest</var>'s <a for=request>header list</a>.

0 commit comments

Comments
 (0)