Skip to content

📦 Release @webref/events@1.25.1 - #2034

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-events-20260827061206255
Open

📦 Release @webref/events@1.25.1#2034
github-actions[bot] wants to merge 1 commit into
mainfrom
release-events-20260827061206255

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

⚠ NEVER add commits to this pull request.

🤖 This pull request was automatically created to facilitate human review of @webref/events changes triggered by curated data at 98af020.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

📦 Latest released @webref/events package was v1.25.0. Merging this pull request will release v1.25.1. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

🛈 The actual change introduced by this pull request is a version bump in packages/events/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/events/events.json packages/events/events.json
--- webref/node_modules/@webref/events/events.json
+++ packages/events/events.json
@@ -443,9 +443,33 @@
   {
     "type": "auxclick",
     "interface": "PointerEvent",
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#auxclick"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-auxclick",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
@@ -453,13 +477,7 @@
           "Window"
         ]
       }
-    ],
-    "cancelable": true,
-    "src": {
-      "format": "event table",
-      "href": "https://w3c.github.io/pointerevents/#auxclick"
-    },
-    "href": "https://w3c.github.io/pointerevents/#dfn-auxclick"
+    ]
   },
   {
     "src": {
@@ -1239,23 +1257,45 @@
   {
     "type": "click",
     "interface": "PointerEvent",
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#click"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-click",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
           "Document",
           "Window"
         ]
+      },
+      {
+        "target": "Element",
+        "bubbles": false
       }
     ],
-    "cancelable": true,
-    "src": {
-      "format": "event table",
-      "href": "https://w3c.github.io/pointerevents/#click"
-    },
-    "href": "https://w3c.github.io/pointerevents/#dfn-click",
     "extendedIn": [
       {
         "spec": "html",
@@ -1709,9 +1749,33 @@
   {
     "type": "contextmenu",
     "interface": "PointerEvent",
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#contextmenu"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-contextmenu",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
@@ -1719,13 +1783,7 @@
           "Window"
         ]
       }
-    ],
-    "cancelable": true,
-    "src": {
-      "format": "event table",
-      "href": "https://w3c.github.io/pointerevents/#contextmenu"
-    },
-    "href": "https://w3c.github.io/pointerevents/#dfn-contextmenu"
+    ]
   },
   {
     "type": "contextoverflow",
@@ -1939,9 +1997,33 @@
   {
     "type": "dblclick",
     "interface": "MouseEvent",
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#dblclick"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-dblclick",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
@@ -1949,13 +2031,7 @@
           "Window"
         ]
       }
-    ],
-    "cancelable": true,
-    "src": {
-      "format": "event table",
-      "href": "https://w3c.github.io/pointerevents/#dblclick"
-    },
-    "href": "https://w3c.github.io/pointerevents/#dfn-dblclick"
+    ]
   },
   {
     "type": "dequeue",
@@ -4434,9 +4510,33 @@
   {
     "type": "mousedown",
     "interface": "MouseEvent",
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#mousedown"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-mousedown",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
@@ -4444,73 +4544,100 @@
           "Window"
         ]
       }
-    ],
-    "cancelable": true,
-    "src": {
-      "format": "event table",
-      "href": "https://w3c.github.io/pointerevents/#mousedown"
-    },
-    "href": "https://w3c.github.io/pointerevents/#dfn-mousedown"
+    ]
   },
   {
     "type": "mouseenter",
     "interface": "MouseEvent",
-    "targets": [
-      {
-        "target": "Element",
-        "bubbles": false
-      }
-    ],
     "cancelable": false,
     "src": {
       "format": "event table",
       "href": "https://w3c.github.io/pointerevents/#mouseenter"
     },
-    "href": "https://w3c.github.io/pointerevents/#dfn-mouseenter"
-  },
-  {
-    "type": "mouseleave",
-    "interface": "MouseEvent",
+    "href": "https://w3c.github.io/pointerevents/#dfn-mouseenter",
     "targets": [
       {
-        "target": "Element",
+        "target": "Window"
+      },
+      {
+        "target": "Document",
+        "bubbles": false
+      },
+      {
+        "target": "HTMLElement",
+        "bubbles": false
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": false
+      },
+      {
+        "target": "SVGElement",
         "bubbles": false
       }
-    ],
+    ]
+  },
+  {
+    "type": "mouseleave",
+    "interface": "MouseEvent",
     "cancelable": false,
     "src": {
       "format": "event table",
       "href": "https://w3c.github.io/pointerevents/#mouseleave"
     },
-    "href": "https://w3c.github.io/pointerevents/#dfn-mouseleave"
+    "href": "https://w3c.github.io/pointerevents/#dfn-mouseleave",
+    "targets": [
+      {
+        "target": "Window"
+      },
+      {
+        "target": "Document",
+        "bubbles": false
+      },
+      {
+        "target": "HTMLElement",
+        "bubbles": false
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": false
+      },
+      {
+        "target": "SVGElement",
+        "bubbles": false
+      }
+    ]
   },
   {
     "type": "mousemove",
     "interface": "MouseEvent",
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#mousemove"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-mousemove",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
           "Document",
           "Window"
         ]
