Skip to content
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

expansion algorithm: missing closing parenthesis #556

Open
Johann150 opened this issue Jan 15, 2023 · 0 comments
Open

expansion algorithm: missing closing parenthesis #556

Johann150 opened this issue Jan 15, 2023 · 0 comments

Comments

@Johann150
Copy link

In the expansion algorith, step 7 says:

json-ld-api/index.html

Lines 2524 to 2529 in 9db973a

If <var>from map</var> is undefined or <code>false</code>,
and <var>element</var> does not contain an <a>entry</a> expanding to <code>@value</code>,
and <var>element</var> does not consist of a single <a>entry</a> expanding to <code>@id</code>
(where <a>entries</a> are <span class="changed"><a data-lt="IRI expanding">IRI expanded</a></span>,
set <var>active context</var> to <a>previous context</a> from <var>active context</var>,
as the scope of a term-scoped <a>context</a> does not apply when processing new <a>node objects</a>.</li>

On line 2527 there is an opening parenthesis that is not closed. I can only guess that the intention was to close the parenthesis on the same line, or is the "where" intended as a condition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Errata
Development

No branches or pull requests

2 participants