diff --git a/index.html b/index.html index 7848e7ac..2119fb81 100644 --- a/index.html +++ b/index.html @@ -2011,7 +2011,7 @@
controller
property of a proof's verification method
+`controller` property of a proof's verification method
matches the URL value used to identify the
`issuer` or
`holder`, respectively.
@@ -2311,7 +2311,7 @@
-The cryptosuiteString
datatype is defined as follows:
+The `cryptosuiteString` datatype is defined as follows:
@protected
keyword.
+protected from unsafe redefinition, by use of the `@protected` keyword.
previousProof
[=struct/item=] that
+If |options| has a `previousProof` [=struct/item=] that
is a string, add the element from |allProofs| with an
-id
attribute matching previousProof
to
+`id` attribute matching `previousProof` to
|matchingProofs|. If a proof with
-id
equal to previousProof
does not exist in
+`id` equal to `previousProof`does not exist in
|allProofs|, an error MUST be raised and SHOULD convey an error type of
PROOF_GENERATION_ERROR.
previousProof
[=struct/item=] that
+If |options| has a `previousProof` [=struct/item=] that
is an array, add each element from
-|allProofs| with an id
attribute that matches an element
-of that array. If any element of previousProof
array has an
-id
attribute that does not match the id
attribute
+|allProofs| with an `id` attribute that matches an element
+of that array. If any element of `previousProof` array has an
+`id` attribute that does not match the `id` attribute
of any element of |allProofs|, an error MUST be raised and SHOULD
convey an error type of
PROOF_GENERATION_ERROR.
@@ -3180,7 +3180,7 @@
In a proof set or proof chain, a secured data document has a
-proof
attribute which contains a list of proofs
+`proof` attribute which contains a list of proofs
(|allProofs|).
The following algorithm provides one method of checking the authenticity and
integrity of a secured data document, achieved by verifying every
@@ -3188,7 +3188,7 @@
previousProof
can only be considered verified if the proofs it
+`previousProof` can only be considered verified if the proofs it
references are also considered verified.
@@ -3209,17 +3209,17 @@
previousProof
attribute and that
+If |proof| contains a `previousProof` attribute and that
attribute is a string, add the element from |allProofs| with an
-id
attribute matching previousProof
to
-matchingProofs
.
-If a proof with id
does not exist in |allProofs|, an error
+`id` attribute matching `previousProof` to
+`matchingProofs`.
+If a proof with `id` does not exist in |allProofs|, an error
MUST be raised and SHOULD convey an error type of
MALFORMED_PROOF_ERROR.
-If the previousProof
attribute is an array, add each element from
-|allProofs| with an id
attribute that matches an element
-of that array. If any element of previousProof
array has an
-id
attribute that does not match the id
attribute
+If the `previousProof` attribute is an array, add each element from
+|allProofs| with an `id` attribute that matches an element
+of that array. If any element of `previousProof` array has an
+`id` attribute that does not match the `id` attribute
of any element of |allProofs|, an error MUST be raised and SHOULD
convey an error type of
MALFORMED_PROOF_ERROR.