Change previousURI of Gregg's json-ld-api/alternate.html to the 20121225 ED
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 08 Jan 2013 13:44:33 +0100
changeset 1113 9822ae9a052c
parent 1112 c78748f12950
child 1114 218522026202
Change previousURI of Gregg's json-ld-api/alternate.html to the 20121225 ED
spec/latest/json-ld-api/alternate.html
--- a/spec/latest/json-ld-api/alternate.html	Sun Jan 06 17:15:00 2013 -0800
+++ b/spec/latest/json-ld-api/alternate.html	Tue Jan 08 13:44:33 2013 +0100
@@ -29,9 +29,9 @@
 
       // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
       // and its maturity status
-      previousPublishDate:  "2012-09-30",
+      previousPublishDate:  "2012-12-25",
       previousMaturity:     "ED",
-      previousURI:          "http://dvcs.w3.org/hg/json-ld/raw-file/66d980964784/spec/ED/json-ld-api/20120930/index.html",
+      previousURI:          "http://json-ld.org/spec/ED/json-ld-api/20121225/index.html",
 
       // if there a publicly available Editor's Draft, this is the link
       edDraftURI:           "http://json-ld.org/spec/latest/json-ld-api/index.html",
@@ -1024,7 +1024,7 @@
                   <em>val</em> MUST be a <tref>string</tref> having the lexical representation defined in [[!BCP47]]
                   or <tref>null</tref>, set the <tref>language mapping</tref> of
                   <em>definition</em> to the lowercased <em>val</em>.</li>
-                <li>If <em>value</em> has an <code>@container</code> member with a value <em>val</em> 
+                <li>If <em>value</em> has an <code>@container</code> member with a value <em>val</em>
                   it MUST be one of <code>@list</code>, <code>@set</code>, or <code>@annotation</code>, set the
                   <tref>container mapping</tref> of <em>definition</em> to <em>val</em>.</li>
               </ol>
@@ -1053,7 +1053,7 @@
   <p>The algorithm for generating an IRI is:</p>
 
   <ol class="algorithm">
-    <li>If the <tref>active context</tref> contains a <tref>term definition</tref> for the <em>value</em> 
+    <li>If the <tref>active context</tref> contains a <tref>term definition</tref> for the <em>value</em>
       that is not a <tref>property generator</tref>, set <em>value</em> to the <tref>IRI mapping</tref>.</li>
     <li>If <em>value</em> contains a <code>:</code>:
       <ol class="algorithm">
@@ -1187,7 +1187,7 @@
       <ol class="algorithm">
         <li>Initialize a new empty array <em>result</em>.</li>
         <li>Process each item in <em>element</em> recursively using this algorithm,
-          passing a copy of the <tref>active context</tref> and the <tref>active property</tref>. 
+          passing a copy of the <tref>active context</tref> and the <tref>active property</tref>.
           dd each compacted item to <em>result</em> unless it is <tref>null</tref>.</li>
         <li>If <em>result</em> has a single item and the
           algorithm is invoked with the compact arrays option, return that item; otherwise return <em>result</em>.</li>