Skip to content

Commit

Permalink
#555 Fix punctuation in list
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Jan 15, 2025
1 parent da4cd8f commit aedb5c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5477,17 +5477,17 @@ <h3>Algorithm</h3>
<code>xsd:double</code> and its
<a>lexical form</a>
is a valid <code>xsd:integer</code> or <code>xsd:double</code>
according to [[XMLSCHEMA11-2]],
according to [[XMLSCHEMA11-2]]:
<ol>
<li>attempt to convert the <a>lexical form</a> to a <a>JSON number</a>
<li>Attempt to convert the <a>lexical form</a> to a <a>JSON number</a>
according to
[[RFC8785]] <a data-cite="RFC8785#name-serialization-of-numbers">
JSON Serialization Scheme (JCS) 3.2.2.3 Serialization of Numbers
</a> procedure;
</a> procedure.
</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>.
Expand Down

0 comments on commit aedb5c5

Please sign in to comment.