-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth48 #515
Draft
cabo
wants to merge
27
commits into
main
Choose a base branch
from
auth48
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Auth48 #515
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
0c5fbdb
Auth48: Note c&p error; date
cabo 0ac20fe
Add 2024-02-07 RPC version of XML and extracted files; initial check
cabo b9e27e9
First round of abnf spacing changes
cabo fe62a78
Put "; skip surrogate code points" on its own line
cabo e49cfa1
Fix some weird blank-space inconsistencies in ABNF
cabo 756b304
Use and reference "I-Regexp" term from RFC 9485
cabo b6060cb
Search and "at least one" substring
cabo 3ea201e
Add DIGIT to name-first at the end
cabo ac6f4dc
(G27) Better Section Name "Function Extensions Subregistry"
cabo 1894d53
(G26) Use § 2.4.3 in both places for "well-typed" cross-reference
cabo 6c104f2
(G25) Remove incorrect cross-reference in 2.3.1.1
cabo d4ffb90
(G21): Appendix B: Use JSONPath terminology for JSONPath
cabo cbfdb2a
(G18): Delete unnecessary text
cabo 91099d9
(G10): Make sentence easier to understand
cabo ec1d5d2
(G6): There is only one root identifier example
cabo a2c0f6e
(G5): emphasize loneness by saying "containing a single node"
cabo fdd18c2
(G2): Remove remnant from when the definition was for "argument"
cabo 30b1579
(G1): Remove unfortunate double use of the term "structure"
cabo 52d12f6
(C3): Avoid <referencegroup XML that is still at risk.
cabo 5c10c5a
RPC changes communicated at 2024-02-13 23:22Z
cabo c8dfc85
(C4) Complete fix for placement of "at most".
cabo 8076529
(C5): Remove overzealous duplicate redundant superfluous citation
cabo 440d44a
(C6) simplify editorial memento for ES4
cabo 33b6c01
(C1) 3 more word-joiners to avoid confusing line breaks
cabo 5b6ac37
(C7) use past tense for IANA registration that has happened
cabo 904cefb
(C8) Avoid superfluous "strict" in table 11, twice
cabo 9ad9249
(C9) We now distinguish empty nodelists from Nothing
cabo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ abbrev: JSONPath | |
area: ART | ||
wg: JSONPath WG | ||
kw: JSON | ||
date: 2023 | ||
date: 2024 | ||
|
||
author: | ||
- | ||
|
@@ -449,7 +449,7 @@ $.store.book[[email protected] < 10].title | |
| `..name` | shorthand for `..['name']` | | ||
| `..*` | shorthand for `..[*]` | | ||
| `'name'` | [name selector](#name-selector): selects a named child of an object | | ||
| `*` | [wildcard selector](#name-selector): selects all children of a node | | ||
| `*` | [wildcard selector](#wildcard-selector): selects all children of a node | | ||
| `3` | [index selector](#index-selector): selects an indexed child of an array (from 0) | | ||
| `0:100:5` | [array slice selector](#slice): start:end:step for arrays | | ||
| `?<logical-expr>` | [filter selector](#filter-selector): selects particular children using a logical expression | | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cabo Good catch!