File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ Implementations MAY remove entries from `res` with unresolved values.
336336
337337The result of _option resolution_ MUST be a (possibly empty) mapping
338338of string identifiers to values;
339- that is, errors MAY be emitted, but such errors cannot be fatal.
339+ that is, errors MAY be emitted, but such errors MUST NOT be fatal.
340340This mapping can be empty.
341341
342342### Markup Resolution
@@ -406,6 +406,7 @@ The string representation of the _fallback value_ of an _expression_ depends on
406406 > Examples:
407407 > In a context where `$var` fails to resolve, `{$var}` and `{$var :number}`
408408 > both resolve to the _fallback value_ `$var`.
409+ > (even if `:number` fails to resolve).
409410
410411- _function_ _expression_ with no _operand_:
411412 U+003A COLON `:` followed by the _function_ _identifier_
You can’t perform that action at this time.
0 commit comments