Skip to content

Commit b92159a

Browse files
committed
Update section reference for IRI. Link "form of an IRI" to ABNF for an IRI.
Fixes w3c#222.
1 parent 7b11c51 commit b92159a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

common/terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<p>Terms imported from [[[RFC3987]]] [[RFC3987]]</p>
6161
<dl class="termlist" data-sort>
62-
<dt><dfn data-cite="RFC3987#section-1.3" data-lt="Internationalized Resource Identifier" class="preserve"><abbr title="Internationalized Resource Identifier">IRI</abbr></dfn></dt><dd>
62+
<dt><dfn data-cite="RFC3987#section-2" data-lt="Internationalized Resource Identifier" class="preserve"><abbr title="Internationalized Resource Identifier">IRI</abbr></dfn></dt><dd>
6363
The absolute form of an <a>IRI</a> containing a <em>scheme</em> along with a <em>path</em>
6464
and optional <em>query</em> and <em>fragment</em> segments.</dd>
6565
<dt><dfn data-cite="RFC3987#section-1.3" class="preserve">IRI reference</dfn></dt><dd>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ <h3>Algorithm</h3>
15911591
`true` for <var>vocab</var>,
15921592
<var>local context</var>,
15931593
and <var>defined</var>.
1594-
If the result does not have the form of an <a>IRI</a> or a <a>blank node identifier</a>,
1594+
If the result does not have the <a href="https://tools.ietf.org/html/rfc3987#section-2.2">form</a> of an <a>IRI</a> or a <a>blank node identifier</a>,
15951595
an <a data-link-for="JsonLdErrorCode">invalid IRI mapping</a>
15961596
error has been detected and processing is aborted.</li>
15971597
<li>If <var>value</var> contains an <code>@container</code> <a>entry</a>,
@@ -3141,7 +3141,7 @@ <h3>Algorithm</h3>
31413141
and the <a>prefix flag</a> of the <a>term definition</a> is <code>true</code></span>,
31423142
return the result of concatenating the <a>IRI mapping</a>
31433143
associated with <var>prefix</var> and <var>suffix</var>.</li>
3144-
<li><span class="changed">If <var>value</var> has the form of an <a>IRI</a></span>,
3144+
<li><span class="changed">If <var>value</var> has the <a href="https://tools.ietf.org/html/rfc3987#section-2.2">form</a> of an <a>IRI</a></span>,
31453145
return <var>value</var>.</li>
31463146
</ol>
31473147
</li>
@@ -6827,7 +6827,7 @@ <h4>JsonLdErrorCode</h4>
68276827
<li>Updated the <a href="#iri-expansion">IRI Expansion algorithm</a> so that
68286828
if <var>value</var> contains a colon (<code>:</code>), but
68296829
<var>prefix</var> is not a <a>term</a>, to only return <var>value</var>
6830-
if it has the form of an <a>IRI</a>, otherwise fall through to
6830+
if it has the <a href="https://tools.ietf.org/html/rfc3987#section-2.2">form</a> of an <a>IRI</a>, otherwise fall through to
68316831
the rest of the algorithm.</li>
68326832
<li>The use of <a>blank node identifiers</a> to label properties is obsolete,
68336833
and may be removed in a future version of JSON-LD,
@@ -6843,7 +6843,7 @@ <h4>JsonLdErrorCode</h4>
68436843
<strong>recursive context inclusion</strong> error with a <a data-link-for="JsonLdErrorCode">context overflow</a> error.</li>
68446844
<li>Added support for <code>"@type": "@none"</code> in a <a>term definition</a> to prevent value compaction.</li>
68456845
<li>Added support for <a>JSON literals</a>.</li>
6846-
<li><a>Term definitions</a> with keys which are of the form of an <a>IRI</a> or a <a>compact IRI</a> MUST NOT
6846+
<li><a>Term definitions</a> with keys which are of the <a href="https://tools.ietf.org/html/rfc3987#section-2.2">form</a> of an <a>IRI</a> or a <a>compact IRI</a> MUST NOT
68476847
expand to an <a>IRI</a> other than the expansion of the key itself.</li>
68486848
<li>Consolidate <a>RemoteDocument</a> processing into the <a>LoadDocumentCallback</a>
68496849
including variations on HTML processing.</li>

0 commit comments

Comments
 (0)