Skip to content

Commit 02993ff

Browse files
committed
fix indentation
1 parent b493225 commit 02993ff

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

fetch.bs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4478,23 +4478,23 @@ steps:
44784478
<li><p>Let <var>response</var> be null.
44794479

44804480
<li>
4481-
<p>If <var>fetchParams</var>'s <a for="fetch params">preloaded response candidate</a> is null:
4481+
<p>If <var>fetchParams</var>'s <a for="fetch params">preloaded response candidate</a> is null:
44824482

4483-
<ol>
4484-
<li><p>If <var>request</var>'s <a>local-URLs-only flag</a> is set and <var>request</var>'s
4485-
<a for=request>current URL</a> is not <a lt="is local">local</a>, then set <var>response</var> to a
4486-
<a>network error</a>.
4483+
<ol>
4484+
<li><p>If <var>request</var>'s <a>local-URLs-only flag</a> is set and <var>request</var>'s
4485+
<a for=request>current URL</a> is not <a lt="is local">local</a>, then set <var>response</var> to a
4486+
<a>network error</a>.
44874487

4488-
<li><p>Run <a>report Content Security Policy violations for <var>request</var></a>.
4488+
<li><p>Run <a>report Content Security Policy violations for <var>request</var></a>.
44894489

4490-
<li><p><a>Upgrade <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
4490+
<li><p><a>Upgrade <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
44914491

4492-
<li><p><a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
4492+
<li><p><a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
44934493

4494-
<li><p>If <a lt="block bad port">should <var>request</var> be blocked due to a bad port</a> or
4495-
<a lt="should request be blocked by Content Security Policy?">should <var>request</var> be blocked by Content Security Policy</a>
4496-
returns <b>blocked</b>, then set <var>response</var> to a <a>network error</a>.
4497-
</ol>
4494+
<li><p>If <a lt="block bad port">should <var>request</var> be blocked due to a bad port</a> or
4495+
<a lt="should request be blocked by Content Security Policy?">should <var>request</var> be blocked by Content Security Policy</a>
4496+
returns <b>blocked</b>, then set <var>response</var> to a <a>network error</a>.
4497+
</ol>
44984498

44994499
<li><p>If
45004500
<a lt="should fetching request be blocked as mixed content?">should fetching <var>request</var> be blocked as mixed content</a>

0 commit comments

Comments
 (0)