From f6e5d5724c66f472f041a54721d085bfb071ef96 Mon Sep 17 00:00:00 2001 From: SondraE Date: Mon, 7 Oct 2024 16:10:09 -0600 Subject: [PATCH 1/3] add hanging punctuation --- features/hanging-punctuation.yml | 10 ++++++++++ features/hanging-punctuation.yml.dist | 12 ++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 features/hanging-punctuation.yml create mode 100644 features/hanging-punctuation.yml.dist diff --git a/features/hanging-punctuation.yml b/features/hanging-punctuation.yml new file mode 100644 index 00000000000..59d10af4dae --- /dev/null +++ b/features/hanging-punctuation.yml @@ -0,0 +1,10 @@ +name: Hanging punctuation +description: The CSS `hanging punctuation` property puts punctuation characters, such as `quote` or `bullet`, outside of the box to align the text with the rest of the document. +spec: https://drafts.csswg.org/css-text-4/#hanging-punctuation-property +caniuse: css-hanging-punctuation +compat_features: + - css.properties.hanging-punctuation + - css.properties.hanging-punctuation.allow-end + - css.properties.hanging-punctuation.first + - css.properties.hanging-punctuation.last + - css.properties.hanging-punctuation.none diff --git a/features/hanging-punctuation.yml.dist b/features/hanging-punctuation.yml.dist new file mode 100644 index 00000000000..b8f9cf72a8f --- /dev/null +++ b/features/hanging-punctuation.yml.dist @@ -0,0 +1,12 @@ +# Generated from: hanging-punctuation.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: {} +compat_features: + - css.properties.hanging-punctuation + - css.properties.hanging-punctuation.allow-end + - css.properties.hanging-punctuation.first + - css.properties.hanging-punctuation.last + - css.properties.hanging-punctuation.none From 75110c567b809dcf0b2ff1a736bcf89fe7e51dad Mon Sep 17 00:00:00 2001 From: SondraE Date: Wed, 9 Oct 2024 16:17:03 -0600 Subject: [PATCH 2/3] updated hanging punctuation description --- features/hanging-punctuation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/hanging-punctuation.yml b/features/hanging-punctuation.yml index 59d10af4dae..e976fc6a77d 100644 --- a/features/hanging-punctuation.yml +++ b/features/hanging-punctuation.yml @@ -1,5 +1,5 @@ name: Hanging punctuation -description: The CSS `hanging punctuation` property puts punctuation characters, such as `quote` or `bullet`, outside of the box to align the text with the rest of the document. +description: The `hanging-punctuation` CSS property puts punctuation characters outside of the box to align the text with the rest of the document. spec: https://drafts.csswg.org/css-text-4/#hanging-punctuation-property caniuse: css-hanging-punctuation compat_features: From 8308aefee5f533c335611aff41e53a5dc282da69 Mon Sep 17 00:00:00 2001 From: Sondra Date: Thu, 10 Oct 2024 15:41:21 -0600 Subject: [PATCH 3/3] Update features/hanging-punctuation.yml Co-authored-by: James Stuckey Weber --- features/hanging-punctuation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/hanging-punctuation.yml b/features/hanging-punctuation.yml index e976fc6a77d..00dc570e5d4 100644 --- a/features/hanging-punctuation.yml +++ b/features/hanging-punctuation.yml @@ -1,7 +1,8 @@ name: Hanging punctuation description: The `hanging-punctuation` CSS property puts punctuation characters outside of the box to align the text with the rest of the document. spec: https://drafts.csswg.org/css-text-4/#hanging-punctuation-property -caniuse: css-hanging-punctuation +# TODO: Enable once https://github.com/Fyrd/caniuse/issues/7184 is resolved. +# caniuse: css-hanging-punctuation compat_features: - css.properties.hanging-punctuation - css.properties.hanging-punctuation.allow-end