Skip to content

Commit

Permalink
Fix <dl><li> breakage in build
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Jun 13, 2024
1 parent 4986a86 commit deacdeb
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions sections/event-types-mouseevent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -623,13 +623,15 @@

<h5 id="mouseevent-internal-state">Internal State for MouseEvent</h5>

<dl dfn-for="MouseEvent">
<li><dfn>shift flag</dfn></li>
<li><dfn>control flag</dfn></li>
<li><dfn>alt flag</dfn></li>
<li><dfn>altgraph flag</dfn></li>
<li><dfn>meta flag</dfn></li>
</dl>
A {{MouseEvent}} has the following internal flags that are used to track the
state of various modifier keys:
<dfn>shift flag</dfn>,
<dfn>control flag</dfn>,
<dfn>alt flag</dfn>,
<dfn>altgraph flag</dfn>,
and <dfn>meta flag</dfn>.
These flags are set if the corresponding modifier key was pressed at the time
of the mouse event.

<div class="algorithm" data-algorithm="initialize-a-mouseevent" data-export>
<h5 id="initialize-a-mouseevent-id"><dfn>initialize a MouseEvent</dfn></h5>
Expand Down

0 comments on commit deacdeb

Please sign in to comment.