Removed media type parameter option "form=compacted". This closes #69.
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 22 Feb 2012 22:26:27 +0800
changeset 371 564ff002daea
parent 370 43b5b10cb29f
child 372 412ab3694cc7
Removed media type parameter option "form=compacted". This closes #69.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Fri Jan 27 10:55:33 2012 -0800
+++ b/spec/latest/json-ld-syntax/index.html	Wed Feb 22 22:26:27 2012 +0800
@@ -2727,11 +2727,10 @@
     <dl>
       <dt><code>form</code></dt>
       <dd>Determines the serialization form for the JSON-LD document. Valid
-        values include; <code>compacted</code>, <code>expanded</code>,
-        and <code>normalized</code>. If no form is specified in an HTTP
-        request header to an HTTP server, the server MAY choose any form.
-        If no form is specified for an HTTP client, the form MUST NOT be
-        assumed to take any particular form.</dd>
+        values are <code>expanded</code> and <code>normalized</code>. If no
+        form is specified in an HTTP request header to an HTTP server, the
+        server MAY choose any form. If no form is specified for an HTTP
+        client, the form MUST NOT be assumed to take any particular form.</dd>
     </dl>
   </dd>
   <dt>Encoding considerations:</dt>
@@ -2770,7 +2769,7 @@
   <dt>Restrictions on usage:</dt>
   <dd>None</dd>
   <dt>Author(s):</dt>
-  <dd>Manu Sporny, Gregg Kellogg, Dave Longley</dd>
+  <dd>Manu Sporny, Gregg Kellogg, Markus Lanthaler, Dave Longley</dd>
   <dt>Change controller:</dt>
   <dd>W3C</dd>
 </dl>