Skip to content

Commit 3302643

Browse files
author
Orie Steele
authored
Merge pull request #76 from w3c-ccg/feat/idna-comment
Add comment on international domain names
2 parents 361c322 + 147d3f7 commit 3302643

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: index.html

+26
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,32 @@ <h3>
642642

643643
</section>
644644

645+
<section>
646+
<h3>
647+
International Domain Names
648+
</h3>
649+
<p>
650+
[[DID-CORE]] identifier syntax does not
651+
allow Unicode in method name nor method specific identifiers.
652+
</p>
653+
<p>
654+
Implementers should be cautious when implementing
655+
support for DID URLs that rely on domain names
656+
or path components that contain Unicode characters.
657+
</p>
658+
<p>
659+
See also:
660+
</p>
661+
<ul>
662+
<li>
663+
<a href="https://unicode.org/reports/tr46/">UTS-46</a>
664+
</li>
665+
<li>
666+
<a href="https://www.rfc-editor.org/rfc/rfc5895">IDNA 2008</a>
667+
</li>
668+
</ul>
669+
</section>
670+
645671
<section>
646672
<h3>
647673
Optional Path Considerations

0 commit comments

Comments
 (0)