diff --git a/fetch.bs b/fetch.bs index c77cb687e..02b743083 100644 --- a/fetch.bs +++ b/fetch.bs @@ -3043,9 +3043,8 @@ with a CORS flag and recursive flag, run these steps: HTTP fetch using request with CORS flag and CORS-preflight flag set. -
  • If corsWithPreflightResponse is a - network error, then - clear cache entries using request. +

  • If corsWithPreflightResponse is a network error, then + clear cache entries using request.

  • Return corsWithPreflightResponse. @@ -4503,8 +4502,7 @@ run these steps:

  • If max-age is failure or null, then set max-age to zero.

  • If max-age is greater than an imposed limit on - max-age, then set max-age to the imposed - limit. + max-age, then set max-age to the imposed limit.

  • If the user agent does not provide for a cache, then return response. @@ -4591,7 +4589,7 @@ whose serialized origin is the result of serializing a request origin with request and whose url is request's current url. -

    There is a cache entry match for a cache entry +

    There is a cache entry match for a cache entry entry with request if entry's serialized origin is the result of serializing a request origin with request, entry's url is request's