Skip to content

Commit 6b19192

Browse files
committed
Raise malformed value error on malformed values.
1 parent 26a24e7 commit 6b19192

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,13 @@ <h2>Algorithms</h2>
663663
and validate status lists as described by this document.
664664
</p>
665665

666+
<p>
667+
If any of the algorithms in this section process a property defined in Section
668+
<a href="#data-model"></a> whose value is malformed, a
669+
<a data-cite="VC-DATA-MODEL-2.0#MALFORMED_VALUE_ERROR">MALFORMED_VALUE_ERROR</a>
670+
MUST be raised.
671+
</p>
672+
666673
<section class="normative">
667674
<h3>Generate Algorithm</h3>
668675

0 commit comments

Comments
 (0)