Added note about changes to framing algorithm.
authorDave Longley <dlongley@digitalbazaar.com>
Wed, 09 Nov 2011 12:56:20 -0500
changeset 268 1cf767917b93
parent 267 ade0f4b6c245
child 269 d6d08346d7fe
Added note about changes to framing algorithm.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Wed Nov 09 00:28:20 2011 -0500
+++ b/spec/latest/json-ld-api/index.html	Wed Nov 09 12:56:20 2011 -0500
@@ -1292,7 +1292,8 @@
 
 <section>
 <h3>Framing Algorithm Terms</h3>
-<p class="issue">This algorithm is a work in progress, do not implement it.</p>
+<p class="issue">This algorithm is a work in progress, do not implement it. There was also a recent update to the algorithm in order to auto-embed frame-unspecified data (if the explicit inclusion flag is not set) in order to
+preserve graph information. This change is particularly important for comparing subgraphs (or verifying digital signatures on subgraphs). This change is not yet reflected in the algorithm below.</p>
 
  <dl>
    <dt><tdef>input frame</tdef></dt>
@@ -2881,4 +2882,4 @@
 </section>
 
 </body>
-</html>
\ No newline at end of file
+</html>