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 0640159 commit 3963d92Copy full SHA for 3963d92
spec/u-namespace.md
@@ -84,8 +84,9 @@ or a _variable_ whose _resolved value_ is one of these _literals_:
84
- `ltr`: left-to-right directionality
85
- `rtl`: right-to-left directionality
86
- `auto`: directionality determined from _expression_ contents
87
-- `inherit` (default): directionality inherited from the _message_,
88
- without isolation of the _expression_ value
+- `inherit` (default): directionality inherited from the _message_
+ or from the _resolved value_ of the _operand_ without
89
+ requiring isolation of the _expression_ value.
90
91
For other values, a _Bad Option_ error is emitted
92
and the value of the `u:dir` option is ignored.
0 commit comments