Skip to content

Commit 324a0cc

Browse files
inline user agent is offline
1 parent 31e7189 commit 324a0cc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

fetch.bs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -412,18 +412,14 @@ steps:
412412
</ol>
413413
</div>
414414

415-
<p>A <dfn export>user agent is offline</dfn> when the user agent assumes it do not have network
416-
connection, and it will not contact the network during <a lt=fetch for=/>fetching</a>.
417-
418415
<div algorithm>
419416
<p>To check if the <a>environment settings object</a> <var>environment</var>
420-
<dfn export lt="environment is offline">is offline</dfn>, return true if one of the following
421-
conditions are true, and return false otherwise:
417+
<dfn export lt="environment is offline">is offline</dfn>:
422418

423419
<ul>
424-
<li><p>[=/User agent is offline=]</li>
420+
<li><p>If the user agent assumes it does not have internet connectivity, then return true.</li>
425421

426-
<li><p><var>environment</var>'s <a>WebDriver BiDi network is offline</a>.
422+
<li><p>Return <var>environment</var>'s <a>WebDriver BiDi network is offline</a>.
427423
</ul>
428424
</div>
429425

0 commit comments

Comments
 (0)