Skip to content

Commit

Permalink
Clarify that DID URL dereferencing returns the final resource. (#544)
Browse files Browse the repository at this point in the history
* Clarify that DID URL dereferencing returns the final resource.

* Update index.html

Co-authored-by: Ted Thibodeau Jr <[email protected]>

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
peacekeeper and TallTed authored Jan 24, 2021
1 parent 4e7cb57 commit 1d39152
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4170,11 +4170,14 @@ <h2>
DID URL Dereferencing
</h2>
<p>
The DID URL dereferencing function dereferences a <a>DID URL</a> into
The <a>DID URL dereferencing</a> function dereferences a <a>DID URL</a> into
a resource with contents depending on the <a>DID URL</a>'s components,
including the <a>DID method</a>, method-specific identifier, path, query,
and fragment. This process depends on <a>DID resolution</a> of the <a>DID</a>
contained in the <a>DID URL</a>.
contained in the <a>DID URL</a>. <a>DID URL dereferencing</a> might involve
multiple steps (e.g., when the DID URL being dereferenced includes a fragment),
and the function is defined to return the final resource after all
steps are completed.
The details of how this process is accomplished are outside the scope of this
specification, but all conformant implementations implement a function
which has the following abstract form:
Expand Down

0 comments on commit 1d39152

Please sign in to comment.