From 3ccb783c4505ecf125ac2e5c533eb7d523dcfe59 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Wed, 15 Dec 2021 08:16:22 +0200 Subject: [PATCH] Editorial: remove redundant leftover step --- css-values-4/Overview.bs | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index c81233c1f6a..fc44f4b945b 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -1020,23 +1020,21 @@ URL Processing Model 5. Let |referrer| be |documentBase|. - 6. Let |handleResourceFetchDone| be to do nothing. + 6. If |base| is null, set |base| to |documentBase|. - 7. If |base| is null, set |base| to |documentBase|. - - 8. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|. + 7. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|. If the algorithm returns an error, return. - 9. If |corsMode| is "cors", set |referrer| to |sheet|'s + 8. If |corsMode| is "cors", set |referrer| to |sheet|'s location. [[CSSOM]] - 10. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose + 9. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose [=request/destination=] is |destination|, [=request/mode=] is |corsMode|, [=request/origin=] is |environmentSettings|'s [=environment settings object/origin=], [=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is set, and whose [=request/referrer=] is |referrer|. - 11. [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseConsumeBody| + 10. [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseConsumeBody| set to the following steps given [=/response=] |res| and Null, failure or byte stream |byteStream|: 1. If |sheet|'s origin-clean flag is set,