Skip to content

Commit

Permalink
remove uncessary <ul> which wrap <aside>
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Ji committed May 9, 2024
1 parent 15b7ebb commit 37bc6bc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ <h2>
[=shadow-including root=], then:
<ol>
<li>[=Queue an element task=] on the [=user interaction
task source=], given [=this=], to perform the following steps:
task source=], given [=this=], to perform the following
steps:
<ol>
<li>[=Fire an event=] named {{pointerlockerror}} at
[=this=]'s [=Node/node document=].
Expand All @@ -423,7 +424,8 @@ <h2>
<li>Set [=pointer-lock target=] to [=this=].
</li>
<li>[=Queue an element task=] on the [=user interaction
task source=], given [=this=], to perform the following steps:
task source=], given [=this=], to perform the following
steps:
<ol>
<li>[=Fire an event=] named {{pointerlockchange}} at
[=this=]'s [=Node/node document=].
Expand All @@ -435,8 +437,8 @@ <h2>
</ol>
</li>
<li>If [=pointer-lock target=] is null, or options is not
equivalent to the current [=pointer-lock options=], process
the lock request and handle response upon fulfillment:
equivalent to the current [=pointer-lock options=], process the
lock request and handle response upon fulfillment:
<ol>
<li>If the lock request failed:
<ol>
Expand Down Expand Up @@ -490,12 +492,10 @@ <h2>
<li>Return <var>promise</var>.
</li>
</ol>
<ul>
<aside class="note">
This algorithm is under active development and may be modified in
subsequent updates.
</aside>
</ul>
<aside class="note">
This algorithm is under active development and may be modified in
subsequent updates.
</aside>
</dd>
</dl>
</section>
Expand Down

0 comments on commit 37bc6bc

Please sign in to comment.