Skip to content

Change inline note to block note in Create Term Definition step 16. #273

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 2 commits into from
Dec 24, 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
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1619,9 +1619,10 @@ <h3>Algorithm</h3>
<li>Set the <a>reverse property</a> flag of <var>definition</var>
to <code>false</code>.</li>
<li class="changed">If <var>value</var> contains the <a>entry</a> <code>@id</code> and its value
neither equals <var>term</var> nor is <code>null</code>
<span id="ctd-id-null" class="note">If `null`, the term is not used for IRI expansion, but is
retained to be able to detect future redefinitions of this term.</span>:
neither equals <var>term</var> nor is <code>null</code>:
<div id="ctd-id-null" class="note">If the `@id` entry is `null`,
the term is not used for IRI expansion, but is
retained to be able to detect future redefinitions of this term.</div>
<ol>
<li>If the value associated with the <code>@id</code> <a>entry</a> is not a <a>string</a>, an
<a data-link-for="JsonLdErrorCode">invalid IRI mapping</a>
Expand Down