File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1839,6 +1839,11 @@ Unless stated otherwise, it is false.
1839
1839
1840
1840
<p class=note> This is for exclusive use by HTML's navigate algorithm. [[!HTML]]
1841
1841
1842
+ <p> A <a for=/>request</a> has an associated boolean <dfn export for=request>render-blocking</dfn> .
1843
+ Unless stated otherwise, it is false.
1844
+
1845
+ <p class=note> This flag is for exclusive use by HTML's render-blocking mechanism. [[!HTML]]
1846
+
1842
1847
<hr>
1843
1848
1844
1849
<p> A <a for=/>request</a> has an associated
@@ -3991,8 +3996,9 @@ the request.
3991
3996
3992
3997
<li>
3993
3998
<p> If <var> request</var> 's <a for=request>priority</a> is null, then use <var>request</var>' s
3994
- <a for=request>initiator</a> and <a for=request>destination</a> appropriately in setting
3995
- <var> request</var> 's <a for=request>priority</a> to a user-agent-defined object.
3999
+ <a for=request>initiator</a> , <a for=request>destination</a> , and
4000
+ <a for=request>render-blocking</a> appropriately in setting <var> request</var> 's
4001
+ <a for=request>priority</a> to a user-agent-defined object.
3996
4002
3997
4003
<p class=note> The user-agent-defined object could encompass stream weight and dependency for
3998
4004
HTTP/2, and equivalent information used to prioritize dispatch and processing of HTTP/1 fetches.
You can’t perform that action at this time.
0 commit comments