Skip to content

Fix typos. #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ <h4>Explicit inclusion flag</h4>
</aside>

<p>Note that the <em>Library</em> object contains a <code>null</code>
<em>description</em> property, as it is explicitly called for in the fram
<em>description</em> property, as it is explicitly called for in the frame
using <code>"description": {}</code>. The <em>creator</em> property does
not exist in the output, because it is not explicit.</p>
</section>
Expand Down Expand Up @@ -1186,7 +1186,7 @@ <h3>Framing Algorithm</h3>
using the <a href="#frame-matching">Frame Matching algorithm</a>
with <var>state</var>, <var>subjects</var>, <var>frame</var>, and <var>requireAll</var>.</li>
<li>For each <var>id</var> and associated <a>node object</a> <var>node</var>
from the set of matched subjects, ordered lexographically by <var>id</var>
from the set of matched subjects, ordered lexicographically by <var>id</var>
<span class="changed">if the optional <a data-link-for="JsonLdOptions">ordered</a> flag is <code>true</code></span>:
<ol>
<li>Initialize <var>output</var> to a new <a>dictionary</a> with <code>@id</code> and <var>id</var>.</li>
Expand Down Expand Up @@ -1225,7 +1225,7 @@ <h3>Framing Algorithm</h3>
</li>
</ol>
</li>
<li>For each <var>property</var> and <var>objects</var> in <var>node</var>, ordered lexographically by <var>property</var>
<li>For each <var>property</var> and <var>objects</var> in <var>node</var>, ordered lexicographically by <var>property</var>
<span class="changed">if the optional <a data-link-for="JsonLdOptions">ordered</a> flag is <code>true</code></span>:
<ol>
<li>If <var>property</var> is a <a>keyword</a>, add <var>property</var> and <var>objects</var>
Expand Down Expand Up @@ -1385,7 +1385,7 @@ <h2>Frame Matching Algorithm</h2>
<div class="note">Framing works on <a>map of flattened subjects</a>,
and the act of flattening ensures that all subjects have an
<code>@id</code> property; thus the <code>"@id": []</code> pattern would
never match any <a>node object</a>. the <code>"@id": [{}]</code> pattern would
never match any <a>node object</a>. The <code>"@id": [{}]</code> pattern would
match any <a>node object</a> and is equivalent to not specifying a
<code>@id</code> property in <var>frame</var> at all</div>
</li>
Expand Down Expand Up @@ -1818,12 +1818,12 @@ <h2>Changes since 1.0 Draft of 30 August 2012</h2>
to JSON.</li>
<li>Preserved values are compacted using the properties of the referencing term.</li>
<li>Removed support for <code>@link</code> and in-memory object linking.</li>
<li>Added the <a>omit default flag</a>, controled via the
<li>Added the <a>omit default flag</a>, controlled via the
<a data-link-for="JsonLdOptions">omitDefault</a> API option and/or
the current <a>processing mode</a>.</li>
<li>The API now adds an <a data-link-for="JsonLdOptions">ordered</a>
option, defaulting to <code>false</code> This is used in algorithms to
control interation of <a>dictionary member</a> keys. Previously, the
control iteration of <a>dictionary member</a> keys. Previously, the
algorithms always required such an order. The instructions for
evaluating test results have been updated accordingly.</li>
<li>Frames may include reverse properties using <code>@reverse</code>, or a term
Expand All @@ -1837,7 +1837,7 @@ <h2>Changes since JSON-LD Community Group Final Report</h2>
<ul>
<li>The API now adds an <a data-link-for="JsonLdOptions">ordered</a>
option, defaulting to <code>false</code> This is used in algorithms to
control interation of <a>dictionary member</a> keys. Previously, the
control iteration of <a>dictionary member</a> keys. Previously, the
algorithms always required such an order. The instructions for
evaluating test results have been updated accordingly.</li>
<li>The IANA registration is changed from <code>application/ld-frame+json</code> to
Expand Down