Skip to content
Open
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
19 changes: 7 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,13 @@ <h2>DID Parameters</h2>
did:example:123?service=files&amp;relativeRef=/resume.pdf
</pre>

<p>
For each DID parameter that is present, its associated value MUST be a
<a data-cite="INFRA#scalar-value-string">scalar value</a>
string serialized into ASCII according to <a data-cite="RFC3987#section-3.1">
section 3.1 of RFC3987.</a>
</p>

<p>
Some DID parameters are completely independent of any specific <a>DID
method</a> and function the same way for all <a>DIDs</a>. Other DID parameters
Expand Down Expand Up @@ -353,8 +360,6 @@ <h2>DID Parameters</h2>
</td>
<td>
Identifies a <a data-cite="did-core#services">service</a> from the <a>DID document</a> by service ID.
If present, the associated value MUST be an <a
data-lt="ascii string">ASCII string</a>.
</td>
</tr>
<tr>
Expand All @@ -363,8 +368,6 @@ <h2>DID Parameters</h2>
</td>
<td>
Identifies a set of one or more <a data-cite="did-core#services">services</a> from the <a>DID document</a> by service type.
If present, the associated value MUST be an <a
data-lt="ascii string">ASCII string</a>.
</td>
</tr>
<tr>
Expand All @@ -376,10 +379,6 @@ <h2>DID Parameters</h2>
data-cite="RFC3986#section-4.2">RFC3986 Section 4.2</a> that identifies a
<a>resource</a> at a <a>service endpoint</a>, which is selected from a <a>DID
document</a> by using the <code>service</code> parameter.
If present, the associated value MUST be an <a
data-lt="ascii string">ASCII string</a> and MUST use percent-encoding for
certain characters as specified in <a data-cite="RFC3986#section-2.1">RFC3986
Section 2.1</a>.
</td>
</tr>
<tr>
Expand All @@ -389,8 +388,6 @@ <h2>DID Parameters</h2>
<td>
Identifies a specific version of a <a>DID document</a> to be resolved (the
version ID could be sequential, or a <a>UUID</a>, or method-specific).
If present, the associated value MUST be an <a
data-lt="ascii string">ASCII string</a>.
</td>
</tr>
<tr>
Expand All @@ -416,8 +413,6 @@ <h2>DID Parameters</h2>
<td>
A resource hash of the <a>DID document</a> to add integrity protection, as
specified in [[?HASHLINK]]. This parameter is non-normative.
If present, the associated value MUST be an
<a data-lt="ascii string">ASCII string</a>.
</td>
</tr>

Expand Down