Skip to content

Commit 754c657

Browse files
Fix <ins> and <del> tag usage © @pchampin
Co-authored-by: Pierre-Antoine Champin <[email protected]>
1 parent b3f492c commit 754c657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5503,9 +5503,9 @@ <h3>Algorithm</h3>
55035503
of <var>value</var> equals <code>xsd:boolean</code>, set
55045504
<var>converted value</var> to <code>true</code> if the
55055505
<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>.
5506+
5507+
of <var>value</var> matches <code>"true"</code><ins cite="#change_5"> or <code>"1"</code></ins>, or <code>false</code>
5508+
if it matches <code>"false"</code><ins cite="#change_5"> or <code>"0"</code></ins>.
55095509
</ins>
55105510
If it matches neither,
55115511
set <var>type</var> to <code>xsd:boolean</code>.</li>

0 commit comments

Comments
 (0)