Made it clear that non-context data in an external context is ignored.
authorManu Sporny <msporny@digitalbazaar.com>
Tue, 29 Nov 2011 00:54:22 -0500
changeset 284 c30e54711834
parent 283 28592c47482c
child 285 ff92e369cc2a
Made it clear that non-context data in an external context is ignored.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Tue Nov 29 00:45:52 2011 -0500
+++ b/spec/latest/json-ld-syntax/index.html	Tue Nov 29 00:54:22 2011 -0500
@@ -1313,7 +1313,10 @@
 
 <p>External JSON-LD context documents MAY contain extra information located
 outside of the <code>@context</code> key, such as
-documentation about the <tref>prefix</tref>es declared in the document. It is
+documentation about the <tref>prefix</tref>es declared in the document. 
+When importing a <code>@context</code> value from an external JSON-LD context 
+document, any extra information contained outside of the
+<code>@context</code> value MUST be discarded. It is
 also RECOMMENDED that a human-readable document encoded in HTML+RDFa
 [[HTML-RDFA]] or other Linked Data compatible format is served as well to
 explain the correct usage of the JSON-LD context document.