Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Update ABNF to use matrix parameters (new) (#189)
Browse files Browse the repository at this point in the history
* Update ABNF to support matrix parameters.

* Fix indentation.

* Update sections on Path and Fragment to match new ABNF.

Signed-off-by: Markus Sabadello <[email protected]>

* Add section on Query, similar to Path and Fragment.

Signed-off-by: Markus Sabadello <[email protected]>

* Edits suggested by @rhiaro.

* Update term definitions related to "DID URL".

* Fix local reference to #generic-did-syntax.

* Fix external references.

* Additional edit suggested by @rhiaro regarding non-normative note.

* Replace ABNF rule "specific-idstring" -> "method-specific-id" everywhere.

* Clarify that not all generic DID parameters must be supported by all DID methods.

* Fix formatting of ALPHA and DIGIT rules.

* Update service ids in examples.

* Do not use relative urls for service IDs.

* Minor edits suggested by @msporny.

* Add issues to keep track of comments by @msporny on matrix parameter grammar.
  • Loading branch information
peacekeeper authored May 10, 2019
1 parent e26d5da commit fde9370
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 54 deletions.
9 changes: 9 additions & 0 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ var ccg = {
],
status: "CG-DRAFT",
publisher: "Digital Verification Community Group"
},
"MATRIX-URIS": {
title: "Matrix URIs - Ideas about Web Architecture",
date: "December 1996",
href: "https://www.w3.org/DesignIssues/MatrixURIs.html",
authors: [
"Tim Berners-Lee"
],
status: "Personal View"
}
}
};
Expand Down
Loading

0 comments on commit fde9370

Please sign in to comment.