From b9e1a656db546071bd15656c4ee7564ebfe672ab Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Wed, 24 Sep 2025 10:29:28 +0200 Subject: [PATCH] Revise `input-color-alpha` name and description --- features/input-color-alpha.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/input-color-alpha.yml b/features/input-color-alpha.yml index bfde5e2c33a..b0e24a0f0c2 100644 --- a/features/input-color-alpha.yml +++ b/features/input-color-alpha.yml @@ -1,5 +1,6 @@ -name: "`alpha` and `colorspace` attributes for ``" -description: The ability to control the opacity of a color picked using `` and determine the colorspace of the selected color. +name: > + alpha and colorspace attributes for +description: The `alpha` and `colorspace` attributes for the `` HTML element are hints to the browser to show controls for transparency or to limit color selection to a color space. spec: https://html.spec.whatwg.org/multipage/input.html#attr-input-alpha group: - forms