Skip to content

Commit 2b6e8bf

Browse files
macchiatiAEApplestenshamn
authored
CLDR-18938 Add message format to spec modifications (#5088)
Co-authored-by: Annemarie Apple <[email protected]> Co-authored-by: Fredrik <[email protected]>
1 parent 1d1b687 commit 2b6e8bf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/ldml/tr35-modifications.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,27 @@ The order of execution is also clearly specified.
8383
The rules have been converted to a “flat” format, which is easier for clients to handle (the old format will be retained for one more release).
8484

8585
### Units of Measurement
86-
* [Unit Syntax](tr35-general.md#unit-syntax) Simplified the EBNF `product_unit`, and added an additional well-formedness constraint for a mixed units.
86+
* [Unit Syntax](tr35-general.md#unit-syntax) Simplified the EBNF `product_unit` and added an additional well-formedness constraint for mixed units.
8787
* [Unit Identifier Normalization](#tr35-general.md) Modified the normalization process
8888
* [Mixed Units](tr35-general.md#mixed-units) Modified the guidance for handling precision.
8989

9090
### Collation
9191
* [Collation](tr35-collation.md) Added the new `FractionalUCA_blanked.txt` to the root collation data files.
9292

93+
### MessageFormat
94+
#### Normative changes to Stable parts of the specification:
95+
* Syntax and data model errors now must be prioritized over other errors ([\#1011](https://github.com/unicode-org/message-format-wg/pull/1011))
96+
* The Default Bidi Strategy is now required and default ([\#1066](https://github.com/unicode-org/message-format-wg/pull/1066))
97+
* The `:offset` function (previously named `:math`) is now available as Stable ([\#1073](https://github.com/unicode-org/message-format-wg/pull/1073))
98+
99+
#### Normative changes to Draft parts of the specification:
100+
* The `:datetime`, `:date`, and `:time` 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))
101+
* `:percent` is added as a new Draft function ([\#1094](https://github.com/unicode-org/message-format-wg/pull/1094))
102+
103+
#### Editorial changes:
104+
* The format is more clearly rebranded as "Unicode MessageFormat" ([\#1064](https://github.com/unicode-org/message-format-wg/pull/1064))
105+
* The pattern selection definition is refactored to be easier to understand without changing its meaning ([\#1080](https://github.com/unicode-org/message-format-wg/pull/1080))
106+
93107
### Keyboards
94108
__TBD Needs some cleanup for consistency__
95109
* A sentence was struck under the documentation of the [display](tr35-keyboards.md#element-display) element.

0 commit comments

Comments
 (0)