Update spec.html

This commit is contained in:
Kat Marchán 2025-02-16 11:16:28 -08:00 committed by GitHub
parent 8e38b1ed9e
commit 195d17e91c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1470,7 +1470,7 @@ https://creativecommons.org/licenses/by-sa/4.0/<a href="#section-note.2-1" class
<h2 id="name-compatibility"> <h2 id="name-compatibility">
<a href="#section-1" class="section-number selfRef">1. </a><a href="#name-compatibility" class="section-name selfRef">Compatibility</a> <a href="#section-1" class="section-number selfRef">1. </a><a href="#name-compatibility" class="section-name selfRef">Compatibility</a>
</h2> </h2>
<p id="section-1-1">KDL 2.0 is designed such that for any given KDL document written as <a href="spec-v1">KDL <p id="section-1-1">KDL 2.0 is designed such that for any given KDL document written as <a href="/spec-v1">KDL
1.0</a> or KDL 2.0, the parse will either fail completely, or, if the 1.0</a> or KDL 2.0, the parse will either fail completely, or, if the
parse succeeds, the data represented by a v1 or v2 parser will be identical. parse succeeds, the data represented by a v1 or v2 parser will be identical.
This means that it's safe to use a fallback parsing strategy in order to support This means that it's safe to use a fallback parsing strategy in order to support