From db37608f53ff99bff9d83cd23f5a53433735a035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 9 Apr 2025 16:41:42 +0200 Subject: [PATCH] Name print-color-adjust feature after property This is the typical style for features corresponding to a CSS property. --- features/print-color-adjust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/print-color-adjust.yml b/features/print-color-adjust.yml index 40704bd0aea..7a6bcb19438 100644 --- a/features/print-color-adjust.yml +++ b/features/print-color-adjust.yml @@ -1,4 +1,4 @@ -name: Print color adjust +name: print-color-adjust description: The `print-color-adjust` CSS property sets whether styles of printed pages should be adjusted to use less ink, in cases such as light text on a dark background. spec: https://drafts.csswg.org/css-color-adjust-1/#propdef-print-color-adjust group: print