diff --git a/source b/source index ca0c9e7e24a..2749e62b429 100644 --- a/source +++ b/source @@ -21918,7 +21918,10 @@ interface HTMLHyperlinkElementUtils { data-x="concept-url-scheme">scheme is "file", terminate these steps.

-
  • Basic URL parse the given value, with +

  • If the given value is the empty string, then set url's port to null.

  • + +
  • Otherwise, basic URL parse the given value, with url as url and port state as state override.

  • @@ -80586,7 +80589,10 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O data-x="concept-url-scheme">scheme is "file", terminate these steps.

    -
  • Basic URL parse the given value, with +

  • If the given value is the empty string, then set copyURL's port to null.

  • + +
  • Otherwise, basic URL parse the given value, with copyURL as url and port state as state override.