File tree 1 file changed +16
-8
lines changed
1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -5479,18 +5479,26 @@ <h3>Algorithm</h3>
5479
5479
is a valid < code > xsd:integer</ code > or < code > xsd:double</ code >
5480
5480
according to [[XMLSCHEMA11-2]]:
5481
5481
< 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 >
5487
5490
</ li >
5488
5491
< 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 >
5491
5496
</ li >
5492
5497
< 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 >
5494
5502
</ li >
5495
5503
</ ol >
5496
5504
</ li >
You can’t perform that action at this time.
0 commit comments