-      }
-    ],
-    "cancelable": true,
-    "src": {
-      "format": "event table",
-      "href": "https://w3c.github.io/pointerevents/#mousemove"
-    },
-    "href": "https://w3c.github.io/pointerevents/#dfn-mousemove"
-  },
-  {
-    "type": "mouseout",
-    "interface": "MouseEvent",
-    "targets": [
+      },
       {
-        "target": "Element",
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
@@ -4518,20 +4645,38 @@
           "Window"
         ]
       }
-    ],
+    ]
+  },
+  {
+    "type": "mouseout",
+    "interface": "MouseEvent",
     "cancelable": true,
     "src": {
       "format": "event table",
       "href": "https://w3c.github.io/pointerevents/#mouseout"
     },
-    "href": "https://w3c.github.io/pointerevents/#dfn-mouseout"
-  },
-  {
-    "type": "mouseover",
-    "interface": "MouseEvent",
+    "href": "https://w3c.github.io/pointerevents/#dfn-mouseout",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
@@ -4539,20 +4684,38 @@
           "Window"
         ]
       }
-    ],
+    ]
+  },
+  {
+    "type": "mouseover",
+    "interface": "MouseEvent",
     "cancelable": true,
     "src": {
       "format": "event table",
       "href": "https://w3c.github.io/pointerevents/#mouseover"
     },
-    "href": "https://w3c.github.io/pointerevents/#dfn-mouseover"
-  },
-  {
-    "type": "mouseup",
-    "interface": "MouseEvent",
+    "href": "https://w3c.github.io/pointerevents/#dfn-mouseover",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
@@ -4560,13 +4723,46 @@
           "Window"
         ]
       }
-    ],
+    ]
+  },
+  {
+    "type": "mouseup",
+    "interface": "MouseEvent",
     "cancelable": true,
     "src": {
       "format": "event table",
       "href": "https://w3c.github.io/pointerevents/#mouseup"
     },
-    "href": "https://w3c.github.io/pointerevents/#dfn-mouseup"
+    "href": "https://w3c.github.io/pointerevents/#dfn-mouseup",
+    "targets": [
+      {
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ]
   },
   {
     "href": "https://w3c.github.io/mediacapture-main/#event-mediastreamtrack-mute",
@@ -5478,7 +5674,7 @@
   {
     "src": {
       "format": "fire an event phrasing",
-      "href": "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A0%E2%91%A1"
+      "href": "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A0%E2%91%A2"
     },
     "href": "https://webaudio.github.io/web-audio-api/#eventdef-audioworkletnode-processorerror",
     "type": "processorerror",
@@ -7712,9 +7908,33 @@
   {
     "type": "wheel",
     "interface": "WheelEvent",
+    "cancelable": false,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#wheel"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-wheel",
     "targets": [
       {
-        "target": "Element",
+        "target": "HTMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "MathMLElement",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      },
+      {
+        "target": "SVGElement",
         "bubbles": true,
         "bubblingPath": [
           "Node",
@@ -7722,13 +7942,7 @@
           "Window"
         ]
       }
-    ],
-    "cancelable": false,
-    "src": {
-      "format": "event table",
-      "href": "https://w3c.github.io/pointerevents/#wheel"
-    },
-    "href": "https://w3c.github.io/pointerevents/#dfn-wheel"
+    ]
   },
   {
     "src": {

@github-actions
github-actions Bot force-pushed the release-events-20260827061206255 branch 5 times, most recently from ba28504 to 3e77d2d Compare August 28, 2026 09:56
@github-actions
github-actions Bot force-pushed the release-events-20260827061206255 branch from 3e77d2d to 03fa4f9 Compare August 28, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants