From 99ae03f61074d45fbc48e6fd9d5e6123a73ce476 Mon Sep 17 00:00:00 2001 From: Will Abramson Date: Thu, 11 Dec 2025 14:01:02 +0000 Subject: [PATCH 1/3] note markus as former editor to fix echidna --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b735b6f..f76d024 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,11 @@ // only "name" is required editors: [ { name: "Markus Sabadello", url: "https://www.linkedin.com/in/markus-sabadello-353a0821", - company: "Danube Tech", companyURL: "https://danubetech.com/", w3cid: 46729 }, + company: "Danube Tech", companyURL: "https://danubetech.com/", w3cid: 46729, + extras: [ + {name: "until 2025-12-10", class: "former"}, + ] + }, { name: "Dmitri Zagidulin", url: "https://www.linkedin.com/in/dzagidulin", company: "MIT CSAIL", companyURL: "http://computingjoy.com/", w3cid: 86708 } ], From 267bf67ccaa3091c52599530cc35134aa3b3ed11 Mon Sep 17 00:00:00 2001 From: Will Abramson Date: Fri, 12 Dec 2025 15:33:42 +0000 Subject: [PATCH 2/3] clarify didDocument representation for accept media type --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f76d024..e040a93 100644 --- a/index.html +++ b/index.html @@ -579,7 +579,9 @@

DID Resolution Options

string">ASCII string. The DID resolver implementation SHOULD use this value to determine the representation of the returned didDocument if such a representation is supported and - available. This property is OPTIONAL. + available. Any representation MUST be able to be tranlated into + the representation defined by the application/did mediaType. + This property is OPTIONAL. From 42bd082232d829d21cf7c709951649636dbcbae8 Mon Sep 17 00:00:00 2001 From: Will Abramson Date: Fri, 12 Dec 2025 15:41:23 +0000 Subject: [PATCH 3/3] address #237, removing conflicting normative statement about accept --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index e040a93..a242742 100644 --- a/index.html +++ b/index.html @@ -924,8 +924,7 @@

DID Resolution Algorithm

  • Otherwise, the result of the Read operation is called the output DID document. This result MUST be represented in a - conformant representation that - corresponds to the accept input DID resolution option.
  • + conformant representation.
  • If the input DID resolution options contain the expandRelativeUrls option with a value of true: