Skip to content

Commit

Permalink
(C1) 3 more word-joiners to avoid confusing line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Feb 14, 2024
1 parent 440d44a commit 33b6c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auth48/rfc9535.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2525,7 +2525,7 @@ descendant-segment = ".." (bracketed-selection /
<t><tt>..*</tt>, the <tt>descendant-segment</tt> directly built from a
<tt>wildcard-selector</tt>, is shorthand for <tt>..[*]</tt>.</t>
<t><tt>..&lt;member-name&gt;</tt>, a <tt>descendant-segment</tt> built from a
<tt>member-name-shorthand</tt>, is shorthand for <tt>..['&lt;member-name&gt;']</tt>.
<tt>member-name-shorthand</tt>, is shorthand for <tt>..&wj;['&lt;member-name&gt;']</tt>.
Note: As with the similar shorthand of a <tt>child-segment</tt>, this can
only be used with member names that are composed of certain
characters, as specified in the ABNF rule <tt>member-name-shorthand</tt>.</t>
Expand Down Expand Up @@ -3590,7 +3590,7 @@ with similar XPath concepts.</t>
<td align="left">
<tt>//</tt></td>
<td align="left">
<tt>..name</tt>, <tt>..[index]</tt>, <tt>..*</tt>, or <tt>..[*]</tt></td>
<tt>..name</tt>, <tt>..&wj;[index]</tt>, <tt>..*</tt>, or <tt>..[*]</tt></td>
<td align="left">descendants (JSONPath borrows this syntax from E4X)</td>
</tr>
<tr>
Expand Down Expand Up @@ -3702,7 +3702,7 @@ and their JSONPath equivalents.</t>
</tr>
<tr>
<td align="left">
<tt>//book[position()&lt;3]</tt></td>
<tt>//&wj;book[position()&lt;3]</tt></td>
<td align="left">
<tt>$..book[0,1]</tt><br/><tt>$..book[:2]</tt></td>
<td align="left">the first two books</td>
Expand Down

0 comments on commit 33b6c01

Please sign in to comment.