From c36b75be05d2b2a2f961d1cd677da3b90aa4df51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 25 Sep 2025 17:07:46 +0200 Subject: [PATCH] Remove backticks from alpha/colorspace name Markdown isn't supported in names, only in descriptions. --- features/input-color-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/input-color-alpha.yml b/features/input-color-alpha.yml index bfde5e2c33a..84eee32bb83 100644 --- a/features/input-color-alpha.yml +++ b/features/input-color-alpha.yml @@ -1,4 +1,4 @@ -name: "`alpha` and `colorspace` attributes for ``" +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. spec: https://html.spec.whatwg.org/multipage/input.html#attr-input-alpha group: