Skip to content

Commit 0416b0e

Browse files
committed
Change inline note to block note in Create Term Definition step 16.
For #241.
1 parent acd8b8c commit 0416b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,9 +1619,9 @@ <h3>Algorithm</h3>
16191619
<li>Set the <a>reverse property</a> flag of <var>definition</var>
16201620
to <code>false</code>.</li>
16211621
<li class="changed">If <var>value</var> contains the <a>entry</a> <code>@id</code> and its value
1622-
neither equals <var>term</var> nor is <code>null</code>
1623-
<span id="ctd-id-null" class="note">If `null`, the term is not used for IRI expansion, but is
1624-
retained to be able to detect future redefinitions of this term.</span>:
1622+
neither equals <var>term</var> nor is <code>null</code>:
1623+
<div id="ctd-id-null" class="note">If `null`, the term is not used for IRI expansion, but is
1624+
retained to be able to detect future redefinitions of this term.</div>
16251625
<ol>
16261626
<li>If the value associated with the <code>@id</code> <a>entry</a> is not a <a>string</a>, an
16271627
<a data-link-for="JsonLdErrorCode">invalid IRI mapping</a>

0 commit comments

Comments
 (0)