@@ -759,7 +759,7 @@ <h4>Explicit inclusion flag</h4>
759
759
</ aside >
760
760
761
761
< p > Note that the < em > Library</ em > object contains a < code > null</ code >
762
- < em > description</ em > property, as it is explicitly called for in the fram
762
+ < em > description</ em > property, as it is explicitly called for in the frame
763
763
using < code > "description": {}</ code > . The < em > creator</ em > property does
764
764
not exist in the output, because it is not explicit.</ p >
765
765
</ section >
@@ -1186,7 +1186,7 @@ <h3>Framing Algorithm</h3>
1186
1186
using the < a href ="#frame-matching "> Frame Matching algorithm</ a >
1187
1187
with < var > state</ var > , < var > subjects</ var > , < var > frame</ var > , and < var > requireAll</ var > .</ li >
1188
1188
< li > For each < var > id</ var > and associated < a > node object</ a > < var > node</ var >
1189
- from the set of matched subjects, ordered lexographically by < var > id</ var >
1189
+ from the set of matched subjects, ordered lexicographically by < var > id</ var >
1190
1190
< span class ="changed "> if the optional < a data-link-for ="JsonLdOptions "> ordered</ a > flag is < code > true</ code > </ span > :
1191
1191
< ol >
1192
1192
< li > Initialize < var > output</ var > to a new < a > dictionary</ a > with < code > @id</ code > and < var > id</ var > .</ li >
@@ -1225,7 +1225,7 @@ <h3>Framing Algorithm</h3>
1225
1225
</ li >
1226
1226
</ ol >
1227
1227
</ li >
1228
- < li > For each < var > property</ var > and < var > objects</ var > in < var > node</ var > , ordered lexographically by < var > property</ var >
1228
+ < li > For each < var > property</ var > and < var > objects</ var > in < var > node</ var > , ordered lexicographically by < var > property</ var >
1229
1229
< span class ="changed "> if the optional < a data-link-for ="JsonLdOptions "> ordered</ a > flag is < code > true</ code > </ span > :
1230
1230
< ol >
1231
1231
< li > If < var > property</ var > is a < a > keyword</ a > , add < var > property</ var > and < var > objects</ var >
@@ -1385,7 +1385,7 @@ <h2>Frame Matching Algorithm</h2>
1385
1385
< div class ="note "> Framing works on < a > map of flattened subjects</ a > ,
1386
1386
and the act of flattening ensures that all subjects have an
1387
1387
< code > @id</ code > property; thus the < code > "@id": []</ code > pattern would
1388
- never match any < a > node object</ a > . the < code > "@id": [{}]</ code > pattern would
1388
+ never match any < a > node object</ a > . The < code > "@id": [{}]</ code > pattern would
1389
1389
match any < a > node object</ a > and is equivalent to not specifying a
1390
1390
< code > @id</ code > property in < var > frame</ var > at all</ div >
1391
1391
</ li >
@@ -1818,12 +1818,12 @@ <h2>Changes since 1.0 Draft of 30 August 2012</h2>
1818
1818
to JSON.</ li >
1819
1819
< li > Preserved values are compacted using the properties of the referencing term.</ li >
1820
1820
< li > Removed support for < code > @link</ code > and in-memory object linking.</ li >
1821
- < li > Added the < a > omit default flag</ a > , controled via the
1821
+ < li > Added the < a > omit default flag</ a > , controlled via the
1822
1822
< a data-link-for ="JsonLdOptions "> omitDefault</ a > API option and/or
1823
1823
the current < a > processing mode</ a > .</ li >
1824
1824
< li > The API now adds an < a data-link-for ="JsonLdOptions "> ordered</ a >
1825
1825
option, defaulting to < code > false</ code > This is used in algorithms to
1826
- control interation of < a > dictionary member</ a > keys. Previously, the
1826
+ control iteration of < a > dictionary member</ a > keys. Previously, the
1827
1827
algorithms always required such an order. The instructions for
1828
1828
evaluating test results have been updated accordingly.</ li >
1829
1829
< li > Frames may include reverse properties using < code > @reverse</ code > , or a term
@@ -1837,7 +1837,7 @@ <h2>Changes since JSON-LD Community Group Final Report</h2>
1837
1837
< ul >
1838
1838
< li > The API now adds an < a data-link-for ="JsonLdOptions "> ordered</ a >
1839
1839
option, defaulting to < code > false</ code > This is used in algorithms to
1840
- control interation of < a > dictionary member</ a > keys. Previously, the
1840
+ control iteration of < a > dictionary member</ a > keys. Previously, the
1841
1841
algorithms always required such an order. The instructions for
1842
1842
evaluating test results have been updated accordingly.</ li >
1843
1843
< li > The IANA registration is changed from < code > application/ld-frame+json</ code > to
0 commit comments