We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4f97f commit c89a687Copy full SHA for c89a687
index.html
@@ -3297,6 +3297,11 @@ <h3>Overview</h3>
3297
<a>base IRI</a>. Finally, if the <a>IRI</a> or
3298
<a>keyword</a> still could not be compacted, it is returned
3299
as is.</p>
3300
+
3301
+ <p class="changed">In the case were this algorithm would return the input <a>IRI</a> as is,
3302
+ and that <a>IRI</a> can be mistaken for a <a>compact IRI</a> in the <a>active context</a>,
3303
+ this algorithm will raise an error,
3304
+ because it has no way to return an unambiguous representation of the original <a>IRI</a>.</p>
3305
</section>
3306
3307
<section class="algorithm">
0 commit comments