Skip to content

Commit

Permalink
chore: tidy up index.html (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: yoavweiss <yoavweiss@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and yoavweiss committed Jan 12, 2022
1 parent 267f084 commit 99134f1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,10 @@ <h3>
request=];
</li>
<li>
<code>"css"</code>, if the request is a result of processing a CSS
<a data-cite="css-values-4"
data-xref-type="css-function">url()</a> directive such as
<code>@import url()</code> or <code>background: url()</code>;
[[CSS-VALUES]]
<code>"css"</code>, if the request is a result of processing a
CSS <a data-cite="css-values-4" data-xref-type=
"css-function">url()</a> directive such as <code>@import
url()</code> or <code>background: url()</code>; [[CSS-VALUES]]
</li>
<li>
<code>"script"</code>, if the request is a result of loading any
Expand Down Expand Up @@ -512,17 +511,17 @@ <h3>
the [^track^] element's [^track/src^].
</li>
<li>
<code>"img"</code>, if the request is the result of processing the
[^img^] element's [^img/src^] or [^img/srcset^].
<code>"img"</code>, if the request is the result of processing
the [^img^] element's [^img/src^] or [^img/srcset^].
</li>
<li>
<code>"image"</code>, if the request is the result of processing
the <a data-cite="SVG2/embedded.html#ImageElement">image</a>
element. [[SVG2]]
</li>
<li>
<code>"input"</code>, if the request is the result of processing an
[^input^] element of [^input/type^] [^input/type/image^].
<code>"input"</code>, if the request is the result of processing
an [^input^] element of [^input/type^] [^input/type/image^].
</li>
<li>
<code>"a"</code>, if the request is the result of processing an
Expand Down Expand Up @@ -1025,9 +1024,9 @@ <h3>
<p>
The following graph illustrates the timing attributes defined by the
PerformanceResourceTiming interface. Attributes in parenthesis may
not be available when [=fetch|fetching=] cross-origin
resources. User agents may perform internal processing in between
timings, which allow for non-normative intervals between timings.
not be available when [=fetch|fetching=] cross-origin resources. User
agents may perform internal processing in between timings, which
allow for non-normative intervals between timings.
</p>
<figure data-lt='Timing attributes'>
<figcaption>
Expand Down Expand Up @@ -1065,7 +1064,8 @@ <h2>
"PERFORMANCE-TIMELINE-2#dfn-queue-a-performanceentry">Queue</a>
|entry|.
</li>
<li>[=Add a PerformanceResourceTiming entry|Add=] |entry| to |global|'s <a data-cite=
<li>[=Add a PerformanceResourceTiming entry|Add=] |entry| to
|global|'s <a data-cite=
"PERFORMANCE-TIMELINE-2#dfn-performance-entry-buffer">performance
entry buffer</a>.
</li>
Expand Down

0 comments on commit 99134f1

Please sign in to comment.