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.
1 parent f32a438 commit 9851d50Copy full SHA for 9851d50
index.html
@@ -5503,8 +5503,11 @@ <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
- of <var>value</var> matches <code>true</code>, or <code>false</code>
5507
- if it matches <code>false</code>. If it matches neither,
+ <ins cite="#change_5">
+ 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>.
5509
+ </ins>
5510
+ If it matches neither,
5511
set <var>type</var> to <code>xsd:boolean</code>.</li>
5512
<li>Otherwise, if the
5513
<a>datatype IRI</a>
0 commit comments