Skip to content

Commit 2affadb

Browse files
anatoly-scherbakovgkellogg
authored andcommitted
#555 Insert <ins> tags as appropriate
1 parent 9b2e73e commit 2affadb

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

index.html

+16-8
Original file line numberDiff line numberDiff line change
@@ -5479,18 +5479,26 @@ <h3>Algorithm</h3>
54795479
is a valid <code>xsd:integer</code> or <code>xsd:double</code>
54805480
according to [[XMLSCHEMA11-2]]:
54815481
<ol>
5482-
<li>Attempt to convert the <a>lexical form</a> to a <a>JSON number</a>
5483-
according to
5484-
[[RFC8785]] <a data-cite="RFC8785#name-serialization-of-numbers">
5485-
JSON Serialization Scheme (JCS) 3.2.2.3 Serialization of Numbers
5486-
</a> procedure.
5482+
<li>
5483+
<ins>
5484+
Attempt to convert the <a>lexical form</a> to a <a>JSON number</a>
5485+
according to
5486+
[[RFC8785]] <a data-cite="RFC8785#name-serialization-of-numbers">
5487+
JSON Serialization Scheme (JCS) 3.2.2.3 Serialization of Numbers
5488+
</a> procedure.
5489+
</ins>
54875490
</li>
54885491
<li>
5489-
If the conversion is successful, set <var>converted value</var>
5490-
to its result.
5492+
<ins>
5493+
If the conversion is successful, set <var>converted value</var>
5494+
to its result.
5495+
</ins>
54915496
</li>
54925497
<li>
5493-
Otherwise, set <var>type</var> to <a>datatype IRI</a> of <var>value</var>.
5498+
<ins>
5499+
Otherwise, set <var>type</var> to <a>datatype IRI</a>
5500+
of <var>value</var>.
5501+
</ins>
54945502
</li>
54955503
</ol>
54965504
</li>

0 commit comments

Comments
 (0)