diff --git a/index.html b/index.html index 6439910..5559307 100644 --- a/index.html +++ b/index.html @@ -227,12 +227,24 @@
+ A conforming network-based DID resolver is a + [=conforming DID resolver=] that additionally complies with the normative statements + in [[[#bindings-https]]]. +
+A conforming DID URL dereferencer is any algorithm realized as software and/or hardware that complies with the relevant normative statements in .
++ A conforming network-based DID URL dereferencer is a + [=conforming DID URL dereferencer=] that additionally complies with the normative + statements in [[[#bindings-https]]]. +
+All conforming DID resolvers implement the function below, which has the +
All [=conforming DID resolvers=] implement the function below, which has the following abstract form:
@@ -474,9 +486,10 @@- All conformant DID resolvers MUST implement the DID resolution + All [=conforming DID resolvers=] MUST implement the DID resolution function for at least one DID method and MUST be able to return a DID document in at least one conformant representation. +
@@ -1042,7 +1055,7 @@
- All conforming DID URL dereferencers implement the + All [=conforming DID URL dereferencers=] implement the function below, which has the following abstract form:
@@ -1051,6 +1064,12 @@
+ All [=conforming DID URL dereferencers=] MUST implement the [=DID URL dereferencing=]
+ function for at least one [=DID method=]. All inputs and outputs of the dereference
+ function apart from [=contentStream=] MUST be serializable to JSON.
+
The input variables of the dereference function are as follows: