We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<ins>
<del>
1 parent b3f492c commit 754c657Copy full SHA for 754c657
index.html
@@ -5503,9 +5503,9 @@ <h3>Algorithm</h3>
5503
of <var>value</var> equals <code>xsd:boolean</code>, set
5504
<var>converted value</var> to <code>true</code> if the
5505
<a>lexical form</a>
5506
- <ins cite="#change_5">
5507
- of <var>value</var> matches <code>"true"</code> or <code>"1"</code>, or <code>false</code>
5508
- if it matches <code>"false"</code> or <code>"0"</code>.
+
+ of <var>value</var> matches <code>"true"</code><ins cite="#change_5"> or <code>"1"</code></ins>, or <code>false</code>
+ if it matches <code>"false"</code><ins cite="#change_5"> or <code>"0"</code></ins>.
5509
</ins>
5510
If it matches neither,
5511
set <var>type</var> to <code>xsd:boolean</code>.</li>
0 commit comments