Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions spec/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ the `:string` selector function performs as described below.

The `:string` function returns the string value of the _resolved value_ of the _operand_.

#### Composition

When an _operand_ or an _option_ value uses a _variable_ annotated,
directly or indirectly, by a `:string` _function_,
its _resolved value_ contains the string value of the _operand_ of the annotated _expression_,
together with its resolved locale and directionality.
None of the _options_ set on the _expression_ are part of the _resolved value_.

## Numeric Value Selection and Formatting

### The `:number` function
Expand Down