File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1120,7 +1120,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
1120
1120
<section>
1121
1121
<h4 id="client-reserved">{{Client/reserved}}</h4>
1122
1122
1123
- <p> The <dfn attribute for="Client" id="client-reserved-attribute"><code>reserved</code></dfn> attribute <em class="rfc2119" title="MUST"> must</em> return true if the <a>context object</a> 's associated <a for="Client">service worker client</a>' s <a>execution ready flag</a> is unset, and false otherwise.</p>
1123
+ <p> The <dfn attribute for="Client" id="client-reserved-attribute"><code>reserved</code></dfn> attribute <em class="rfc2119" title="MUST"> must</em> return true if the <a>context object</a> 's associated <a for="Client">service worker client</a>' s <a for="environment" >execution ready flag</a> is unset, and false otherwise.</p>
1124
1124
</section>
1125
1125
1126
1126
<section algorithm="client-postmessage">
@@ -1351,7 +1351,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
1351
1351
</li>
1352
1352
<li> If <var> options</var> .{{ClientQueryOptions/includeReserved}} is false, then:
1353
1353
<ol>
1354
- <li> If <var> client</var> 's <a>execution ready flag</a> is unset, continue to the next iteration of the loop.</li>
1354
+ <li> If <var> client</var> 's <a for="environment" >execution ready flag</a> is unset, continue to the next iteration of the loop.</li>
1355
1355
</ol>
1356
1356
</li>
1357
1357
<li> Add <var> client</var> to <var> targetClients</var> .</li>
Original file line number Diff line number Diff line change @@ -1108,7 +1108,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
1108
1108
<section>
1109
1109
<h4 id="client-reserved">{{Client/reserved}}</h4>
1110
1110
1111
- <p> The <dfn attribute for="Client" id="client-reserved-attribute"><code>reserved</code></dfn> attribute <em class="rfc2119" title="MUST"> must</em> return true if the <a>context object</a> 's associated <a for="Client">service worker client</a>' s <a>execution ready flag</a> is unset, and false otherwise.</p>
1111
+ <p> The <dfn attribute for="Client" id="client-reserved-attribute"><code>reserved</code></dfn> attribute <em class="rfc2119" title="MUST"> must</em> return true if the <a>context object</a> 's associated <a for="Client">service worker client</a>' s <a for="environment" >execution ready flag</a> is unset, and false otherwise.</p>
1112
1112
</section>
1113
1113
1114
1114
<section algorithm="client-postmessage">
@@ -1339,7 +1339,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
1339
1339
</li>
1340
1340
<li> If <var> options</var> .{{ClientQueryOptions/includeReserved}} is false, then:
1341
1341
<ol>
1342
- <li> If <var> client</var> 's <a>execution ready flag</a> is unset, continue to the next iteration of the loop.</li>
1342
+ <li> If <var> client</var> 's <a for="environment" >execution ready flag</a> is unset, continue to the next iteration of the loop.</li>
1343
1343
</ol>
1344
1344
</li>
1345
1345
<li> Add <var> client</var> to <var> targetClients</var> .</li>
You can’t perform that action at this time.
0 commit comments