Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 4 additions & 4 deletions spec/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ which satisfy either of the following two requirements:

All other _identifiers_ in these categories are reserved for the use of implementations or users.

> [!NOTE]
> Users defining custom _identifiers_ SHOULD include at least one character outside these ranges
> to ensure that they will be compatible with future versions of this specification.
> They SHOULD also use the _namespace_ feature to avoid collisions with other implementations.
> [!IMPORTANT]
> Implementation-defined or user-defined _functions_ and _function_ _options_
> SHOULD use a _namespace_ as part of their _identifiers_
> to avoid collisions with other implementations.

Future versions of this specification will not introduce changes
to the data model that would result in a data model representation
Expand Down
1 change: 0 additions & 1 deletion spec/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ A **_<dfn>local variable</dfn>_** is a _variable_ created as the result of a _lo
> that use the UTF-16 encoding
> and do not check for unpaired surrogates.
> (Strings in Java or JavaScript are examples of this.)
> These code points SHOULD NOT be used in a _message_.
> Unpaired surrogate code points are likely an indication of mistakes
> or errors in the creation, serialization, or processing of the _message_.
> Many processes will convert them to
Expand Down