@@ -1450,7 +1450,7 @@ <h3>Framing Algorithm</h3>
1450
1450
1451
1451
< p > The recursive algorithm operates with a < a > framing state</ a > (< var > state</ var > ),
1452
1452
created initially using
1453
- the < a > object embed flag</ a > set to < code > @last </ code > ,
1453
+ the < a > object embed flag</ a > set to < code > @first </ code > ,
1454
1454
the < a > explicit inclusion flag</ a > set to < code > false</ code > ,
1455
1455
the < a > require all flag</ a > set to < code > true</ code > ,
1456
1456
the < a > omit default flag</ a > set to < code > false</ code > ,
@@ -1502,12 +1502,13 @@ <h3>Framing Algorithm</h3>
1502
1502
< var > graph name</ var > and < var > id</ var > in < var > state</ var > ,
1503
1503
add < var > output</ var > to < var > parent</ var >
1504
1504
and do not perform additional processing for this < var > node</ var > .
1505
- < span class ="ednote "> Requires sorting of subjects.</ span > </ li >
1505
+ < span class ="ednote "> Requires sorting of subjects.
1506
+ We could consider < code > @sample</ code > , to embed in a property, rather than the lexicographically first.</ span > </ li >
1506
1507
< li > Otherwise, if < var > embed</ var > is < code > @last</ code > ,
1507
1508
remove any existing embedded node from < var > parent</ var > associated with
1508
1509
< var > graph name</ var > and < var > id</ var > in < var > state</ var > .
1509
- < span class ="ednote "> Requires sorting of subjects. We could consider < code > @sample </ code > , to embed
1510
- just the first matched node. With sorting, we could also consider < code > @first </ code > .</ span > </ li >
1510
+ < span class ="ednote "> Requires sorting of subjects.
1511
+ We could consider < code > @sample </ code > , to embed in a property, rather than the lexicographically last .</ span > </ li >
1511
1512
< li class ="changed "> If < var > graph map</ var > in < var > state</ var > has an entry for < var > id</ var > :
1512
1513
< ol >
1513
1514
< li > If < var > frame</ var > does not have a < code > @graph</ code > < a > member</ a > ,
0 commit comments