Clarify that Subject Flattening iterates through ordered properties.
--- 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>