Skip to content

Commit 8e85ce2

Browse files
committed
Switched to implementation-defined
1 parent b3bb5da commit 8e85ce2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

fetch.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ not always relevant and might require different behavior.
17401740

17411741
<p>A <a for=/>request</a> has an associated
17421742
<dfn export for=request id=concept-request-internal-priority>internal priority</dfn> (null or a
1743-
user-agent-defined object). Unless otherwise stated it is null.
1743+
<a>implementation-defined</a> object). Unless otherwise stated it is null.
17441744

17451745
<p>A <a for=/>request</a> has an associated
17461746
<dfn export for=request id=concept-request-origin>origin</dfn>, which is
@@ -4142,10 +4142,12 @@ the request.
41424142
<p>If <var>request</var>'s <a for=request>internal priority</a> is null, then use
41434143
<var>request</var>'s <a for=request>priority</a>, <a for=request>initiator</a>,
41444144
<a for=request>destination</a>, and <a for=request>render-blocking</a> appropriately in setting
4145-
<var>request</var>'s <a for=request>internal priority</a> to a user-agent-defined object.
4145+
<var>request</var>'s <a for=request>internal priority</a> to an <a>implementation-defined</a>
4146+
object.
41464147

4147-
<p class=note>The user-agent-defined object could encompass stream weight and dependency for
4148-
HTTP/2, and equivalent information used to prioritize dispatch and processing of HTTP/1 fetches.
4148+
<p class=note>The <a>implementation-defined</a> object could encompass stream weight and
4149+
dependency for HTTP/2, and equivalent information used to prioritize dispatch and processing
4150+
of HTTP/1 fetches.
41494151

41504152
<li>
41514153
<p>If <var>request</var> is a <a>subresource request</a>, then:

0 commit comments

Comments
 (0)