Skip to content

Commit bbc55cd

Browse files
committed
Rename algorithm from set => append.
Based on feedback in whatwg/fetch#993.
1 parent 9391545 commit bbc55cd

File tree

2 files changed

+877
-248
lines changed

2 files changed

+877
-248
lines changed

index.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ inserting the following step after the current algorithm's step 2:
307307

308308
ISSUE(whatwg/html#5203): This should be defined in HTML.
309309

310-
<div algorithm="set fetch metadata headers">
311-
To <dfn abstract-op export>set the Fetch metadata headers for a request</dfn>, given [=request=] |r|:
310+
<div algorithm="append fetch metadata headers">
311+
To <dfn abstract-op export>append the Fetch metadata headers for a request</dfn>, given [=request=] |r|:
312312

313313
<ol class="algorithm">
314314
1. If |r|'s [=request/url=] is not an [=potentially trustworthy URL=], return.
@@ -323,8 +323,8 @@ To <dfn abstract-op export>set the Fetch metadata headers for a request</dfn>, g
323323
</ol>
324324
</div>
325325

326-
Fetch will call into the algorithm above from within its [=main fetch=] algorithm. Please consult
327-
that specification for integration details [[!FETCH]].
326+
Fetch will call into the algorithm above from within its "HTTP-network-or-cache fetch" algorithm.
327+
Please consult that specification for integration details [[!FETCH]].
328328

329329
ISSUE(whatwg/fetch#993): This should be called from in Fetch.
330330

0 commit comments

Comments
 (0)