diff --git a/index.html b/index.html index be7243cc..20961c41 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 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: