diff --git a/auth48/rfc9535.xml b/auth48/rfc9535.xml index 805b5649..dfbb136f 100644 --- a/auth48/rfc9535.xml +++ b/auth48/rfc9535.xml @@ -214,7 +214,7 @@ E000 to 10FFFF). JSONPath queries are sequences of Unicode scalar values.
Segment:
One of the constructs that selects children ([<selectors>]) -or descendants (..[<selectors>]) of an input value. +or descendants (..&wj;[<selectors>]) of an input value.
Selector:
@@ -225,7 +225,7 @@ consisting of child nodes of the input value.
A JSONPath expression built from segments that have been syntactically restricted in a certain way () so that, regardless of the input -value, the expression produces a nodelist containing one node at most. +value, the expression produces a nodelist containing at most one node. Note: JSONPath expressions that always produce a singular nodelist but do not conform to the syntax in are not singular queries.
@@ -313,7 +313,7 @@ of the evaluation of a filter expression ().
Segments - Segments select children ([<selectors>]) or descendants (..[<selectors>]) of an input value. + Segments select children ([<selectors>]) or descendants (..&wj;[<selectors>]) of an input value. Segments can use bracket notation, for example: - ..[<selectors>] + ..&wj;[<selectors>] descendant segment: selects zero or more descendants of a node @@ -1450,7 +1450,7 @@ current-node-identifier = "@" Comparison expressions are available for comparisons between primitive values (that is, numbers, strings, true, false, and null). These can be obtained via literal values; singular queries, each of -which selects one node at most, the value of which is then used; or +which selects at most one node, the value of which is then used; or function expressions (see ) of type ValueType. The order in which the children of an object are visited is not stipulated, since JSON objects are unordered. - Suppose the descendant segment is of the form ..[<selectors>] (after converting any shorthand + Suppose the descendant segment is of the form ..&wj;[<selectors>] (after converting any shorthand form to bracket notation), and the nodes, in the order visited, are D1, ..., Dn (where n >= 1). Note: D1 is the input value. @@ -3182,7 +3182,7 @@ of objects, for any query argument conforming with . The Unicode Consortium - At the time of writing, <https://www.unicode.org/versions/Unicode15.0.0/UnicodeStandard-15.0.pdf>. + At the time of writing, . @@ -3238,7 +3238,7 @@ of objects, for any query argument conforming with . Withdrawn - An equivalent specification, also withdrawn, can be obtained from <https://ecma-international.org/publications-and-standards/standards/ecma-357>. + An equivalent specification, also withdrawn, is available from .