Skip to content

Commit 7f08c9e

Browse files
committedJan 18, 2025
Update note from review comments
1 parent 0b53c26 commit 7f08c9e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎spec/index.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ <h3>IRIs</h3>
613613
An IRI reference is common usage of an Internationalized Resource Identifier.
614614
An IRI reference refers to either a resolved <a>IRI</a> or <a>relative IRI reference</a>,
615615
as described by the <em>IRI-reference</em> production in <a href="#iri-abnf" class="sectionRef"></a>.
616-
The abstract syntax uses only fully resolved <a>IRIs</a>.
616+
The abstract syntax uses only fully resolved <a>IRIs</a>.</p>
617617
When IRIs are used in operations that are only
618618
defined for URIs, they must first be converted according to
619619
the mapping defined in
@@ -642,9 +642,13 @@ <h3>IRIs</h3>
642642
if a <a data-cite="rfc3986#section-5.1">base IRI
643643
can be established</a> [[RFC3986]].</p>
644644

645-
<p><strong>URI Schemes:</strong> Examples of scheme-specific rules include the
646-
<a data-cite="RFC7230#section-2.7.1">scheme rules for HTTP</a> and the
645+
<p><strong>URI Schemes:</strong>
646+
Implementations are encouraged to enforce the scheme-specific rules of
647+
the common schemes, such as the
648+
<a data-cite="RFC7230#section-2.7.1">scheme rules for HTTP/HTTPS</a> and the
647649
<a data-cite="did-core#identifier">DID syntax</a>.
650+
Implementations ignore URI scheme rules
651+
for schemes they do not recognize.
648652
</p>
649653

650654
<p><strong>IRI normalization:</strong>

0 commit comments

Comments
 (0)