Skip to content

Commit 3255be9

Browse files
authored
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.
1 parent 9c40277 commit 3255be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,8 @@ The **_<dfn>Default Bidi Strategy<dfn>_** is a _bidirectional isolation strategy
939939
isolating Unicode control characters around _placeholder_'s formatted values.
940940
It is primarily intended for use in plain-text strings, where markup or other mechanisms
941941
are not available.
942-
Implementations MUST provide the _Default Bidi Strategy_ as one of the
943-
_bidirectional isolation strategies_.
942+
Implementations MUST implement the _Default Bidi Strategy_ as the default
943+
_bidirectional isolation strategy_.
944944
945945
Implementations MAY provide other _bidirectional isolation strategies_.
946946

0 commit comments

Comments
 (0)