Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1868,12 +1868,11 @@ <h3>Identifier Restrictions</h3>
<section>
<h2>Verification Methods</h2>
<p>
A [=DID document=] can express [=verification methods=], as defined in
<a data-cite="CID#verification-methods">Section 2.2: Verification Methods</a> of
[[[CID]]] with the added restriction that the `id` value
MUST conform to the [[[#did-url-syntax]]] and the
`controller` value MUST conform to the [[[#did-syntax]]].
See
A [=DID document=] can express [=verification methods=], as defined in Section
<a data-cite="CID#verification-methods">2.2: Verification Methods</a> of
[[[CID]]] with the added restrictions that (a) the `id` value MUST conform to
Section [[[#did-url-syntax]]] or Section [[[#relative-did-urls]]] and (b) the
`controller` value MUST conform to Section [[[#did-syntax]]]. See
<a data-cite="CID#verification-methods">Section 2.2: Verification Methods</a>
of the [[[CID]]] specification for a description of [=verification methods=].
</p>
Expand Down