You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ldml/tr35-modifications.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,10 @@ The LDML specification is divided into the following parts:
61
61
62
62
## Modifications
63
63
64
+
<!--
65
+
Note: As of CLDR-18209, ALL changes to the spec require this file, tr35-modifications.md to be modified as well. If you are making a change that doesn't need to be noted, or is already noted, please simply add an HTML comment (such as this one) to the appropriate section. The comment will not be visible to viewers of the HTML page.
66
+
-->
67
+
64
68
**Changes in LDML Version 48 (Differences from Version 47)**
65
69
66
70
### Locale Identifiers and Names
@@ -70,7 +74,7 @@ Also revamped the description of how to construct names for locale IDs, for clar
70
74
*[Likely Subtags](tr35.md#likely-subtags) Changed the Canonicalize step to point to the section on canonicalization.
71
75
*[Unicode Locale Identifier](tr35.md#unicode-locale-identifier) Changed the `attribute` component in the EBNF to be `uattribute` for consistency with `ufield`, etc.
72
76
and to reduce confusion with XML attributes.
73
-
77
+
74
78
### Misc.
75
79
*[Character Elements](tr35-general.md#character-elements) Added new exemplar types.
76
80
*[DTD Annotations](tr35.md#dtd_annotations) Added the @CDATA annotation, to indicate which elements are generated with @CDATA format
@@ -106,7 +110,7 @@ The rules have been converted to a “flat” format, which is easier for client
106
110
107
111
### MessageFormat
108
112
* Syntax and data model errors must now be prioritized over other errors <!-- ([\#1011](https://github.com/unicode-org/message-format-wg/pull/1011)) -->
109
-
* The Default Bidi Strategy is now required and default <!-- ([\#1066](https://github.com/unicode-org/message-format-wg/pull/1066)) -->
113
+
* The Default Bidi Strategy is now required and default <!-- ([\#1066](https://github.com/unicode-org/message-format-wg/pull/1066)) -->
110
114
* The `:offset` function (previously named `:math`) is now available as Stable <!-- ([\#1073](https://github.com/unicode-org/message-format-wg/pull/1073)) -->
111
115
* The `:datetime`, `:date`, and `:time`_draft_ functions are updated to build on top of semantic skeletons <!-- ([\#1078](https://github.com/unicode-org/message-format-wg/pull/1078), [\#1083](https://github.com/unicode-org/message-format-wg/pull/1083)) -->
112
116
*`:percent` is added as a new _draft_ function <!-- ([\#1094](https://github.com/unicode-org/message-format-wg/pull/1094)) -->
0 commit comments