Skip to content
Merged
Changes from all 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
4 changes: 4 additions & 0 deletions spec/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,10 @@ The returned list MAY be empty.
The most-preferred key is first,
with each successive key appearing in order by decreasing preference.

If calling MatchSelectorKeys encounters any error,
a _Bad Selector_ error is emitted
and an empty list is returned.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
and an empty list is returned.
and an empty list is returned.
The fallback representation of such a _message_ is
the _fallback value_ for the _message_.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That correction does not match what the algorithm results in. If we get an empty list here, we end up selecting the * variant.


### Filter Variants

Then, using the preferential key orders `pref`,
Expand Down