Skip to content

Commit

Permalink
[chore] Use <ol> instead of <ul> in launch algorithm.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiuca committed Aug 6, 2018
1 parent 46f0159 commit 62df713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ <h3>
</li>
<li>For each <var>member</var> in the sequence «
<code>"title"</code>, <code>"text"</code>, <code>"url"</code> »,
<ul>
<ol>
<li>Let <var>name</var> be the value of
<var>manifest</var>["<a>share_target</a>"]["<a data-link-for=
"ShareTarget">params</a>"][<var>member</var>].
Expand All @@ -499,7 +499,7 @@ <h3>
<a data-cite="!INFRA#list-append">Append</a> to <var>entry
list</var> a tuple with <var>name</var> and <var>value</var>.
</li>
</ul>
</ol>
</li>
<li>Let <var>header list</var> be a new empty <a data-cite=
"!FETCH/#concept-header-list">header list</a>.
Expand Down

0 comments on commit 62df713

Please sign in to comment.