Skip to content

Commit e79cc8e

Browse files
committed
Clarify the definition of an event-based JSON Processor.
1 parent 5ad8565 commit e79cc8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,12 @@ <h3>Additional Processor Levels</h3>
672672
<p>A <dfn>event-based JSON Processor</dfn> processes a stream of characters
673673
expecting an event after each syntactic element is encountered.
674674
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>
676681
</section>
677682
</section>
678683
</section>

0 commit comments

Comments
 (0)