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
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,9 @@ <h3>DID Resolution Options</h3>
string">ASCII string</a>. The <a>DID resolver</a> implementation SHOULD use this
value to determine the <a>representation</a> of the returned
<code>didDocument</code> if such a <a>representation</a> is supported and
available. This property is OPTIONAL.
available. Any <a>representation</a> MUST be able to be tranlated into
the representation defined by the <code>application/did</code> mediaType.
This property is OPTIONAL.
</dd>
</dl>

Expand Down Expand Up @@ -922,8 +924,7 @@ <h2>DID Resolution Algorithm</h2>
</li>
<li>Otherwise, the result of the <a href="https://www.w3.org/TR/did-core/#method-operations">Read</a> operation
is called the <var>output <a>DID document</a></var>. This result MUST be represented in a
<a href="https://www.w3.org/TR/did-core/#representations">conformant representation</a> that
corresponds to the <b>accept</b> <var>input <a href="#did-resolution-options">DID resolution option</a></var>.</li>
<a href="https://www.w3.org/TR/did-core/#representations">conformant representation</a>.</li>
</ol>
<li>If the <var>input <a href="#did-resolution-options">DID resolution options</a></var> contain the <code>expandRelativeUrls</code> option with a value of <code>true</code>:
<ol class="algorithm">
Expand Down