Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 027450a

Browse files
committed
Finalizing the backward compatibility feature
1 parent f93bc85 commit 027450a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

2024/json-ld-wg/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,14 @@ <h2>Scope</h2>
232232

233233
<!-- Note that the JSON-LD APIs are not browser specific; while appropriate for use within browsers, they are not limited to such use, and there is no requirement for browsers to implement them natively. -->
234234

235+
235236
<p>
236-
Development of the 1.2 versions of the JSON-LD specifications will follow the principle of
237-
backward compatibility. This means that any valid JSON-LD 1.1 document will remain valid for
238-
JSON-LD 1.2, and the RDF graphs generated by the 1.1 and 1.2 versions of the JSON-LD API
239-
specifications, will be <a href="https://www.w3.org/TR/rdf11-concepts/#graph-isomorphism">isomorphic</a>.
237+
Development of the 1.2 versions of the JSON-LD specifications will follow the principle of
238+
backward compatibility. This means that any valid JSON-LD 1.1 document will remain valid
239+
for JSON-LD 1.2, and that the algorithms of the JSON-LD 1.2 API will yield
240+
<a href="https://www.w3.org/TR/rdf11-concepts/#graph-isomorphism">isomorphic</a> results to
241+
those of the JSON-LD 1.1 API — barring any bug or inconsistency of the JSON-LD 1.1
242+
specifications identified in the errata.
240243
</p>
241244

242245
<p>

0 commit comments

Comments
 (0)