Update definition of "active property"
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 26 Mar 2013 19:07:33 +0100
changeset 1478 f6c3d7b492bb
parent 1477 456db59bb281
child 1479 2a9d64e5a231
Update definition of "active property"

and remove "JSON-LD output" which is never used.

This addresses #218.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Tue Mar 26 18:57:59 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Tue Mar 26 19:07:33 2013 +0100
@@ -717,12 +717,8 @@
     <dd>The currently active subject that the processor should use when
       processing.</dd>
     <dt><tdef>active property</tdef></dt>
-    <dd>The currently active property that the processor should use when
-      processing. The active property is represented in the original lexical form, which
-      is used for finding type mappings in the <tref>active context</tref>.</dd>
-    <dt><tdef>active object</tdef></dt>
-    <dd>The currently active object that the processor should use when
-      processing.</dd>
+    <dd>The currently active <tref>property</tref> or <tref>keyword</tref> that
+      the processor should use when processing.</dd>
     <dt><tdef>active context</tdef></dt>
     <dd>A context that is used to resolve <tref title="term">terms</tref> while
       the processing algorithm is running.</dd>
@@ -731,8 +727,6 @@
       specified via the <code>@context</code> <tref>keyword</tref>.</dd>
     <dt><tdef>JSON-LD input</tdef></dt>
     <dd>The JSON-LD data structure that is provided as input to the algorithm.</dd>
-    <dt><tdef>JSON-LD output</tdef></dt>
-    <dd>The JSON-LD data structure that is produced as output by the algorithm.</dd>
     <dt><tdef>term</tdef></dt>
     <dd>A <tref>term</tref> is a short word defined in a context that may be expanded to
       an <tref>IRI</tref></dd>