diff --git a/url.bs b/url.bs index c51d9c0..0651aaa 100644 --- a/url.bs +++ b/url.bs @@ -906,7 +906,7 @@ concepts.
  • Let result be the result of running Unicode ToASCII with domain_name set to domain, UseSTD3ASCIIRules set to - beStrict, CheckHyphens set to false, CheckBidi set to true, + beStrict, CheckHyphens set to beStrict, CheckBidi set to true, CheckJoiners set to true, Transitional_Processing set to false, and VerifyDnsLength set to beStrict. [[!UTS46]] @@ -936,9 +936,9 @@ concepts.

    1. Let result be the result of running Unicode ToUnicode with domain_name set to domain, - CheckHyphens set to false, CheckBidi set to true, CheckJoiners set to true, - UseSTD3ASCIIRules set to beStrict, and Transitional_Processing set to - false. [[!UTS46]] + CheckHyphens set to beStrict, CheckBidi set to true, CheckJoiners + set to true, UseSTD3ASCIIRules set to beStrict, and + Transitional_Processing set to false. [[!UTS46]]

    2. Signify domain-to-Unicode validation errors for any returned errors, and then, return result.