We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b61a1b commit da4cd8fCopy full SHA for da4cd8f
index.html
@@ -5487,13 +5487,16 @@ <h3>Algorithm</h3>
5487
</li>
5488
<li>
5489
If the conversion is successful, set <var>converted value</var>
5490
- to its result.
+ to its result;
5491
+ </li>
5492
+ <li>
5493
+ Otherwise, set <var>type</var> to <a>datatype IRI</a> of <var>value</var>.
5494
5495
</ol>
5496
5497
5498
- <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`,
5500
and <var>value</var> is a <a>JSON literal</a>,
5501
set <var>converted value</var> to the result of
5502
turning the lexical value of <var>value</var>
0 commit comments