Cleaned up Optional parameteres section for IANA Considerations.
authorManu Sporny <msporny@digitalbazaar.com>
Thu, 18 Aug 2011 16:14:56 -0400
changeset 169 b32a24b74e5c
parent 168 a8ad0677cde5
child 170 115515c66b28
Cleaned up Optional parameteres section for IANA Considerations.
spec/latest/index.html
--- a/spec/latest/index.html	Thu Aug 18 15:57:29 2011 -0400
+++ b/spec/latest/index.html	Thu Aug 18 16:14:56 2011 -0400
@@ -4139,10 +4139,14 @@
     <dl>
       <dt><code>format</code></dt>
       <dd>Determines the serialization format for the JSON-LD document. Valid 
-        values include; <code>compact</code>, <code>expanded</code>, 
+        values include; <code>compacted</code>, <code>expanded</code>, 
         <code>framed</code>, and <code>normalized</code>. Other values are
         allowed, but must be pre-pended with a <code>x-</code> string until
-        they are clearly defined by a stable specification.</dd>
+        they are clearly defined by a stable specification. If no format
+        is specified in an HTTP request header to a responding application,
+        such as a Web server, the application MAY choose any format. If no 
+        format is specified for a receiving application, the format MUST NOT 
+        be assumed to take any particular form.</dd>
     </dl>
   </dd>
   <dt>Encoding considerations:</dt>