@@ -1020,23 +1020,21 @@ URL Processing Model</h4>
10201020
10211021 5. Let |referrer| be |documentBase|.
10221022
1023- 6. Let |handleResourceFetchDone| be to do nothing .
1023+ 6. If |base| is null, set |base| to |documentBase| .
10241024
1025- 7. If |base| is null, set |base| to |documentBase|.
1026-
1027- 8. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
1025+ 7. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
10281026 If the algorithm returns an error, return.
10291027
1030- 9 . If |corsMode| is "cors", set |referrer| to |sheet|'s
1028+ 8 . If |corsMode| is "cors", set |referrer| to |sheet|'s
10311029 <a spec=cssom>location</a> . [[CSSOM]]
10321030
1033- 10 . Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
1031+ 9 . Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
10341032 [=request/destination=] is |destination|, [=request/mode=] is |corsMode|,
10351033 [=request/origin=] is |environmentSettings|'s [=environment settings object/origin=] ,
10361034 [=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is
10371035 set, and whose [=request/referrer=] is |referrer|.
10381036
1039- 11 . [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseConsumeBody|
1037+ 10 . [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseConsumeBody|
10401038 set to the following steps given [=/response=] |res| and Null, failure or byte stream
10411039 |byteStream|:
10421040 1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set,
0 commit comments