Skip to content

Commit da4cd8f

Browse files
#555 Introduce 2.4.3.3 in value conversion algorithm
1 parent 3b61a1b commit da4cd8f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -5487,13 +5487,16 @@ <h3>Algorithm</h3>
54875487
</li>
54885488
<li>
54895489
If the conversion is successful, set <var>converted value</var>
5490-
to its result.
5490+
to its result;
5491+
</li>
5492+
<li>
5493+
Otherwise, set <var>type</var> to <a>datatype IRI</a> of <var>value</var>.
54915494
</li>
54925495
</ol>
54935496
</li>
54945497
</ol>
54955498
</li>
5496-
<li class="changed">If <a>processing mode</a> is not `json-ld-1.0`,
5499+
<li class="changed">Otherwise, if <a>processing mode</a> is not `json-ld-1.0`,
54975500
and <var>value</var> is a <a>JSON literal</a>,
54985501
set <var>converted value</var> to the result of
54995502
turning the lexical value of <var>value</var>

0 commit comments

Comments
 (0)