diff --git a/url.bs b/url.bs index 0fa72282..29bacfe8 100644 --- a/url.bs +++ b/url.bs @@ -284,15 +284,11 @@ U+005C (\), or U+005D (]).
  1. If beStrict is not given, set it to false. -

  2. -

    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, - CheckJoiners set to true, processing_option set to - Nontransitional_Processing, and VerifyDnsLength set to beStrict. - -

    This and domain to Unicode below are based on a proposed revision. See - issue #313. +

  3. 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, + CheckJoiners set to true, processing_option set to Nontransitional_Processing, + and VerifyDnsLength set to beStrict.

  4. If result is a failure value, validation error, return failure. @@ -332,9 +328,6 @@ U+005C (\), or U+005D (]). CheckHyphens set to false, CheckBidi set to true, CheckJoiners set to true, and UseSTD3ASCIIRules set to true. - domain_name set to result, - UseSTD3ASCIIRules set to true. -

  5. If result contains any errors, return failure.

  6. Return success. @@ -3159,7 +3152,7 @@ spec: MEDIA-SOURCE; urlPrefix: https://w3c.github.io/media-source/#idl-def- type: interface; text: MediaSource spec: MEDIACAPTURE-STREAMS; urlPrefix: https://w3c.github.io/mediacapture-main/#idl-def- type: interface; text: MediaStream -spec: UTS46; urlPrefix: http://www.unicode.org/reports/tr46/proposed.html +spec: UTS46; urlPrefix: http://www.unicode.org/reports/tr46/ type: abstract-op; text: ToASCII; url: #ToASCII type: abstract-op; text: ToUnicode; url: #ToUnicode