Skip to content

Commit deacdeb

Browse files
committed
Fix <dl><li> breakage in build
1 parent 4986a86 commit deacdeb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

sections/event-types-mouseevent.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -623,13 +623,15 @@
623623

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

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

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

0 commit comments

Comments
 (0)