Skip to content

Commit 01fed13

Browse files
eemeliaphillips
andauthored
Apply suggestions from code review
Co-authored-by: Addison Phillips <[email protected]>
1 parent 680d25d commit 01fed13

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

spec/u-namespace.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ or any other structured formatted results.
1515

1616
Ignored when formatting a message to a string.
1717

18-
Accepts string values, or values which can be stringified without error.
18+
The value of the `u:id` _option_ MUST be a _literal_ or a
19+
_variable_ whose _resolved value_ is either a string
20+
or can be resolved to a string without error.
1921
For other values, a _Bad Option_ error is emitted
2022
and the `u:id` option is ignored.
2123

@@ -63,7 +65,8 @@ During processing, the `u:dir` option
6365
MUST be removed from the resolved mapping of _options_
6466
before calling the _function handler_.
6567

66-
Accepts the following string values:
68+
The value of the `u:dir` _option_ MUST be one of the following _literal_ values
69+
or a _variable_ whose _resolved value_ is one of these _literals_:
6770
- `ltr`: left-to-right directionality
6871
- `rtl`: right-to-left directionality
6972
- `auto`: directionality determined from _expression_ contents

0 commit comments

Comments
 (0)