We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19ecf2 commit 580b659Copy full SHA for 580b659
spec/registry.md
@@ -359,6 +359,14 @@ the `:string` selector performs as described below.
359
360
The `:string` function returns the string value of the resolved value of the _operand_.
361
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
370
## Numeric Value Selection and Formatting
371
372
### The `:number` function
0 commit comments