From e2062bec16a3cfaabdd8f809cbc2fff74e0cb620 Mon Sep 17 00:00:00 2001 From: Gary Kacmarcik Date: Wed, 12 Jun 2024 17:48:56 -0700 Subject: [PATCH] Remove spaces from ids --- sections/event-types-mouseevent.txt | 26 +++++++++++++------------- sections/external-algorithms.txt | 28 ++++++++++++++-------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/sections/event-types-mouseevent.txt b/sections/event-types-mouseevent.txt index 4fe557d..bd0b732 100644 --- a/sections/event-types-mouseevent.txt +++ b/sections/event-types-mouseevent.txt @@ -632,7 +632,7 @@
-
initialize a MouseEvent
+
initialize a MouseEvent
: Input :: |event|, the {{MouseEvent}} to initialize @@ -667,7 +667,7 @@
-
set mouse event modifiers
+
set mouse event modifiers
: Input :: |event|, the {{MouseEvent}} to update @@ -689,7 +689,7 @@
-
create a cancelable MouseEvent
+
create a cancelable MouseEvent
: Input :: |eventType|, a DOMString containing a valid {{MouseEvent}} type @@ -708,7 +708,7 @@
-
create a non-cancelable MouseEvent
+
create a non-cancelable MouseEvent
: Input :: |eventType|, a DOMString containing a valid {{MouseEvent}} type @@ -727,7 +727,7 @@
-
calculate MouseEvent button attribute
+
calculate MouseEvent button attribute
: Input :: |mbutton|, an ID that identifies a mouse button @@ -744,7 +744,7 @@
-
set MouseEvent attributes from native
+
set MouseEvent attributes from native
: Input :: |event|, the {{MouseEvent}} to initialize @@ -762,7 +762,7 @@
-
handle native mouse down
+
handle native mouse down
: Input :: |native|, the native mousedown @@ -800,7 +800,7 @@
-
handle native mouse up
+
handle native mouse up
: Input :: |native|, the native mouseup @@ -830,7 +830,7 @@
-
handle native mouse click
+
handle native mouse click
: Input :: |native|, the native mouse click @@ -850,7 +850,7 @@
-
send click event
+
send click event
: Input :: |native|, the native mousedown @@ -899,7 +899,7 @@
-
handle native mouse double click
+
handle native mouse double click
: Input :: |native|, the native mouse double click @@ -928,7 +928,7 @@
-
handle native mouse move
+
handle native mouse move
: Input :: |native|, the native mouse move @@ -1051,7 +1051,7 @@
- +
maybe show context menu
: Input :: |native|, the native mousedown or pointer event diff --git a/sections/external-algorithms.txt b/sections/external-algorithms.txt index 6aa69fb..38eb5f5 100644 --- a/sections/external-algorithms.txt +++ b/sections/external-algorithms.txt @@ -15,7 +15,7 @@

-

hit test

+

hit test

: Input :: |pos|, the x,y coordinates relative to the viewport @@ -36,7 +36,7 @@
-

calculate DOM path

+

calculate DOM path

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

initialize PointerLock attributes for MouseEvent

+

initialize PointerLock attributes for MouseEvent

: Input :: |event|, a {{MouseEvent}} @@ -84,7 +84,7 @@
-

set PointerLock attributes for mousemove

+

set PointerLock attributes for mousemove

: Input :: |event|, a {{MouseEvent}} @@ -112,7 +112,7 @@

-

initialize a PointerEvent

+

initialize a PointerEvent

: Input :: |event|, the {{PointerEvent}} to initialize @@ -131,7 +131,7 @@
-

create a PointerEvent

+

create a PointerEvent

: Input :: |eventType|, a DOMString containing the event type @@ -148,7 +148,7 @@
-

create PointerEvent from MouseEvent

+

create PointerEvent from MouseEvent

: Input :: |eventType|, a DOMString containing the event type @@ -171,7 +171,7 @@
-

maybe send pointerout event

+

maybe send pointerout event

: Input :: |mouseout|, the corresponding mouseout {{MouseEvent}} @@ -193,7 +193,7 @@
-

maybe send pointerleave event

+

maybe send pointerleave event

: Input :: |mouseout|, the corresponding mouseout {{MouseEvent}} @@ -215,7 +215,7 @@
-

maybe send pointerover event

+

maybe send pointerover event

: Input :: |mouseout|, the corresponding mouseout {{MouseEvent}} @@ -237,7 +237,7 @@
-

maybe send pointerenter event

+

maybe send pointerenter event

: Input :: |mouseout|, the corresponding mouseout {{MouseEvent}} @@ -259,7 +259,7 @@
-

maybe send pointermove event

+

maybe send pointermove event

: Input :: |mouseout|, the corresponding mouseout {{MouseEvent}} @@ -289,7 +289,7 @@
-

maybe send pointerdown event

+

maybe send pointerdown event

: Input :: |mouseout|, the corresponding mouseout {{MouseEvent}} @@ -318,7 +318,7 @@
-

maybe send pointerup event

+

maybe send pointerup event

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