Skip to content

Commit

Permalink
Remove spaces from ids
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Jun 13, 2024
1 parent 40ca2d8 commit e2062be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
26 changes: 13 additions & 13 deletions sections/event-types-mouseevent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
</dl>

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

: Input
:: |event|, the {{MouseEvent}} to initialize
Expand Down Expand Up @@ -667,7 +667,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="set-event-modifiers">
<h5 id="set mouse event modifiers"><dfn>set mouse event modifiers</dfn></h5>
<h5 id="set-mouse-event-modifiers-id"><dfn>set mouse event modifiers</dfn></h5>

: Input
:: |event|, the {{MouseEvent}} to update
Expand All @@ -689,7 +689,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="create-a-cancelable-mouseevent">
<h5 id="create a cancelable mouseevent"><dfn>create a cancelable MouseEvent</dfn></h5>
<h5 id="create-a-cancelable-mouseevent-id"><dfn>create a cancelable MouseEvent</dfn></h5>

: Input
:: |eventType|, a DOMString containing a valid {{MouseEvent}} type
Expand All @@ -708,7 +708,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="create-a-non-cancelable-mouseevent">
<h5 id="create a non-cancelable mouseevent"><dfn>create a non-cancelable MouseEvent</dfn></h5>
<h5 id="create-a-non-cancelable-mouseevent-id"><dfn>create a non-cancelable MouseEvent</dfn></h5>

: Input
:: |eventType|, a DOMString containing a valid {{MouseEvent}} type
Expand All @@ -727,7 +727,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="calculate-mouseevent-button-attribute">
<h5 id="calculate mouseevent button attribute"><dfn>calculate MouseEvent button attribute</dfn></h5>
<h5 id="calculate-mouseevent-button-attribute-id"><dfn>calculate MouseEvent button attribute</dfn></h5>

: Input
:: |mbutton|, an ID that identifies a mouse button
Expand All @@ -744,7 +744,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="set-mouseevent-attributes-from-native">
<h5 id="set mouseevent attributes from native"><dfn>set MouseEvent attributes from native</dfn></h5>
<h5 id="set-mouseevent-attributes-from-native-id"><dfn>set MouseEvent attributes from native</dfn></h5>

: Input
:: |event|, the {{MouseEvent}} to initialize
Expand All @@ -762,7 +762,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="handle-native-mouse-down">
<h5 id="handle native mouse down"><dfn>handle native mouse down</dfn></h5>
<h5 id="handle-native-mouse-down-id"><dfn>handle native mouse down</dfn></h5>

: Input
:: |native|, the native mousedown
Expand Down Expand Up @@ -800,7 +800,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="handle-native-mouse-up">
<h5 id="handle native mouse up"><dfn>handle native mouse up</dfn></h5>
<h5 id="handle-native-mouse-up-id"><dfn>handle native mouse up</dfn></h5>

: Input
:: |native|, the native mouseup
Expand Down Expand Up @@ -830,7 +830,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="handle-native-mouse-click">
<h5 id="handle native mouse click"><dfn>handle native mouse click</dfn></h5>
<h5 id="handle-native-mouse-click-id"><dfn>handle native mouse click</dfn></h5>

: Input
:: |native|, the native mouse click
Expand All @@ -850,7 +850,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="send-click-event">
<h5 id="send click event"><dfn>send click event</dfn></h5>
<h5 id="send-click-event-id"><dfn>send click event</dfn></h5>

: Input
:: |native|, the native mousedown
Expand Down Expand Up @@ -899,7 +899,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="handle-native-mouse-double-click">
<h5 id="handle native mouse double click"><dfn>handle native mouse double click</dfn></h5>
<h5 id="handle-native-mouse-double-click-id"><dfn>handle native mouse double click</dfn></h5>

: Input
:: |native|, the native mouse double click
Expand Down Expand Up @@ -928,7 +928,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="handle-native-mouse-move">
<h5 id="handle native mouse move"><dfn>handle native mouse move</dfn></h5>
<h5 id="handle-native-mouse-move-id"><dfn>handle native mouse move</dfn></h5>

: Input
:: |native|, the native mouse move
Expand Down Expand Up @@ -1051,7 +1051,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="maybe-show-context-menu">
<h5 id="maybe show context menu"><dfn>maybe show context menu</dfn></h5>
<h5 id="maybe-show-context-menu-id"><dfn>maybe show context menu</dfn></h5>

: Input
:: |native|, the native mousedown or pointer event
Expand Down
28 changes: 14 additions & 14 deletions sections/external-algorithms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</p>

<div class="algorithm" data-algorithm="hit-test">
<h4 id="hit test"><dfn>hit test</dfn></h4>
<h4 id="hit-test-id"><dfn>hit test</dfn></h4>

