Skip to content

Commit 4784e12

Browse files
committed
[css-values-4][editorial] fix whitespace
1 parent 10f6575 commit 4784e12

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-values-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,10 +1006,10 @@ URL Modifiers</h4>
10061006
URL Processing Model</h4>
10071007

10081008
<div algorithm>
1009-
To <dfn export>fetch a style resource</dfn> from [=/url=] |url|,
1010-
given a {{CSSStyleSheet}} |sheet|,
1011-
a string |destination| matching a {{RequestDestination}},
1012-
a "no-cors" or "cors" |corsMode|,
1009+
To <dfn export>fetch a style resource</dfn> from [=/url=] |url|,
1010+
given a {{CSSStyleSheet}} |sheet|,
1011+
a string |destination| matching a {{RequestDestination}},
1012+
a "no-cors" or "cors" |corsMode|,
10131013
and an algorithm |processResponse| accepting a [=/response=] and a null, failure or byte
10141014
stream:
10151015

@@ -1038,8 +1038,8 @@ URL Processing Model</h4>
10381038
set, and whose [=request/referrer=] is |referrer|.
10391039

10401040
10. Let |controller| be the result of [=/Fetch|fetching=] |req|, with <var ignore>taskDestination</var>
1041-
set to |global|, and <var ignore>processResponseConsumeBody</var> set to the following steps given
1042-
[=/response=] |res| and Null, failure or byte stream |byteStream|:
1041+
set to |global|, and <var ignore>processResponseConsumeBody</var> set to the following steps given
1042+
[=/response=] |res| and Null, failure or byte stream |byteStream|:
10431043
1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set,
10441044
[=fetch-controller/conclude=] |controller|, with <var ignore>initiatorType</var> set
10451045
to <code>"css"</code>. [[CSSOM]]

0 commit comments

Comments
 (0)