@@ -1412,17 +1412,9 @@ downloads. This format of range header value can be set using <a>add a range hea
1412
1412
1413
1413
<hr>
1414
1414
1415
- <p> A <dfn id=default-user-agent-value export>default `<code>User-Agent</code>` value</dfn> is an
1416
- <a>implementation-defined</a> <a for=/>header value</a> for the `<code> User-Agent</code> `
1417
- <a for=/>header</a> .
1418
-
1419
- <p class=note> For unfortunate web compatibility reasons, web browsers are strongly encouraged to
1420
- have this value start with `<code> Mozilla/5.0 (</code> ` and be generally modeled after other web
1421
- browsers.
1422
-
1423
1415
<div algorithm>
1424
1416
<p> To get the <a>environment settings object</a> <var> environment</var> 's
1425
- <dfn export id=environment- default-user-agent-value>environment default `<code>User-Agent</code>` value</dfn> :
1417
+ <dfn export id=default-user-agent-value>default `<code>User-Agent</code>` value</dfn> :
1426
1418
1427
1419
<ol>
1428
1420
<li><p> Let <var> userAgent</var> be the <a>WebDriver BiDi emulated User-Agent</a> for
@@ -1431,7 +1423,10 @@ browsers.
1431
1423
<li><p> If <var> userAgent</var> is not null, then return <a>isomorphic encoded</a>
1432
1424
<var> userAgent</var> .
1433
1425
1434
- <li><p> Return <a>default `<code>User-Agent</code>` value</a> .
1426
+ <li><p> Return an <a>implementation-defined</a> <a for=/>header value</a> for the
1427
+ `<code> User-Agent</code> ` <a for=/>header</a> . For unfortunate web compatibility reasons, web
1428
+ browsers are strongly encouraged to have this value start with `<code> Mozilla/5.0 (</code> ` and be
1429
+ generally modeled after other web browsers.
1435
1430
</ol>
1436
1431
</div>
1437
1432
@@ -6008,7 +6003,7 @@ run these steps:
6008
6003
6009
6004
<ol>
6010
6005
<li><p> Let <var> userAgent</var> be the <var> httpRequest</var> 's <a for=request>client</a>' s
6011
- <a>environment default `<code>User-Agent</code>` value</a> .
6006
+ <a>default `<code>User-Agent</code>` value</a> .
6012
6007
6013
6008
<li><p> <a for="header list">Append</a> (`<code> User-Agent</code> `, <var> userAgent</var> ) to
6014
6009
<var> httpRequest</var> 's <a for=request>header list</a> .
0 commit comments