From 85f43bfe4810e613b84a9452964292c3d0412133 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Wed, 20 May 2026 17:36:51 +0200 Subject: [PATCH] Assign `UIEvent` keys to foundational `mouse-events` These could reside with any feature that inherits from `UIEvent`, but to the best of my knowledge no events use `UIEvent` directly, so it makes sense to park these with the oldest, most foundational feature that implements `UIEvent`. --- features/mouse-events.yml | 4 ++++ features/mouse-events.yml.dist | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/features/mouse-events.yml b/features/mouse-events.yml index 8e46f41ac4b..be84e896c59 100644 --- a/features/mouse-events.yml +++ b/features/mouse-events.yml @@ -44,3 +44,7 @@ compat_features: - api.MouseEvent.shiftKey - api.MouseEvent.x - api.MouseEvent.y + - api.UIEvent + - api.UIEvent.UIEvent + - api.UIEvent.detail + - api.UIEvent.view diff --git a/features/mouse-events.yml.dist b/features/mouse-events.yml.dist index 01e60ed437f..36f1bd38871 100644 --- a/features/mouse-events.yml.dist +++ b/features/mouse-events.yml.dist @@ -29,6 +29,9 @@ compat_features: - api.MouseEvent - api.MouseEvent.button - api.MouseEvent.clientX + - api.UIEvent + - api.UIEvent.detail + - api.UIEvent.view # baseline: high # baseline_low_date: 2015-07-29 @@ -120,6 +123,7 @@ compat_features: # safari: "7" # safari_ios: "7" - api.MouseEvent.MouseEvent + - api.UIEvent.UIEvent # baseline: high # baseline_low_date: 2015-07-29