Skip to content

Commit 403acfe

Browse files
committed
Remove bits about setting processingMode to json-ld-1.1 automatically.
1 parent bab1ce6 commit 403acfe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,9 +1387,7 @@ <h3>Framing Named Graphs</h3>
13871387
Once set, it is an error to attempt to change to a different processing mode,
13881388
and processors MUST generate,
13891389
a <a data-cite="JSON-LD11-API#dom-jsonlderrorcode-processing-mode-conflict">processing mode conflict</a>
1390-
error and abort further processing.
1391-
If unspecified, processors MUST set <a>processing mode</a> to `json-ld-1.1`
1392-
on the first attempt to use a JSON-LD 1.1 feature.</p>
1390+
error and abort further processing.</p>
13931391

13941392
<p>The algorithms in this specification are generally written with more concern for clarity
13951393
than efficiency. Thus, <a>JSON-LD Processors</a> MAY
@@ -2296,9 +2294,7 @@ <h2>Changes since JSON-LD Community Group Final Report</h2>
22962294
<li>Removed <code>@first</code> and <code>@last</code> values for the
22972295
<a>object embed flag</a> in favor of <code>@once</code>.</li>
22982296
<li>The <a>processing mode</a> is now implicitly `json-ld-1.1`, unless set
2299-
explicitly to `json-ld-1.0`. Processing mode is wired to `json-ld-1.1`
2300-
when the first JSON-LD 1.1 specific feature is encountered, and it is
2301-
not set explicilty.</li>
2297+
explicitly to `json-ld-1.0`.</li>
23022298
</ul>
23032299
</section>
23042300

0 commit comments

Comments
 (0)