diff --git a/fetch.bs b/fetch.bs index c77dba159..f90dd8789 100644 --- a/fetch.bs +++ b/fetch.bs @@ -105,6 +105,7 @@ everything that involves, including:
  • Redirects
  • Cross-origin semantics
  • CSP [[!CSP]] +
  • Fetch Metadata [[!FETCH-METADATA]]
  • Service workers [[!SW]]
  • Mixed Content [[!MIX]]
  • `Referer` [[!REFERRER]] @@ -1653,13 +1654,18 @@ a given context. [[!CSP]] reload-navigation flag. Unless stated otherwise, it is unset. -

    This flag is for exclusive use by HTML's navigate algorithm. [[!HTML]] +

    This flag is for exclusive use by HTML's navigate algorithm. [[!HTML]]

    A request has an associated history-navigation flag. Unless stated otherwise, it is unset. -

    This flag is for exclusive use by HTML's navigate algorithm. [[!HTML]] +

    This flag is for exclusive use by HTML's navigate algorithm. [[!HTML]] + +

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

    This is for exclusive use by HTML's navigate algorithm. [[!HTML]]


    @@ -4203,6 +4209,9 @@ steps. They return a response.
  • Append a request `Origin` header for httpRequest. +

  • Append the Fetch metadata headers for httpRequest. + [[!FETCH-METADATA]] +

  • If httpRequest's header list does not contain `User-Agent`, then user agents should append