From e6b438e63d07268dce1d683ecfb1d75c20f6bc08 Mon Sep 17 00:00:00 2001 From: SondraE Date: Wed, 21 Aug 2024 13:37:56 -0600 Subject: [PATCH 1/2] add initial letter --- features/initial-letter.yml | 6 ++++++ features/initial-letter.yml.dist | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 features/initial-letter.yml create mode 100644 features/initial-letter.yml.dist diff --git a/features/initial-letter.yml b/features/initial-letter.yml new file mode 100644 index 0000000000..6af2c72837 --- /dev/null +++ b/features/initial-letter.yml @@ -0,0 +1,6 @@ +name: initial-letter +description: The `initial letter` CSS property sets the number of lines the first letter occupies. +spec: https://drafts.csswg.org/css-inline-3/#sizing-drop-initials +compat_features: + - css.properties.initial-letter + - css.properties.initial-letter.normal diff --git a/features/initial-letter.yml.dist b/features/initial-letter.yml.dist new file mode 100644 index 0000000000..01404c5de2 --- /dev/null +++ b/features/initial-letter.yml.dist @@ -0,0 +1,12 @@ +# Generated from: initial-letter.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "110" + chrome_android: "110" + edge: "110" +compat_features: + - css.properties.initial-letter + - css.properties.initial-letter.normal From 3a37c6b5a0bc2a3dc057b5d0dd22f5918ba3dc24 Mon Sep 17 00:00:00 2001 From: Sondra Date: Mon, 26 Aug 2024 12:29:02 -0600 Subject: [PATCH 2/2] Update features/initial-letter.yml Co-authored-by: Daniel D. Beck --- features/initial-letter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/initial-letter.yml b/features/initial-letter.yml index 6af2c72837..d94ef38dd6 100644 --- a/features/initial-letter.yml +++ b/features/initial-letter.yml @@ -1,5 +1,5 @@ name: initial-letter -description: The `initial letter` CSS property sets the number of lines the first letter occupies. +description: The `initial-letter` CSS property sets the number of lines the first letter of an element occupies. You can use the property to make a raised capital or drop cap. spec: https://drafts.csswg.org/css-inline-3/#sizing-drop-initials compat_features: - css.properties.initial-letter