Remove mention of "framing" from the syntax spec
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 07 Nov 2012 20:23:52 +0100
changeset 938 70f77a964666
parent 937 dd4b3308aa60
child 939 c5b5126414cc
child 954 53093d2aea42
Remove mention of "framing" from the syntax spec

Framing is not part of the API spec anymore and should thus not be mentioned in the syntax spec.
Thanks to @cygri for reporting this.

This closes #191.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Wed Nov 07 20:18:19 2012 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Wed Nov 07 20:23:52 2012 +0100
@@ -2456,8 +2456,7 @@
   application-specific compacted form by first <a href="#expanded-document-form"></a>.
   While the context provided above mapped <code>http://xmlns.com/foaf/0.1/name</code>
   to <strong>name</strong>, it could have also mapped it to any arbitrary string
-  provided by the developer. This powerful mechanism, along with another
-  JSON-LD API technique called <em>framing</em>, allows the developer to
+  provided by the developer. This powerful mechanism allows the developer to
   re-shape the incoming JSON data into a format that is optimized for
   their application.</p>
 </section>