Skip to content

Commit e2062be

Browse files
committed
Remove spaces from ids
1 parent 40ca2d8 commit e2062be

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

sections/event-types-mouseevent.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
</dl>
633633

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

637637
: Input
638638
:: |event|, the {{MouseEvent}} to initialize
@@ -667,7 +667,7 @@
667667
</div><!-- algorithm -->
668668

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

672672
: Input
673673
:: |event|, the {{MouseEvent}} to update
@@ -689,7 +689,7 @@
689689
</div><!-- algorithm -->
690690

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

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

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

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

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

732732
: Input
733733
:: |mbutton|, an ID that identifies a mouse button
@@ -744,7 +744,7 @@
744744
</div><!-- algorithm -->
745745

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

749749
: Input
750750
:: |event|, the {{MouseEvent}} to initialize
@@ -762,7 +762,7 @@
762762
</div><!-- algorithm -->
763763

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

767767
: Input
768768
:: |native|, the native mousedown
@@ -800,7 +800,7 @@
800800
</div><!-- algorithm -->
801801

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

805805
: Input
806806
:: |native|, the native mouseup
@@ -830,7 +830,7 @@
830830
</div><!-- algorithm -->
831831

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

835835
: Input
836836
:: |native|, the native mouse click
@@ -850,7 +850,7 @@
850850
</div><!-- algorithm -->
851851

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

855855
: Input
856856
:: |native|, the native mousedown
@@ -899,7 +899,7 @@
899899
</div><!-- algorithm -->
900900

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

904904
: Input
905905
:: |native|, the native mouse double click
@@ -928,7 +928,7 @@
928928
</div><!-- algorithm -->
929929

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

933933
: Input
934934
:: |native|, the native mouse move
@@ -1051,7 +1051,7 @@
10511051
</div><!-- algorithm -->
10521052

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

10561056
: Input
10571057
:: |native|, the native mousedown or pointer event

sections/external-algorithms.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616

1717
<div class="algorithm" data-algorithm="hit-test">
18-
<h4 id="hit test"><dfn>hit test</dfn></h4>
18+
<h4 id="hit-test-id"><dfn>hit test</dfn></h4>
1919

2020
: Input
2121
:: |pos|, the x,y coordinates relative to the viewport
@@ -36,7 +36,7 @@
3636
</div><!-- algorithm -->
3737

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

4141
: Input
4242
:: |element|, the starting element
@@ -70,7 +70,7 @@
7070
last mousemove event.
7171

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

7575
: Input
7676
:: |event|, a {{MouseEvent}}
@@ -84,7 +84,7 @@
8484
</div><!-- algorithm -->
8585

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

8989
: Input
9090
:: |event|, a {{MouseEvent}}
@@ -112,7 +112,7 @@
112112
</p>
113113

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

117117
: Input
118118
:: |event|, the {{PointerEvent}} to initialize
@@ -131,7 +131,7 @@
131131
</div><!-- algorithm -->
132132

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

136136
: Input
137137
:: |eventType|, a DOMString containing the event type
@@ -148,7 +148,7 @@
148148
</div><!-- algorithm -->
149149

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

153153
: Input
154154
:: |eventType|, a DOMString containing the event type
@@ -171,7 +171,7 @@
171171
</div><!-- algorithm -->
172172

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

176176
: Input
177177
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
@@ -193,7 +193,7 @@
193193
</div><!-- algorithm -->
194194

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

198198
: Input
199199
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
@@ -215,7 +215,7 @@
215215
</div><!-- algorithm -->
216216

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

220220
: Input
221221
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
@@ -237,7 +237,7 @@
237237
</div><!-- algorithm -->
238238

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

242242
: Input
243243
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
@@ -259,7 +259,7 @@
259259
</div><!-- algorithm -->
260260

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

264264
: Input
265265
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
@@ -289,7 +289,7 @@
289289
</div><!-- algorithm -->
290290

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

294294
: Input
295295
:: |mouseout|, the corresponding mouseout {{MouseEvent}}
@@ -318,7 +318,7 @@
318318
</div><!-- algorithm -->
319319

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

323323
: Input
324324
:: |mouseout|, the corresponding mouseout {{MouseEvent}}

0 commit comments

Comments
 (0)