@@ -989,10 +989,10 @@ <h2>Terminology</h2>
989989 < dt > < dfn data-lt ="representations "> representation</ dfn > </ dt >
990990
991991 < dd >
992- A concrete expression of a [=resource=], as defined by [[RFC7231 ]]: "information
992+ A concrete expression of a [=resource=], as defined by [[RFC9110 ]]: "information
993993that is intended to reflect a past, current, or desired state of a given
994- resource, in a format that can be readily communicated via the protocol, and
995- that consists of a set of representation metadata and a potentially unbounded
994+ resource, in a format that can be readily communicated via the protocol. A
995+ representation consists of a set of representation metadata and a potentially unbounded
996996stream of representation data." A [=DID document=] is a representation of
997997information describing a [=DID subject=]. See < a href ="#representations "> </ a > .
998998 </ dd >
@@ -2632,7 +2632,7 @@ <h3>Media Type Precision</h3>
26322632HTTP clients and servers use media types associated with [=DID documents=] in
26332633`Accept:` headers and when indicating content types. Implementers are warned that
26342634HTTP servers might ignore the `Accept:` header and return another content type, or
2635- return an error code such as < a data-cite ="RFC7231 #status.415 "> `415
2635+ return an error code such as < a data-cite ="RFC9110 #status.415 "> `415
26362636Unsupported Media Type`</ a > .
26372637 </ p >
26382638 </ section >
@@ -2654,7 +2654,7 @@ <h1>Methods</h1>
26542654Conceptually, the relationship between this specification and a [=DID
26552655method=] specification is similar to the relationship between the IETF generic
26562656[=URI=] specification [[?RFC3986]] and a specific [=URI=] scheme
2657- [[?IANA-URI-SCHEMES]], such as the `http` scheme [[?RFC7230 ]]. In
2657+ [[?IANA-URI-SCHEMES]], such as the `http` scheme [[?RFC9110 ]]. In
26582658addition to defining a specific [=DID scheme=], a [=DID method=]
26592659specification also defines the mechanisms for creating, resolving, updating, and
26602660deactivating [=DIDs=] and [=DID documents=] using a specific type of
0 commit comments