diff --git a/fetch.bs b/fetch.bs index a201490c2..c30bf1321 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1869,6 +1869,12 @@ otherwise, it is unset. done flag, and timing allow failed flag are used as bookkeeping details by the fetch algorithm. +

A request has an associated boolean +render-blocking. +Unless stated otherwise, it is false. + +

This flag is for exclusive use by HTML's render-blocking mechanism. [[!HTML]] +


A subresource request is a request @@ -3984,8 +3990,9 @@ the request.

  • If request's priority is null, then use request's - initiator and destination appropriately in setting - request's priority to a user-agent-defined object. + initiator, destination and + render-blocking appropriately in setting request's + priority to a user-agent-defined object.

    The user-agent-defined object could encompass stream weight and dependency for HTTP/2, and equivalent information used to prioritize dispatch and processing of HTTP/1 fetches.