From 5206ca3afe721b6bc0b0162cd7cb72f08bf8e6b1 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 18 Aug 2023 14:13:08 +0200 Subject: [PATCH] Add `unicode-bidi` feature Corresponds to https://github.com/Fyrd/caniuse/blob/main/features-json/css-unicode-bidi.json This is a slightly odd feature. On caniuse, this is redirected to a search, though the data still exists in Fryd/caniuse. Moreover, the spec and MDN docs both advise against web developers actually using this feature. This is likely to be our first case of a discouraged feature. --- feature-group-definitions/unicode-bidi.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 feature-group-definitions/unicode-bidi.yml diff --git a/feature-group-definitions/unicode-bidi.yml b/feature-group-definitions/unicode-bidi.yml new file mode 100644 index 00000000000..2d465c7e484 --- /dev/null +++ b/feature-group-definitions/unicode-bidi.yml @@ -0,0 +1,7 @@ +spec: https://drafts.csswg.org/css-writing-modes-3/#unicode-bidi +caniuse: css-unicode-bidi +compat_features: + - css.properties.unicode-bidi + - css.properties.unicode-bidi.isolate + - css.properties.unicode-bidi.isolate-override + - css.properties.unicode-bidi.plaintext