Skip to content

Commit

Permalink
Remove link to wrong controller definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin authored Jul 7, 2024
1 parent 7c85c76 commit e941d5c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1479,23 +1479,23 @@ <h2>Verification Method properties</h2>
</thead>
<tbody>
<tr>
<td><code>id</code></td>
<td><code><a href="#prop-verificationMethod-id" class="internalDFN">id</a></code></td>
<td>yes</td>
<td>
A <a data-cite="INFRA#string">string</a> that conforms to the rules in
<a href="#did-url-syntax"></a>.
</td>
</tr>
<tr>
<td><code><a>controller</a></code></td>
<td><code><a href="#prop-verificationMethod-controller" class="internalDFN">controller</a></code></td>
<td>yes</td>
<td>
A <a data-cite="INFRA#string">string</a> that conforms to the rules in
<a href="#did-syntax"></a>.
</td>
</tr>
<tr>
<td><code>type</code></td>
<td><code><a href="#prop-verificationMethod-type" class="internalDFN">type</a></code></td>
<td>yes</td>
<td>
A <a data-cite="INFRA#string">string</a>.
Expand Down Expand Up @@ -1536,15 +1536,15 @@ <h3>Service properties</h3>
</thead>
<tbody>
<tr>
<td><code>id</code></td>
<td><code><a href="#prop-service-id" class="internalDFN">id</a></code></td>
<td>yes</td>
<td>
A <a data-cite="INFRA#string">string</a> that conforms to the rules of
[[RFC3986]] for <a>URIs</a>.
</td>
</tr>
<tr>
<td><code>type</code></td>
<td><code><a href="#prop-service-type" class="internalDFN">type</a></code></td>
<td>yes</td>
<td>
A <a data-cite="INFRA#string">string</a> or a
Expand Down Expand Up @@ -1745,7 +1745,7 @@ <h2>Verification Methods</h2>
</p>

<dl>
<dt>id</dt>
<dt id="prop-verificationMethod-id">id</dt>
<dd>
<p>
The value of the <code><a>id</a></code> property for a <a>verification
Expand All @@ -1754,7 +1754,7 @@ <h2>Verification Methods</h2>
<a>DID URL</a> that dereferences to the identified <a>verification method</a>.
</p>
</dd>
<dt>type</dt>
<dt id="prop-verificationMethod-type">type</dt>
<dd>
The value of the <code>type</code> property MUST be a <a
data-cite="INFRA#string">string</a> that references exactly one <a>verification
Expand All @@ -1763,7 +1763,7 @@ <h2>Verification Methods</h2>
Registries [[?DID-SPEC-REGISTRIES]]. This value represents the type of
<a>verification method</a> suite in use.
</dd>
<dt>controller</dt>
<dt id="prop-verificationMethod-controller">controller</dt>
<dd>
The value of the <code>controller</code> property MUST be a <a
data-cite="INFRA#string">string</a> that conforms to the rules in <a
Expand Down Expand Up @@ -2346,7 +2346,7 @@ <h2>Services</h2>
</p>

<dl>
<dt>service</dt>
<dt><dfn>service</dfn></dt>
<dd>
<p>
The <code>service</code> property is OPTIONAL. If present, the associated value
Expand All @@ -2359,15 +2359,15 @@ <h2>Services</h2>
with the extension.
</p>
<dl>
<dt>id</dt>
<dt id="prop-service-id">id</dt>
<dd>
The value of the <code>id</code> property MUST be a <a>URI</a> conforming to
[[RFC3986]]. A <a>conforming producer</a> MUST NOT produce
multiple <code>service</code> entries with the same <code>id</code>.
A <a>conforming consumer</a> MUST produce an error if it detects
multiple <code>service</code> entries with the same <code>id</code>.
</dd>
<dt>type</dt>
<dt id="prop-service-type">type</dt>
<dd>
The value of the <code>type</code> property MUST be a <a
data-cite="INFRA#string">string</a> or a <a
Expand Down

0 comments on commit e941d5c

Please sign in to comment.