Skip to content

Commit ffc8bf7

Browse files
committed
Numbering
1 parent 34002f2 commit ffc8bf7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

css-values-4/Overview.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,29 +1009,29 @@ URL processing model</h4>
10091009

10101010
5. Let |referrer| be |documentBase|.
10111011

1012-
6. Let |handleResourceFetchDone| be to do nothing.
1012+
6. If |base| is null, set |base| to |documentBase|.
10131013

1014-
7. If |base| is null, set |base| to |documentBase|.
1015-
1016-
8. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
1014+
7. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
10171015
If the algorithm returns an error, return.
10181016

1019-
9. If |corsMode| is "cors", set |referrer| to |sheet|'s
1017+
8. If |corsMode| is "cors", set |referrer| to |sheet|'s
10201018
<a spec=cssom>location</a>. [[CSSOM]]
10211019

1022-
10. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
1020+
9. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
10231021
[=request/destination=] is |destination|, [=request/mode=] is |mode|, [=request/origin=]
10241022
is |environmentSettings|'s [=environment settings object/origin=],
10251023
[=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is
10261024
set, and whose [=request/header list=] is a [=/header list=] containing a [=header=]
10271025
with its [=header/name=] set to "referrer" and its [=header/value=] set to |referrer|.
10281026

1029-
11. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set, set |handleResourceFetchDone|
1030-
given [=/response=] |res| to [=finalize and report timing=] with |res|, |global|, and
1031-
<code>"css"</code>. [[CSSOM]]
1027+
10. [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponse| set to
1028+
the following steps given [=/response=] |res|:
1029+
1030+
1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set, set |handleResourceFetchDone|
1031+
given [=/response=] |res| to [=finalize and report timing=] with |res|, |global|, and
1032+
<code>"css"</code>. [[CSSOM]]
10321033

1033-
12. [=/Fetch=] |req|, with |processResponseDone| set to |handleResourceFetchDone|,
1034-
|taskDestination| set to |global|, and |processResponse| set to |processResponse|.
1034+
2. Call |processResponseDone| with |res|.
10351035
</div>
10361036

10371037
<h2 id="numeric-types">

0 commit comments

Comments
 (0)