Skip to content

Commit

Permalink
chore: tidy up index.html (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: noamr <noamr@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and noamr committed Oct 4, 2021
1 parent 2b05f4d commit cccbc3c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,8 @@ <h3>
</li>
<li>
<dfn>"script"</dfn>, if the request is a result of loading any
<a data-cite="HTML#concept-script">script</a> (a classic [^script^], a
[=module script=], or a {{Worker}}).
<a data-cite="HTML#concept-script">script</a> (a classic
[^script^], a [=module script=], or a {{Worker}}).
</li>
<li>
<dfn>"xmlhttprequest"</dfn>, if the request is a result of
Expand Down Expand Up @@ -547,23 +547,24 @@ <h3>
</li>
<li>
<dfn>"image"</dfn>, if the request is the result of processing the
<a data-cite=
"SVG2/embedded.html#ImageElement">image</a> element. [[SVG2]]
<a data-cite="SVG2/embedded.html#ImageElement">image</a> element.
[[SVG2]]
</li>
<li>
<dfn>"input"</dfn>, if the request is the result of processing an
[^input^] element of [^input/type^] [^input/type/image^].
</li>
<li>
<dfn>"a"</dfn>, if the request is the result of processing an
[^a^] element's [^a/download^] or [^a/ping^].
<dfn>"a"</dfn>, if the request is the result of processing an [^a^]
element's [^a/download^] or [^a/ping^].
</li>
<li>
<dfn>"iframe"</dfn>, if the request is the result of processing an [^iframe^]'s
[^iframe/src^].
<dfn>"iframe"</dfn>, if the request is the result of processing an
[^iframe^]'s [^iframe/src^].
</li>
<li>
<dfn>"frame"</dfn>, if the request is the result of loading a [^frame^].
<dfn>"frame"</dfn>, if the request is the result of loading a
[^frame^].
</li>
<li>
<dfn>"other"</dfn>, if none of the above conditions match.
Expand Down

0 comments on commit cccbc3c

Please sign in to comment.