You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3551,7 +3551,7 @@ <h3>Algorithm</h3>
3551
3551
not confused with a <a>compact IRI</a>,
3552
3552
if the <adata-cite="RFC3986#section-3.1">IRI scheme</a> of <var>var</var>
3553
3553
matches any term in <a>active context</a> with <a>prefix flag</a> set to <code>true</code>,
3554
-
and <var>var</var> has no <adatacite="https://tools.ietf.org/html/rfc3986#section-3.2">IRI authority</a> (beginning with double-forward-slash (<code>//</code>),
3554
+
and <var>var</var> has no <adata-cite="RFC3986#section-3.1">IRI authority</a> (beginning with double-forward-slash (<code>//</code>),
3555
3555
an <adata-link-for="JsonLdErrorCode">IRI confused with prefix</a> error has been detected,
3556
3556
and processing is aborted.</li>
3557
3557
<li>If <var>vocab</var> is <code>false</code>,
@@ -6036,7 +6036,7 @@ <h4>JsonLdErrorCode</h4>
6036
6036
<dt><dfn>invalid vocab mapping</dfn></dt>
6037
6037
<dd>An invalid <a>vocabulary mapping</a> has been detected,
6038
6038
i.e., it is neither an <a>IRI</a> nor <code>null</code>.</dd>
6039
-
<dtclass="changed">IRI confused with prefix</dt>
6039
+
<dtclass="changed"><dfn>IRI confused with prefix</dfn></dt>
6040
6040
<dd>When compacting an <a>absolute IRI</a> would result in an <a>absolute IRI</a>
6041
6041
which could be confused with a compact IRI (because its <adata-cite="RFC3986#section-3.1">IRI scheme</a> matches a <a>term definition</a> and it has no <adata-cite="RFC3986#section-3.1">IRI authority</a>).</dd>
0 commit comments