Clarify that Subject Flattening iterates through ordered properties.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 29 Apr 2012 22:53:06 -0700
changeset 592 b922839a70b7
parent 591 e0c5f6ed2804
child 593 0220516e283d
Clarify that Subject Flattening iterates through ordered properties.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Sun Apr 29 22:50:17 2012 -0700
+++ b/spec/latest/json-ld-api/index.html	Sun Apr 29 22:53:06 2012 -0700
@@ -1852,7 +1852,8 @@
             <em>subjects</em> initialized using a new <tref>JSON object</tref>
             with <code>@id</code> set to <em>name</em> as <em>subject</em>.
             Otherwise, use that existing entrpy as <em>subject</em>.</li>
-          <li>For each <em>property</em> and <em>value</em> in <em>element</em> other than <code>@id</code>:
+          <li>For each <em>property</em> and <em>value</em> in <em>element</em> other than <code>@id</code>
+            ordered by <em>property</em>:
             <ol class="algorithm">
               <li>If <em>property</em> is a keyword, copy <code>property</code> and <code>value</code>
                 to <code>subject</code>.</li>