File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -672,7 +672,12 @@ <h3>Additional Processor Levels</h3>
672
672
<p>A <dfn>event-based JSON Processor</dfn> processes a stream of characters
673
673
expecting an event after each syntactic element is encountered.
674
674
Such processors are sensitive to the order of the members of <a>JSON objects</a>,
675
- which can have a performance impact if the members of <a>JSON objects</a> are encountered in an unexpected order.</p>
675
+ which can have a performance impact if the members of <a>JSON objects</a> are encountered in an unexpected order.
676
+ An <a>event-based JSON Processor</a> may process JSON-LD embedded in HTML.</p>
677
+
678
+ <p class="note">An <a>event-based JSON Processor</a>
679
+ may be sensitive to processing certain keywords in order, including
680
+ <code>@context</code>, <code>@id</code>, and <code>@type</code>.</p>
676
681
</section>
677
682
</section>
678
683
</section>
You can’t perform that action at this time.
0 commit comments