Skip to content

Kasei updates #217

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 3 commits into from
Nov 20, 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
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ <h3>Algorithm</h3>
<li class="changed">If <var>active property</var> is <code>@default</code>,
initialize the {{JsonLdOptions/frameExpansion}} flag to <code>false</code>.</li>
<li class="changed">If <var>active property</var> has a <a>term definition</a> in <var>active context</var>
with a <a>local context</a>, initialize <var>property scoped context</var> to that <a>local context</a>.</li>
with a <a>local context</a>, initialize <var>property-scoped context</var> to that <a>local context</a>.</li>
<li>If <var>element</var> is a <a>scalar</a>,
<ol>
<li>If <var>active property</var> is <code>null</code> or <code>@graph</code>,
Expand Down Expand Up @@ -2458,7 +2458,7 @@ <h3>Algorithm</h3>
<li>Initialize two empty <a class="changed">maps</a>, <var>result</var>
<span class="changed">and <var>nests</var>.
Initialize <var>input type</var> to the last value of the first <a>entry</a> in <var>element</var>
expanding to <code>@type</code>, ordering <a>entries</a> lexicographically by key</span>.
expanding to <code>@type</code> (if any), ordering <a>entries</a> lexicographically by key</span>.
</li>
<li id="alg-expand-each-key-value">
For each <var>key</var> and <var>value</var> in <var>element</var>,
Expand All @@ -2483,8 +2483,6 @@ <h3>Algorithm</h3>
(unless <a>processing mode</a> is `json-ld-1.0`)</span>,
a <a data-link-for="JsonLdErrorCode">colliding keywords</a>
error has been detected and processing is aborted.</li>
<li class="changed">If <var>result</var> already has an <var>expanded property</var> <a>entry</a>,
for `@included` or `@type`.</li>
<li>If <var>expanded property</var> is <code>@id</code>:
<ol>
<li>If <var>value</var> is not a <a>string</a>, an
Expand Down