File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ which satisfy either of the following two requirements:
118118
119119All other _ identifiers_ in these categories are reserved for the use of implementations or users.
120120
121- > [ !NOTE ]
122- > Users defining custom _ identifiers _ SHOULD include at least one character outside these ranges
123- > to ensure that they will be compatible with future versions of this specification.
124- > They SHOULD also use the _ namespace _ feature to avoid collisions with other implementations.
121+ > [ !IMPORTANT ]
122+ > Implementation-defined or user-defined _ functions _ and _ function _ _ options _
123+ > SHOULD use a _ namespace _ as part of their _ identifiers _
124+ > to help avoid collisions with other implementations.
125125
126126Future versions of this specification will not introduce changes
127127to the data model that would result in a data model representation
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ A **_<dfn>local variable</dfn>_** is a _variable_ created as the result of a _lo
117117> that use the UTF-16 encoding
118118> and do not check for unpaired surrogates.
119119> (Strings in Java or JavaScript are examples of this.)
120- > These code points SHOULD NOT be used in a _ message_ .
121120> Unpaired surrogate code points are likely an indication of mistakes
122121> or errors in the creation, serialization, or processing of the _ message_ .
123122> Many processes will convert them to
You can’t perform that action at this time.
0 commit comments