diff --git a/url.bs b/url.bs index 29bacfe8..e1cd8b67 100644 --- a/url.bs +++ b/url.bs @@ -1400,9 +1400,17 @@ string input, optionally with a base URL base, opti
  • Set url's scheme to buffer. -

  • Set buffer to the empty string. +

  • +

    If state override is given, then: -

  • If state override is given, then return. +

      +
    1. If url's port is url's scheme's + default port, then set url's port to null. + +

    2. Return. +

    + +
  • Set buffer to the empty string.

  • If url's scheme is "file", then: