Skip to content

Commit 313a09d

Browse files
chore: tidy up index.html
1 parent a504626 commit 313a09d

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

index.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ <h3>
451451
request=];
452452
</li>
453453
<li>
454-
<code>"body"</code>, if the request is a result of processing
455-
the [^body^] element's <code>background</code> attribute that's
454+
<code>"body"</code>, if the request is a result of processing the
455+
[^body^] element's <code>background</code> attribute that's
456456
already obsolete.
457457
</li>
458458
<li>
@@ -462,14 +462,12 @@ <h3>
462462
"css-function">url()</a> directive such as <code>@import
463463
url()</code> or <code>background: url()</code>; [[CSS-VALUES]]
464464
</p>
465-
466465
<p>
467466
Note: the request for a font resource specified with
468467
<code>@font-face</code> in CSS is a result of processing a CSS
469-
directive. Therefore, the `initiatorType` for this font resource
470-
is <code>"css"</code>.
468+
directive. Therefore, the `initiatorType` for this font
469+
resource is <code>"css"</code>.
471470
</p>
472-
473471
</li>
474472
<li>
475473
<code>"script"</code>, if the request is a result of loading any
@@ -519,8 +517,8 @@ <h3>
519517
an [^input^] element of [^input/type^] [^input/type/image^].
520518
</li>
521519
<li>
522-
<code>"ping"</code>, if the request is the result of processing an
523-
[^a^] element's [^a/ping^].
520+
<code>"ping"</code>, if the request is the result of processing
521+
an [^a^] element's [^a/ping^].
524522
</li>
525523
<li>
526524
<code>"iframe"</code>, if the request is the result of processing
@@ -531,20 +529,20 @@ <h3>
531529
[^frame^].
532530
</li>
533531
<li>
534-
<code>"embed"</code>, if the request is the result of processing an
535-
[^embed^] element's [^embed/src^].
532+
<code>"embed"</code>, if the request is the result of processing
533+
an [^embed^] element's [^embed/src^].
536534
</li>
537535
<li>
538-
<code>"link"</code>, if the request is the result of processing an
539-
[^link^] element.
536+
<code>"link"</code>, if the request is the result of processing
537+
an [^link^] element.
540538
</li>
541539
<li>
542-
<code>"object"</code>, if the request is the result of processing an
543-
[^object^] element.
540+
<code>"object"</code>, if the request is the result of processing
541+
an [^object^] element.
544542
</li>
545543
<li>
546-
<code>"early-hints"</code>, if the request is the result of processing an
547-
[[[EARLY_HINTS]]] response.
544+
<code>"early-hints"</code>, if the request is the result of
545+
processing an [[[EARLY_HINTS]]] response.
548546
</li>
549547
<li>
550548
<code>"other"</code>, if none of the above conditions match.
@@ -765,8 +763,8 @@ <h3>
765763
</p>
766764
<p data-dfn-for="PerformanceResourceTiming">
767765
The <dfn>contentEncoding</dfn> getter steps are to return
768-
<a>this</a>'s <a data-for="PerformanceResourceTiming">resource info
769-
</a>'s [=response body info/content encoding=].
766+
<a>this</a>'s <a data-for="PerformanceResourceTiming">resource
767+
info</a> 's [=response body info/content encoding=].
770768
</p>
771769
<p data-dfn-for="PerformanceResourceTiming">
772770
The <dfn>renderBlockingStatus</dfn> getter steps are to return

0 commit comments

Comments
 (0)