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 c6657bf commit d4e9b9eCopy full SHA for d4e9b9e
index.html
@@ -5474,8 +5474,11 @@ <h3>Algorithm</h3>
5474
of <var>value</var> equals <code>xsd:boolean</code>, set
5475
<var>converted value</var> to <code>true</code> if the
5476
<a>lexical form</a>
5477
- of <var>value</var> matches <code>true</code>, or <code>false</code>
5478
- 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>
5479
+ if it matches <code>"false"</code> or <code>"0"</code>.
5480
+ </ins>
5481
+ If it matches neither,
5482
set <var>type</var> to <code>xsd:boolean</code>.</li>
5483
<li>Otherwise, if the
5484
<a>datatype IRI</a>
0 commit comments