diff --git a/features/hanging-punctuation.yml b/features/hanging-punctuation.yml new file mode 100644 index 00000000000..00dc570e5d4 --- /dev/null +++ b/features/hanging-punctuation.yml @@ -0,0 +1,11 @@ +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 +# 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 + - 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