Skip to content

Commit

Permalink
Merge pull request #76 from w3c-ccg/feat/idna-comment
Browse files Browse the repository at this point in the history
Add comment on international domain names
  • Loading branch information
OR13 authored May 6, 2023
2 parents 361c322 + 147d3f7 commit 3302643
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,32 @@ <h3>

</section>

<section>
<h3>
International Domain Names
</h3>
<p>
[[DID-CORE]] identifier syntax does not
allow Unicode in method name nor method specific identifiers.
</p>
<p>
Implementers should be cautious when implementing
support for DID URLs that rely on domain names
or path components that contain Unicode characters.
</p>
<p>
See also:
</p>
<ul>
<li>
<a href="https://unicode.org/reports/tr46/">UTS-46</a>
</li>
<li>
<a href="https://www.rfc-editor.org/rfc/rfc5895">IDNA 2008</a>
</li>
</ul>
</section>

<section>
<h3>
Optional Path Considerations
Expand Down

0 comments on commit 3302643

Please sign in to comment.