From 3e21b10e655f7bbdb99e0f9b863dc4221dea5e6c Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Tue, 8 Oct 2024 13:13:21 -0400 Subject: [PATCH] Add text-wrap-style.pretty key --- features/text-wrap-style.yml | 1 + features/text-wrap-style.yml.dist | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/features/text-wrap-style.yml b/features/text-wrap-style.yml index fd33e8b82ce..93b93a8e640 100644 --- a/features/text-wrap-style.yml +++ b/features/text-wrap-style.yml @@ -6,4 +6,5 @@ compat_features: - css.properties.text-wrap-style - css.properties.text-wrap-style.auto - css.properties.text-wrap-style.balance + - css.properties.text-wrap-style.pretty - css.properties.text-wrap-style.stable diff --git a/features/text-wrap-style.yml.dist b/features/text-wrap-style.yml.dist index 6cdc8ff6080..353a7daa61f 100644 --- a/features/text-wrap-style.yml.dist +++ b/features/text-wrap-style.yml.dist @@ -3,13 +3,20 @@ status: baseline: false - support: - firefox: "124" - firefox_android: "124" - safari: "17.5" - safari_ios: "17.5" + support: {} compat_features: + # baseline: false + # support: + # firefox: "124" + # firefox_android: "124" + # safari: "17.5" + # safari_ios: "17.5" - css.properties.text-wrap-style - css.properties.text-wrap-style.auto - css.properties.text-wrap-style.balance - css.properties.text-wrap-style.stable + + # ⬇️ Same status as overall feature ⬇️ + # baseline: false + # support: {} + - css.properties.text-wrap-style.pretty