Skip to content

Commit 1291773

Browse files
eemeliaphillips
andauthored
Define function composition for :string values (#798)
* Define function composition for :string values * Update spec/registry.md as suggested by @stasm in #814 * Drop the "only" * Update text following code review comments --------- Co-authored-by: Addison Phillips <addison@unicode.org>
1 parent 7f9a4de commit 1291773

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec/registry.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ The `:string` function returns the string value of the _resolved value_ of the _
8686
> Users SHOULD encode _messages_ and their parts in Unicode Normalization Form C (NFC)
8787
> unless there is a very good reason not to.
8888
89+
#### Composition
90+
91+
When an _operand_ or an _option_ value uses a _variable_ annotated,
92+
directly or indirectly, by a `:string` _function_,
93+
its _resolved value_ contains the string value of the _operand_ of the annotated _expression_,
94+
together with its resolved locale and directionality.
95+
None of the _options_ set on the _expression_ are part of the _resolved value_.
96+
8997
## Numeric Value Selection and Formatting
9098
9199
### The `:number` function

0 commit comments

Comments
 (0)