@@ -1020,23 +1020,21 @@ URL Processing Model</h4>
1020
1020
1021
1021
5. Let |referrer| be |documentBase|.
1022
1022
1023
- 6. Let |handleResourceFetchDone| be to do nothing .
1023
+ 6. If |base| is null, set |base| to |documentBase| .
1024
1024
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|.
1028
1026
If the algorithm returns an error, return.
1029
1027
1030
- 9 . If |corsMode| is "cors", set |referrer| to |sheet|'s
1028
+ 8 . If |corsMode| is "cors", set |referrer| to |sheet|'s
1031
1029
<a spec=cssom>location</a> . [[CSSOM]]
1032
1030
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
1034
1032
[=request/destination=] is |destination|, [=request/mode=] is |corsMode|,
1035
1033
[=request/origin=] is |environmentSettings|'s [=environment settings object/origin=] ,
1036
1034
[=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is
1037
1035
set, and whose [=request/referrer=] is |referrer|.
1038
1036
1039
- 11 . [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseConsumeBody|
1037
+ 10 . [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseConsumeBody|
1040
1038
set to the following steps given [=/response=] |res| and Null, failure or byte stream
1041
1039
|byteStream|:
1042
1040
1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set,
0 commit comments