diff --git a/index.html b/index.html index bce8af4..b1f8c2a 100644 --- a/index.html +++ b/index.html @@ -576,14 +576,14 @@

DID Resolution Options

accept
- The Media Type of the caller's preferred representation of the DID - document. The Media Type MUST be expressed as an ASCII string. The DID resolver implementation SHOULD use this - value to determine the representation of the returned - didDocument if such a representation is supported and - available. Any representation MUST be able to be translated into - the representation defined by the application/did mediaType. - This property is OPTIONAL. + The media type of the caller's preferred representation of the + DID document. The value MUST be expressed according to the + `Accept` header value as defined in [[[RFC9110]]], Section 12.5.1. The DID + resolver implementation SHOULD use this value to determine the + representation of the returned + didDocument if such a representation is supported + and available. This property is OPTIONAL.
@@ -1188,11 +1188,13 @@

DID URL Dereferencing Options

accept
- The Media Type that the caller prefers for contentStream. The Media - Type MUST be expressed as an ASCII string. The - DID URL dereferencer implementation SHOULD use this value to determine - the contentType of the representation contained in the - returned value if such a representation is supported and available. + The media type that the caller prefers for contentStream. + The value MUST be expressed according to the `Accept` header value as + defined in [[[RFC9110]]], Section + 12.5.1. The DID URL dereferencer implementation SHOULD use + this value to determine the contentType of the + representation contained in the returned value if such a + representation is supported and available.
@@ -1622,11 +1624,7 @@

Metadata Structure

set, boolean, or null. The values within any complex data -<<<<<<< HEAD - structure such as a map or list MUST be one of these data types as well. -======= structure such as a map or list MUST also be one of these data types. ->>>>>>> 526ac87 (Apply suggestions from code review) The entire metadata structure MUST be serializable according to the JSON serialization rules in the [[INFRA]] specification. Implementations MAY