From 3255be9196c323c2a7c1eaeb1b9318dcb421e4d0 Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Tue, 1 Apr 2025 07:09:57 -0700 Subject: [PATCH 1/2] Make the Default Bidi Strategy required Fix #997 The working group resolved that in v48 we would make the Default Bidi Isolation Strategy not just required but also the default. --- spec/formatting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/formatting.md b/spec/formatting.md index d45f7b557b..567d42aa03 100644 --- a/spec/formatting.md +++ b/spec/formatting.md @@ -939,8 +939,8 @@ The **_Default Bidi Strategy_** is a _bidirectional isolation strategy isolating Unicode control characters around _placeholder_'s formatted values. It is primarily intended for use in plain-text strings, where markup or other mechanisms are not available. -Implementations MUST provide the _Default Bidi Strategy_ as one of the -_bidirectional isolation strategies_. +Implementations MUST implement the _Default Bidi Strategy_ as the default +_bidirectional isolation strategy_. Implementations MAY provide other _bidirectional isolation strategies_. From faccec44a730699706e9f99604fc0aa23799a326 Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Tue, 1 Apr 2025 08:07:54 -0700 Subject: [PATCH 2/2] Update spec/formatting.md --- spec/formatting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/formatting.md b/spec/formatting.md index 567d42aa03..2e0472141e 100644 --- a/spec/formatting.md +++ b/spec/formatting.md @@ -939,8 +939,8 @@ The **_Default Bidi Strategy_** is a _bidirectional isolation strategy isolating Unicode control characters around _placeholder_'s formatted values. It is primarily intended for use in plain-text strings, where markup or other mechanisms are not available. -Implementations MUST implement the _Default Bidi Strategy_ as the default -_bidirectional isolation strategy_. +The _Default Bidi Strategy_ MUST be the default _bidirectional isolation strategy_ +when formatting a _message_ as a single string. Implementations MAY provide other _bidirectional isolation strategies_.