diff --git a/Overview.html b/Overview.html index 2ab7c71b0..88d39f2bb 100644 --- a/Overview.html +++ b/Overview.html @@ -568,7 +568,7 @@

3.2.3 HTTP responses

omit credentials mode is never. -

For a CORS preflight request's +

For a CORS preflight, request's omit credentials mode is always never, but for any subsequent HTTP requests it might not be. Support therefore needs to be indicated for the CORS preflight as well. @@ -812,7 +812,7 @@

4.1 Basic fetch

  • If request's omit credentials mode is - always or request's + never or request's omit credentials mode is CORS and the CORS flag is unset, run these substeps: @@ -853,12 +853,11 @@

    4.1 Basic fetch

    its fields appropriately. -

    If there are cookies to be set and either the CORS flag is set and - request's +

    If there are cookies to be set and either request's omit credentials mode is - CORS or request's + never, or request's omit credentials mode is - always, run these steps: + CORS and the CORS flag is unset, run these steps:

    1. Wait until ownership of the storage mutex can @@ -1363,6 +1362,7 @@

      Acknowledgments

      Glenn Maynard, Graham Klyne, Hal Lockhart, +Hallvord R. M. Steen, Henri Sivonen, Ian Hickson, Janusz Majnert, diff --git a/Overview.src.html b/Overview.src.html index 52d954eea..d7cbe6579 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -542,7 +542,7 @@

      HTTP responses

      omit credentials mode is never. -

      For a CORS preflight request's +

      For a CORS preflight, request's omit credentials mode is always never, but for any subsequent HTTP requests it might not be. Support therefore needs to be indicated for the CORS preflight as well. @@ -786,7 +786,7 @@

      Basic fetch

    2. If request's omit credentials mode is - always or request's + never or request's omit credentials mode is CORS and the CORS flag is unset, run these substeps: @@ -827,12 +827,11 @@

      Basic fetch

      its fields appropriately. -

      If there are cookies to be set and either the CORS flag is set and - request's +

      If there are cookies to be set and either request's omit credentials mode is - CORS or request's + never, or request's omit credentials mode is - always, run these steps: + CORS and the CORS flag is unset, run these steps:

      1. Wait until ownership of the storage mutex can @@ -1316,6 +1315,7 @@

        Acknowledgments

        Glenn Maynard, Graham Klyne, Hal Lockhart, +Hallvord R. M. Steen, Henri Sivonen, Ian Hickson, Janusz Majnert,