diff --git a/features/hyphenate-character.yml b/features/hyphenate-character.yml new file mode 100644 index 00000000000..eb22e2c559b --- /dev/null +++ b/features/hyphenate-character.yml @@ -0,0 +1,7 @@ +name: Hyphenate character +description: The `hyphenate-character` CSS property sets the character or string to use at the end of a line before a line break. +spec: https://drafts.csswg.org/css-text-4/#hyphenate-character +group: text-wrap +compat_features: + - css.properties.hyphenate-character + - css.properties.hyphenate-character.auto diff --git a/features/hyphenate-character.yml.dist b/features/hyphenate-character.yml.dist new file mode 100644 index 00000000000..520c4d74106 --- /dev/null +++ b/features/hyphenate-character.yml.dist @@ -0,0 +1,17 @@ +# Generated from: hyphenate-character.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: low + baseline_low_date: 2023-09-18 + support: + chrome: "106" + chrome_android: "106" + edge: "106" + firefox: "98" + firefox_android: "98" + safari: "17" + safari_ios: "17" +compat_features: + - css.properties.hyphenate-character + - css.properties.hyphenate-character.auto diff --git a/features/hyphenate-limit-chars.yml b/features/hyphenate-limit-chars.yml new file mode 100644 index 00000000000..b0c20cb4a7f --- /dev/null +++ b/features/hyphenate-limit-chars.yml @@ -0,0 +1,7 @@ +name: Hyphenate limit chars +description: The `hyphenate-limit-chars` CSS property sets the number of characters in a word before it is hyphenated and the minimum number of characters on either side of the hyphen. +spec: https://drafts.csswg.org/css-text-4/#hyphenate-char-limits +group: text-wrap +compat_features: + - css.properties.hyphenate-limit-chars + - css.properties.hyphenate-limit-chars.auto diff --git a/features/hyphenate-limit-chars.yml.dist b/features/hyphenate-limit-chars.yml.dist new file mode 100644 index 00000000000..a9f1b6f7e5c --- /dev/null +++ b/features/hyphenate-limit-chars.yml.dist @@ -0,0 +1,12 @@ +# Generated from: hyphenate-limit-chars.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "109" + chrome_android: "109" + edge: "109" +compat_features: + - css.properties.hyphenate-limit-chars + - css.properties.hyphenate-limit-chars.auto