Skip to content

Commit a92d5fe

Browse files
committed
Add forward references for other things that affect the context in section 4.1.
Fixes #236.
1 parent f855a41 commit a92d5fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,6 +2140,16 @@ <h1>Advanced Concepts</h1>
21402140
The following example specifies an external context
21412141
and then layers an <a>embedded context</a> on top of the external context:</p>
21422142

2143+
<p class="changed">In JSON-LD 1.1, there are other mechanisms for introducing contexts, including
2144+
scoped contexts and imported contexts, and there are new ways of protecting term definitions,
2145+
so there are cases where the last defined inline context is not necessarily one
2146+
which defines the scope of terms.
2147+
See <a href="#scoped-contexts" class="sectionRef"></a>,
2148+
<a href="#context-propagation" class="sectionRef"></a>,
2149+
<a href="#imported-contexts" class="sectionRef"></a>, and
2150+
<a href="#protected-term-definitions" class="sectionRef"></a>
2151+
for further information.</p>
2152+
21432153
<aside class="example ds-selector-tabs"
21442154
title="Combining external and local contexts">
21452155
<div class="selectors">

0 commit comments

Comments
 (0)