From 77daa15117881f89b56e13a7bf23903cbbcb464c Mon Sep 17 00:00:00 2001 From: Will Abramson Date: Tue, 25 Feb 2025 13:09:33 +0000 Subject: [PATCH 1/2] update did-core to did --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 84bba767..a26791b6 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ //implementationReportURI: "https://w3c.github.io/did-test-suite/", // Editor's Draft URL - edDraftURI: "https://w3c.github.io/did-core/", + edDraftURI: "https://w3c.github.io/did/", // subtitle for the spec subtitle: "Core architecture, data model, and representations", @@ -63,7 +63,7 @@ "informative-dfn": false }, github: { - repoURL: "https://github.com/w3c/did-core/", + repoURL: "https://github.com/w3c/did/", branch: "main" }, includePermalinks: false, From e5d288f17c130bba976f24fbc7f0f40e11f78935 Mon Sep 17 00:00:00 2001 From: Will Abramson Date: Fri, 9 Jan 2026 15:26:34 +0000 Subject: [PATCH 2/2] remove language around DID document describing a DID subject --- index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2ec7cde6..96dacea1 100644 --- a/index.html +++ b/index.html @@ -857,9 +857,10 @@

Terminology

DID document
-A set of data describing the [=DID subject=], including mechanisms, such as -cryptographic public keys, that the [=DID subject=] or a [=DID delegate=] can -use to [=authentication|authenticate=] itself and prove its association with the +A set of data that enables cryptographically verifiable interactions with a +[=DID subject=]. This includes mechanisms, such as cryptographic public keys, +that a [=DID subject=] or a [=DID delegate=] can use to +[=authentication|authenticate=] itself and prove its association with a [=DID=]. A DID document might have one or more different [=representations=] as defined in or in the W3C [[[DID-EXTENSIONS]]].
@@ -994,7 +995,8 @@

Terminology

resource, in a format that can be readily communicated via the protocol. A representation consists of a set of representation metadata and a potentially unbounded stream of representation data." A [=DID document=] is a representation of -information describing a [=DID subject=]. See . +information which enables cryptographically verifiable interactions with a +[=DID subject=]. See .