Skip to content

Commit

Permalink
Change "valid" to "conforming" for controller and vm documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
wip-abramson authored Aug 29, 2024
1 parent 08a48be commit eb77908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ <h3>Retrieve Verification Method</h3>
<a href="#INVALID_CONTROLLER_DOCUMENT_ID">INVALID_CONTROLLER_DOCUMENT_ID</a>.
</li>
<li>
If <var>controllerDocument</var> is not a valid [=controller document=],
If <var>controllerDocument</var> is not a [=conforming controller document=],
an error MUST be raised and SHOULD
convey an error type of
<a href="#INVALID_CONTROLLER_DOCUMENT">INVALID_CONTROLLER_DOCUMENT</a>.
Expand All @@ -2164,7 +2164,7 @@ <h3>Retrieve Verification Method</h3>
rules of the media type of the <var>controllerDocument</var>.
</li>
<li>
If <var>verificationMethod</var> is not a valid [=verification method=],
If <var>verificationMethod</var> is not a [=conforming verification method=],
an error MUST be raised and SHOULD convey an error type of
<a href="#INVALID_VERIFICATION_METHOD">INVALID_VERIFICATION_METHOD</a>.
</li>
Expand Down

0 comments on commit eb77908

Please sign in to comment.