File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1739,7 +1739,7 @@ not always relevant and might require different behavior.
17391739
17401740<p> A <a for=/>request</a> has an associated
17411741<dfn export for=request id=concept-request-internal-priority>internal priority</dfn> (null or a
1742- user-agent- defined object). Unless otherwise stated it is null.
1742+ <a>implementation- defined</a> object). Unless otherwise stated it is null.
17431743
17441744<p> A <a for=/>request</a> has an associated
17451745<dfn export for=request id=concept-request-origin>origin</dfn> , which is
@@ -4141,10 +4141,12 @@ the request.
41414141 <p> If <var> request</var> 's <a for=request>internal priority</a> is null, then use
41424142 <var> request</var> 's <a for=request>priority</a> , <a for=request>initiator</a> ,
41434143 <a for=request>destination</a> , and <a for=request>render-blocking</a> appropriately in setting
4144- <var> request</var> 's <a for=request>internal priority</a> to a user-agent-defined object.
4144+ <var> request</var> 's <a for=request>internal priority</a> to an <a>implementation-defined</a>
4145+ object.
41454146
4146- <p class=note> The user-agent-defined object could encompass stream weight and dependency for
4147- HTTP/2, and equivalent information used to prioritize dispatch and processing of HTTP/1 fetches.
4147+ <p class=note> The <a>implementation-defined</a> object could encompass stream weight and
4148+ dependency for HTTP/2, and equivalent information used to prioritize dispatch and processing
4149+ of HTTP/1 fetches.
41484150
41494151 <li>
41504152 <p> If <var> request</var> is a <a>subresource request</a> , then:
You can’t perform that action at this time.
0 commit comments