Skip to content

Commit 580b659

Browse files
committed
Define function composition for :string values
1 parent b19ecf2 commit 580b659

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
@@ -359,6 +359,14 @@ the `:string` selector performs as described below.
359359
360360
The `:string` function returns the string value of the resolved value of the _operand_.
361361
362+
#### Composition
363+
364+
When an _operand_ or an _option_ value uses a _variable_ with a _declaration_
365+
using an _expression_ with a `:string` _annotation_,
366+
its resolved value contains only the string value of the _operand_ of the annotated _expression_,
367+
together with its resolved locale and directionality,
368+
and no _option_ values.
369+
362370
## Numeric Value Selection and Formatting
363371
364372
### The `:number` function

0 commit comments

Comments
 (0)