: Input
:: |pos|, the x,y coordinates relative to the viewport
Expand All @@ -36,7 +36,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="calculate-dom-path">
<h4 id="calculate dom path"><dfn>calculate DOM path</dfn></h4>
<h4 id="calculate-dom-path-id"><dfn>calculate DOM path</dfn></h4>

: Input
:: |element|, the starting element
Expand Down Expand Up @@ -70,7 +70,7 @@
last mousemove event.

<div class="algorithm" data-algorithm="initialize-pointerlock-attributes-for-mouseevent">
<h4 id="initialize pointerlock attributes for mouseevent"><dfn>initialize PointerLock attributes for MouseEvent</dfn></h4>
<h4 id="initialize-pointerlock-attributes-for-mouseevent-id"><dfn>initialize PointerLock attributes for MouseEvent</dfn></h4>

: Input
:: |event|, a {{MouseEvent}}
Expand All @@ -84,7 +84,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="set-pointerlock-attributes-for-mousemove">
<h4 id="set pointerlock attributes for mousemove"><dfn>set PointerLock attributes for mousemove</dfn></h4>
<h4 id="set-pointerlock-attributes-for-mousemove-id"><dfn>set PointerLock attributes for mousemove</dfn></h4>

: Input
:: |event|, a {{MouseEvent}}
Expand Down Expand Up @@ -112,7 +112,7 @@
</p>

<div class="algorithm" data-algorithm="initialize-a-pointerevent">
<h4 id="initialize a pointerevent"><dfn>initialize a PointerEvent</dfn></h4>
<h4 id="initialize-a-pointerevent-id"><dfn>initialize a PointerEvent</dfn></h4>

: Input
:: |event|, the {{PointerEvent}} to initialize
Expand All @@ -131,7 +131,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="create-a-pointerevent">
<h4 id="create a pointerevent"><dfn>create a PointerEvent</dfn></h4>
<h4 id="create-a-pointerevent-id"><dfn>create a PointerEvent</dfn></h4>

: Input
:: |eventType|, a DOMString containing the event type
Expand All @@ -148,7 +148,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="create-pointerevent-from-mouseevent">
<h4 id="create pointerevent from mouseevent"><dfn>create PointerEvent from MouseEvent</dfn></h4>
<h4 id="create-pointerevent-from-mouseevent-id"><dfn>create PointerEvent from MouseEvent</dfn></h4>

: Input
:: |eventType|, a DOMString containing the event type
Expand All @@ -171,7 +171,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="maybe-send-pointerout-event">
<h4 id="maybe send pointerout event"><dfn>maybe send pointerout event</dfn></h4>
<h4 id="maybe-send-pointerout-event-id"><dfn>maybe send pointerout event</dfn></h4>

: Input
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
Expand All @@ -193,7 +193,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="maybe-send-pointerleave-event">
<h4 id="maybe send pointerleave event"><dfn>maybe send pointerleave event</dfn></h4>
<h4 id="maybe-send-pointerleave-event-id"><dfn>maybe send pointerleave event</dfn></h4>

: Input
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
Expand All @@ -215,7 +215,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="maybe-send-pointerover-event">
<h4 id="maybe send pointerover event"><dfn>maybe send pointerover event</dfn></h4>
<h4 id="maybe-send-pointerover-event-id"><dfn>maybe send pointerover event</dfn></h4>

: Input
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
Expand All @@ -237,7 +237,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="maybe-send-pointerenter-event">
<h4 id="maybe send pointerenter event"><dfn>maybe send pointerenter event</dfn></h4>
<h4 id="maybe-send-pointerenter-event-id"><dfn>maybe send pointerenter event</dfn></h4>

: Input
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
Expand All @@ -259,7 +259,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="maybe-send-pointermove-event">
<h4 id="maybe send pointermove event"><dfn>maybe send pointermove event</dfn></h4>
<h4 id="maybe-send-pointermove-event-id"><dfn>maybe send pointermove event</dfn></h4>

: Input
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
Expand Down Expand Up @@ -289,7 +289,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="maybe-send-pointerdown-event">
<h4 id="maybe send pointerdown event"><dfn>maybe send pointerdown event</dfn></h4>
<h4 id="maybe-send-pointerdown-event-id"><dfn>maybe send pointerdown event</dfn></h4>

: Input
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
Expand Down Expand Up @@ -318,7 +318,7 @@
</div><!-- algorithm -->

<div class="algorithm" data-algorithm="maybe-send-pointerup-event">
<h4 id="maybe send pointerup event"><dfn>maybe send pointerup event</dfn></h4>
<h4 id="maybe-send-pointerup-event-id"><dfn>maybe send pointerup event</dfn></h4>

: Input
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
Expand Down

0 comments on commit e2062be

Please sign in to comment.