From dc1b52add704d05f34c6629fcd9674b1086b2c22 Mon Sep 17 00:00:00 2001 From: Markus Sabadello Date: Wed, 13 Jan 2021 01:58:05 +0100 Subject: [PATCH 1/2] Clarify that DID URL dereferencing returns the final resource. --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index be7243cc..4bbf368f 100644 --- a/index.html +++ b/index.html @@ -4021,11 +4021,14 @@

DID URL Dereferencing

-The DID URL dereferencing function dereferences a DID URL into +The DID URL dereferencing function dereferences a DID URL into a resource with contents depending on the DID URL's components, including the DID method, method-specific identifier, path, query, and fragment. This process depends on DID resolution of the DID -contained in the DID URL. +contained in the DID URL. DID URL dereferencing might involve +multiple steps (e.g. when dereferencing the fragment of the DID URL), +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: From 68795c4364fe7fc190c9c66b0543a740e1edc08f Mon Sep 17 00:00:00 2001 From: Markus Sabadello Date: Wed, 13 Jan 2021 17:04:37 +0100 Subject: [PATCH 2/2] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4bbf368f..20961c41 100644 --- a/index.html +++ b/index.html @@ -4026,7 +4026,7 @@

including the DID method, method-specific identifier, path, query, and fragment. This process depends on DID resolution of the DID contained in the DID URL. DID URL dereferencing might involve -multiple steps (e.g. when dereferencing the fragment of the DID URL), +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