diff --git a/url.bs b/url.bs index ec35294e..6c566e1d 100644 --- a/url.bs +++ b/url.bs @@ -1495,6 +1495,12 @@ string input, optionally with a base URL base, opti
  • If url's scheme is not a special scheme and buffer is, then return. + +

  • If url includes credentials or has a non-null port, + and buffer is "file", then return. + +

  • If url's scheme is "file" and its + host is an empty host or null, then return.

  • Set url's scheme to buffer.