From 65e9a00b0bc229502321015eec30a6a3b5e5ad5c Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Mon, 3 Jun 2024 16:57:45 +0200 Subject: [PATCH 1/4] New EyeDropper feature --- features/eyedropper.dist.yml | 13 +++++++++++++ features/eyedropper.yml | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 features/eyedropper.dist.yml create mode 100644 features/eyedropper.yml diff --git a/features/eyedropper.dist.yml b/features/eyedropper.dist.yml new file mode 100644 index 00000000000..a810d0b72ad --- /dev/null +++ b/features/eyedropper.dist.yml @@ -0,0 +1,13 @@ +# Generated from: eyedropper.yml +# Do not edit this file by hand. Edit the source file instead! + +name: EyeDropper +description: The EyeDropper API creates an eyedropper tool that allows users to select a color from their screen. +spec: https://wicg.github.io/eyedropper-api/#eyedropper-interface +status: + baseline: false + support: + chrome: "95" + edge: "95" +compat_features: + - api.EyeDropper diff --git a/features/eyedropper.yml b/features/eyedropper.yml new file mode 100644 index 00000000000..45888705e5f --- /dev/null +++ b/features/eyedropper.yml @@ -0,0 +1,5 @@ +name: EyeDropper +description: The EyeDropper API creates an eyedropper tool that allows users to select a color from their screen. +spec: https://wicg.github.io/eyedropper-api/#eyedropper-interface +compat_features: + - api.EyeDropper From 9810dcf824db6dd25f3dbcd4002b44e9e5f9c4be Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Mon, 3 Jun 2024 18:02:19 +0200 Subject: [PATCH 2/4] Addressing review comments --- features/eyedropper.dist.yml | 11 +++++++---- features/eyedropper.yml | 7 +++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/features/eyedropper.dist.yml b/features/eyedropper.dist.yml index a810d0b72ad..ae6bbd72724 100644 --- a/features/eyedropper.dist.yml +++ b/features/eyedropper.dist.yml @@ -2,12 +2,15 @@ # Do not edit this file by hand. Edit the source file instead! name: EyeDropper -description: The EyeDropper API creates an eyedropper tool that allows users to select a color from their screen. -spec: https://wicg.github.io/eyedropper-api/#eyedropper-interface +description: The `EyeDropper` API opens an eyedropper tool that allows users to select a color from their screen. +spec: https://wicg.github.io/eyedropper-api/ status: baseline: false support: - chrome: "95" - edge: "95" + chrome: "96" + edge: "96" compat_features: - api.EyeDropper + - api.EyeDropper.EyeDropper + - api.EyeDropper.secure_context_required + - api.EyeDropper.open diff --git a/features/eyedropper.yml b/features/eyedropper.yml index 45888705e5f..81e0834a2a3 100644 --- a/features/eyedropper.yml +++ b/features/eyedropper.yml @@ -1,5 +1,8 @@ name: EyeDropper -description: The EyeDropper API creates an eyedropper tool that allows users to select a color from their screen. -spec: https://wicg.github.io/eyedropper-api/#eyedropper-interface +description: The `EyeDropper` API opens an eyedropper tool that allows users to select a color from their screen. +spec: https://wicg.github.io/eyedropper-api/ compat_features: - api.EyeDropper + - api.EyeDropper.EyeDropper + - api.EyeDropper.secure_context_required + - api.EyeDropper.open From bc0a19bda6861704f33bde1900d6319f408b6587 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 4 Jun 2024 10:02:12 +0200 Subject: [PATCH 3/4] Addressed review comments --- features/eyedropper.dist.yml | 9 ++++----- features/eyedropper.yml | 5 ++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/features/eyedropper.dist.yml b/features/eyedropper.dist.yml index ae6bbd72724..8f37e6d15ec 100644 --- a/features/eyedropper.dist.yml +++ b/features/eyedropper.dist.yml @@ -1,16 +1,15 @@ # Generated from: eyedropper.yml # Do not edit this file by hand. Edit the source file instead! -name: EyeDropper -description: The `EyeDropper` API opens an eyedropper tool that allows users to select a color from their screen. +name: Eyedropper +description: The `EyeDropper` API opens an eyedropper tool, a color picker that allows users to select a color from their screen. spec: https://wicg.github.io/eyedropper-api/ status: baseline: false support: - chrome: "96" - edge: "96" + chrome: "95" + edge: "95" compat_features: - api.EyeDropper - api.EyeDropper.EyeDropper - - api.EyeDropper.secure_context_required - api.EyeDropper.open diff --git a/features/eyedropper.yml b/features/eyedropper.yml index 81e0834a2a3..0747aabb4d5 100644 --- a/features/eyedropper.yml +++ b/features/eyedropper.yml @@ -1,8 +1,7 @@ -name: EyeDropper -description: The `EyeDropper` API opens an eyedropper tool that allows users to select a color from their screen. +name: Eyedropper +description: The `EyeDropper` API opens an eyedropper tool, a color picker that allows users to select a color from their screen. spec: https://wicg.github.io/eyedropper-api/ compat_features: - api.EyeDropper - api.EyeDropper.EyeDropper - - api.EyeDropper.secure_context_required - api.EyeDropper.open From a09144570da164e3c7b74319e6e6e1c593c1436b Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 4 Jun 2024 14:07:41 +0200 Subject: [PATCH 4/4] Force a build