diff --git a/index.html b/index.html index 403dde44..44329a16 100644 --- a/index.html +++ b/index.html @@ -4170,11 +4170,14 @@
-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: