diff --git a/features/eyedropper.dist.yml b/features/eyedropper.dist.yml new file mode 100644 index 0000000000..8f37e6d15e --- /dev/null +++ b/features/eyedropper.dist.yml @@ -0,0 +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, 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: "95" + edge: "95" +compat_features: + - api.EyeDropper + - api.EyeDropper.EyeDropper + - api.EyeDropper.open diff --git a/features/eyedropper.yml b/features/eyedropper.yml new file mode 100644 index 0000000000..0747aabb4d --- /dev/null +++ b/features/eyedropper.yml @@ -0,0 +1,7 @@ +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.open