File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments