Skip to content

Commit

Permalink
#555 Introduce 2.4.3.3 in value conversion algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Jan 14, 2025
1 parent 3b61a1b commit da4cd8f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5487,13 +5487,16 @@ <h3>Algorithm</h3>
</li>
<li>
If the conversion is successful, set <var>converted value</var>
to its result.
to its result;
</li>
<li>
Otherwise, set <var>type</var> to <a>datatype IRI</a> of <var>value</var>.
</li>
</ol>
</li>
</ol>
</li>
<li class="changed">If <a>processing mode</a> is not `json-ld-1.0`,
<li class="changed">Otherwise, if <a>processing mode</a> is not `json-ld-1.0`,
and <var>value</var> is a <a>JSON literal</a>,
set <var>converted value</var> to the result of
turning the lexical value of <var>value</var>
Expand Down

0 comments on commit da4cd8f

Please sign in to comment.