File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments