Skip to content

Commit 5db9e02

Browse files
gvgv
authored andcommitted
render updated formatting for terminology
1 parent b465075 commit 5db9e02

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

spec/index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,16 @@ <h2 id="status-of-this-document"><a class="toc-anchor" href="#status-of-this-doc
9494
<p>Decentralized Web Node is a <em>DRAFT</em> specification under development within the <a path-0="identity.foundation"href="https://identity.foundation" >Decentralized Identity Foundation</a> (DIF). It is an active work item of the <a path-0="github.com"path-1="decentralized-identity"path-2="labs"path-3="blob"path-4="main"path-5="proposals"path-6="linked_claims"path-7="001_proposal.md"href="https://github.com/decentralized-identity/labs/blob/main/proposals/linked_claims/001_proposal.md" >Linked Claim Incubation Lab at DIF</a> It incorporates requirements and learnings from diverse stakeholders across sectors into a shared specification that meets the collective needs of the community.</p>
9595
<p>The specification will be updated to incorporate feedback, from DIF members and the wider community, with a reference implementation being developed that exercises the features and requirements defined here. We encourage reviewers to submit <a path-0="github.com"path-1="decentralized-identity"path-2="labs-linkedclaims"path-3="issues"href="https://github.com/decentralized-identity/labs-linkedclaims/issues" >GitHub Issues</a> as the means by which to communicate feedback and contributions.</p>
9696
<h2 id="terminology"><a class="toc-anchor" href="#terminology" >§</a> Terminology</h2>
97-
<p><span id="term:did">DID</span> ~ A Decentralized Identifier as defined in <a path-0="www.w3.org"path-1="TR"path-2="did-core"path-3=""href="https://www.w3.org/TR/did-core/" ><span>https://www.w3.org/TR/did-core/</span></a></p>
98-
<p><span id="term:linked-claim">Linked Claim</span> ~ A structured, cryptographically signed document with a URI subject that is itself addressable at a URI, following at least the MUST requirements detailed below.</p>
99-
<p><span id="term:signer">Signer</span> ~ The entity that cryptographically signs a claim (known as the “issuer” in Verifiable Credentials)</p>
100-
<p><span id="term:uri">URI</span> ~ a Uniform Resource Identifier as defined in <a path-0="datatracker.ietf.org"path-1="doc"path-2="html"path-3="rfc3986"href="https://datatracker.ietf.org/doc/html/rfc3986" ><span>https://datatracker.ietf.org/doc/html/rfc3986</span></a></p>
97+
<dl>
98+
<dt><span id="term:did">DID</span></dt>
99+
<dd>A Decentralized Identifier as defined in <a path-0="www.w3.org"path-1="TR"path-2="did-core"path-3=""href="https://www.w3.org/TR/did-core/" ><span>https://www.w3.org/TR/did-core/</span></a></dd>
100+
<dt><span id="term:linked-claim">Linked Claim</span></dt>
101+
<dd>A structured, cryptographically signed document with a URI subject that is itself addressable at a URI, following at least the MUST requirements detailed below.</dd>
102+
<dt><span id="term:signer">Signer</span></dt>
103+
<dd>The entity that cryptographically signs a claim (known as the “issuer” in Verifiable Credentials)</dd>
104+
<dt><span id="term:uri">URI</span></dt>
105+
<dd>a Uniform Resource Identifier as defined in <a path-0="datatracker.ietf.org"path-1="doc"path-2="html"path-3="rfc3986"href="https://datatracker.ietf.org/doc/html/rfc3986" ><span>https://datatracker.ietf.org/doc/html/rfc3986</span></a></dd>
106+
</dl>
101107
<h2 id="core-pattern"><a class="toc-anchor" href="#core-pattern" >§</a> Core Pattern</h2>
102108
<div class="mermaid">
103109
graph LR

0 commit comments

Comments
 (0)