From 8120ea16b67eafd5c1b5a5c9ca7b05f67e8dc668 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 24 Sep 2024 12:40:53 +0200 Subject: [PATCH] Revise `individual-transforms` description --- features/individual-transforms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/individual-transforms.yml b/features/individual-transforms.yml index 3471cafbec2..7e70d4ce304 100644 --- a/features/individual-transforms.yml +++ b/features/individual-transforms.yml @@ -1,5 +1,5 @@ name: Individual transform properties -description: The `translate`, `rotate`, and `scale` CSS properties apply simple transformations independently, as opposed to applying multiple transformations with the `transform` CSS property. +description: The `translate`, `rotate`, and `scale` CSS properties apply single transformations independently, as opposed to applying multiple transformations with the `transform` CSS property. spec: https://drafts.csswg.org/css-transforms-2/#individual-transforms group: transforms compat_features: