From 28db09385ff789d464587b8c5d51c445005aa010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 17 Jan 2025 15:01:14 +0100 Subject: [PATCH] Make CSS length unit descriptions consistent This is the style of the other units, like `ch`. --- features/cap.yml | 2 +- features/ic.yml | 2 +- features/lh.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/cap.yml b/features/cap.yml index bf3d2d8e571..1e460d46cab 100644 --- a/features/cap.yml +++ b/features/cap.yml @@ -1,4 +1,4 @@ name: cap unit -description: The CSS `cap` unit corresponds to the height of Latin capital letters. +description: The `cap` CSS length unit corresponds to the height of Latin capital letters. spec: https://drafts.csswg.org/css-values-4/#cap group: units diff --git a/features/ic.yml b/features/ic.yml index 75c030838b6..84fa032ecb7 100644 --- a/features/ic.yml +++ b/features/ic.yml @@ -1,4 +1,4 @@ name: ic unit -description: The CSS `ic` unit corresponds to the width of CJK ideographic characters. +description: The `ic` CSS length unit corresponds to the width of CJK ideographic characters. spec: https://drafts.csswg.org/css-values-4/#ic group: units diff --git a/features/lh.yml b/features/lh.yml index 83e2e220787..8932e2acf50 100644 --- a/features/lh.yml +++ b/features/lh.yml @@ -1,4 +1,4 @@ name: lh unit -description: The CSS `lh` unit corresponds to the requested line height, the computed value of the `line-height` property. Some lines may be higher than this based on their content. +description: The `lh` CSS length unit corresponds to the requested line height, the computed value of the `line-height` property. Some lines may be higher than this based on their content. spec: https://drafts.csswg.org/css-values-4/#lh group: units