Skip to content

Commit 7db9539

Browse files
committed
Add forward references for other things that affect the context in section 4.1.
Fixes #236.
1 parent 582e43b commit 7db9539

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
@@ -2141,6 +2141,16 @@ <h1>Advanced Concepts</h1>
21412141
The following example specifies an external context
21422142
and then layers an <a>embedded context</a> on top of the external context:</p>
21432143

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

0 commit comments

Comments
 (0)