From 59236b8cb23e4b26639987130b685fbe16ad900b Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Thu, 16 Jan 2025 19:24:49 +0000 Subject: [PATCH 1/2] Make the IRI advice list be positive form advice --- spec/index.html | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/spec/index.html b/spec/index.html index 004185e..bd5ead5 100644 --- a/spec/index.html +++ b/spec/index.html @@ -648,27 +648,26 @@

IRIs

Interoperability problems can be avoided by minting only IRIs that are normalized according to Section 5 - of [[!RFC3987]]. Non-normalized forms that are best avoided - include the following:

+ of [[!RFC3987]]. +

From d9605a7d47d471ddceb6a35c00e95a0a1518e4ff Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Thu, 16 Jan 2025 21:14:03 +0000 Subject: [PATCH 2/2] Update punycode RFC reference --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index bd5ead5..68e15e2 100644 --- a/spec/index.html +++ b/spec/index.html @@ -666,7 +666,7 @@

IRIs

  • Normalize IRIs to remove "/./" and "/../" in the path component of an IRI.
  • Avoid using punycode-encoding of Internationalized Domain Names - in IRIs ][RFC3492]].
  • + in IRIs [[RFC5890]].
  • Use IRIs in Unicode [=Normalization Form C=] [[I18N-Glossary]].