Skip to content

Comments

📦 Release @webref/events@1.21.0#1840

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-events-20260219134957033
Open

📦 Release @webref/events@1.21.0#1840
github-actions[bot] wants to merge 1 commit intomainfrom
release-events-20260219134957033

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 19, 2026

⚠ 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 2f23452.

🧐 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.20.2. Merging this pull request will release v1.21.0. 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
@@ -441,6 +441,27 @@
     }
   },
   {
+    "type": "auxclick",
+    "interface": "PointerEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#auxclick"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-auxclick"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#auxclick",
     "src": {
       "format": "summary table",
@@ -828,9 +849,9 @@
   {
     "src": {
       "format": "fire an event phrasing",
-      "href": "https://w3c.github.io/payment-handler/#handling-a-canmakepaymentevent"
+      "href": "https://w3c.github.io/web-based-payment-handler/#handling-a-canmakepaymentevent"
     },
-    "href": "https://w3c.github.io/payment-handler/#handling-a-canmakepaymentevent",
+    "href": "https://w3c.github.io/web-based-payment-handler/#handling-a-canmakepaymentevent",
     "type": "canmakepayment",
     "targets": [
       {
@@ -1198,6 +1219,27 @@
     "cancelable": true
   },
   {
+    "type": "click",
+    "interface": "PointerEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#click"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-click"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#click",
     "src": {
       "format": "summary table",
@@ -1654,6 +1696,27 @@
     "cancelable": true
   },
   {
+    "type": "contextmenu",
+    "interface": "PointerEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#contextmenu"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-contextmenu"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#contextmenu",
     "src": {
       "format": "summary table",
@@ -1871,6 +1934,27 @@
     "interface": "RTCDataChannelEvent"
   },
   {
+    "type": "dblclick",
+    "interface": "MouseEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#dblclick"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-dblclick"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#dblclick",
     "src": {
       "format": "summary table",
@@ -4324,6 +4408,27 @@
     ]
   },
   {
+    "type": "mousedown",
+    "interface": "MouseEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#mousedown"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-mousedown"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#mousedown",
     "src": {
       "format": "summary table",
@@ -4345,6 +4450,22 @@
     "interface": "MouseEvent"
   },
   {
+    "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"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#mouseenter",
     "src": {
       "format": "summary table",
@@ -4361,6 +4482,22 @@
     "interface": "MouseEvent"
   },
   {
+    "type": "mouseleave",
+    "interface": "MouseEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": false
+      }
+    ],
+    "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/uievents/#mouseleave",
     "src": {
       "format": "summary table",
@@ -4377,6 +4514,27 @@
     "interface": "MouseEvent"
   },
   {
+    "type": "mousemove",
+    "interface": "MouseEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "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"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#mousemove",
     "src": {
       "format": "summary table",
@@ -4398,6 +4556,27 @@
     "interface": "MouseEvent"
   },
   {
+    "type": "mouseout",
+    "interface": "MouseEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#mouseout"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-mouseout"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#mouseout",
     "src": {
       "format": "summary table",
@@ -4419,6 +4598,27 @@
     "interface": "MouseEvent"
   },
   {
+    "type": "mouseover",
+    "interface": "MouseEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "cancelable": true,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#mouseover"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-mouseover"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#mouseover",
     "src": {
       "format": "summary table",
@@ -4440,6 +4640,27 @@
     "interface": "MouseEvent"
   },
   {
+    "type": "mouseup",
+    "interface": "MouseEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "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/uievents/#mouseup",
     "src": {
       "format": "summary table",
@@ -4870,9 +5091,9 @@
   {
     "src": {
       "format": "fire an event phrasing",
-      "href": "https://w3c.github.io/payment-handler/#handling-a-paymentrequestevent"
+      "href": "https://w3c.github.io/web-based-payment-handler/#handling-a-paymentrequestevent"
     },
-    "href": "https://w3c.github.io/payment-handler/#handling-a-paymentrequestevent",
+    "href": "https://w3c.github.io/web-based-payment-handler/#handling-a-paymentrequestevent",
     "type": "paymentrequest",
     "targets": [
       {
@@ -5842,9 +6063,9 @@
   {
     "src": {
       "format": "fire an event phrasing",
-      "href": "https://w3c.github.io/resource-timing/#sec-extensions-performance-interface"
+      "href": "https://w3c.github.io/resource-timing/#ref-for-concept-event-fire"
     },
-    "href": "https://w3c.github.io/resource-timing/#sec-extensions-performance-interface",
+    "href": "https://w3c.github.io/resource-timing/#ref-for-concept-event-fire",
     "type": "resourcetimingbufferfull",
     "targets": [
       {
@@ -7540,6 +7761,27 @@
     }
   },
   {
+    "type": "wheel",
+    "interface": "WheelEvent",
+    "targets": [
+      {
+        "target": "Element",
+        "bubbles": true,
+        "bubblingPath": [
+          "Node",
+          "Document",
+          "Window"
+        ]
+      }
+    ],
+    "cancelable": false,
+    "src": {
+      "format": "event table",
+      "href": "https://w3c.github.io/pointerevents/#wheel"
+    },
+    "href": "https://w3c.github.io/pointerevents/#dfn-wheel"
+  },
+  {
     "href": "https://w3c.github.io/uievents/#wheel",
     "src": {
       "format": "summary table",

@github-actions github-actions bot force-pushed the release-events-20260219134957033 branch 3 times, most recently from 8d0fc12 to 250f9a2 Compare February 20, 2026 06:58
Copy link
Member

@tidoust tidoust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Events ported to Pointer Events from UI Events currently appear duplicated in the consolidated extract because they haven't been removed from UI Events yet. Pending w3c/uievents#411

@github-actions github-actions bot force-pushed the release-events-20260219134957033 branch 3 times, most recently from e0b72d2 to 5557148 Compare February 21, 2026 01:04
@github-actions github-actions bot force-pushed the release-events-20260219134957033 branch from 5557148 to 78785e9 Compare February 21, 2026 06:48
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.

1 participant