Skip to content

Commit c296225

Browse files
committed
Add for=value to links to execution ready flag
1 parent d88e979 commit c296225

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
11201120
<section>
11211121
<h4 id="client-reserved">{{Client/reserved}}</h4>
11221122

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>
11241124
</section>
11251125

11261126
<section algorithm="client-postmessage">
@@ -1351,7 +1351,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
13511351
</li>
13521352
<li>If <var>options</var>.{{ClientQueryOptions/includeReserved}} is false, then:
13531353
<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>
13551355
</ol>
13561356
</li>
13571357
<li>Add <var>client</var> to <var>targetClients</var>.</li>

docs/v1/index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
11081108
<section>
11091109
<h4 id="client-reserved">{{Client/reserved}}</h4>
11101110

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>
11121112
</section>
11131113

11141114
<section algorithm="client-postmessage">
@@ -1339,7 +1339,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
13391339
</li>
13401340
<li>If <var>options</var>.{{ClientQueryOptions/includeReserved}} is false, then:
13411341
<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>
13431343
</ol>
13441344
</li>
13451345
<li>Add <var>client</var> to <var>targetClients</var>.</li>

0 commit comments

Comments
 (0)