diff --git a/fetch.bs b/fetch.bs index daafe5d45..6a5b5959c 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4144,8 +4144,8 @@ the CORS protocol is understood. The so-called CORS-preflight request< successful it populates the CORS-preflight cache to minimize the number of these fetches. -

To perform a CORS-preflight fetch using request, run these -steps: +

To perform a CORS-preflight fetch using request, +run these steps:

  1. @@ -4190,8 +4190,7 @@ steps: 0x2C is not the way this was implemented, for better or worse.
  2. Let response be the result of performing an - HTTP-network-or-cache fetch using - preflight. + HTTP-network-or-cache fetch using preflight with the CORS flag set.

  3. If a CORS check for request and response returns success