diff --git a/url.bs b/url.bs index 0651aaa..605b4cd 100644 --- a/url.bs +++ b/url.bs @@ -905,10 +905,10 @@ concepts.
Let result be the result of running Unicode ToASCII - with domain_name set to domain, UseSTD3ASCIIRules set to - beStrict, CheckHyphens set to beStrict, CheckBidi set to true, - CheckJoiners set to true, Transitional_Processing set to false, - and VerifyDnsLength set to beStrict. [[!UTS46]] + with domain_name set to domain, CheckHyphens set to beStrict, + CheckBidi set to true, CheckJoiners set to true, UseSTD3ASCIIRules set to + beStrict, Transitional_Processing set to false, VerifyDnsLength set to + beStrict, and IgnoreInvalidPunycode set to false. [[!UTS46]]
If beStrict is false, domain is an ASCII string, and strictly splitting domain on U+002E (.) does not produce any @@ -937,8 +937,8 @@ concepts.
Let result be the result of running Unicode ToUnicode with domain_name set to domain, CheckHyphens set to beStrict, CheckBidi set to true, CheckJoiners - set to true, UseSTD3ASCIIRules set to beStrict, and - Transitional_Processing set to false. [[!UTS46]] + set to true, UseSTD3ASCIIRules set to beStrict, Transitional_Processing + set to false, and IgnoreInvalidPunycode set to false. [[!UTS46]]
Signify domain-to-Unicode validation errors for any returned errors, and then, return result.