diff --git a/url.bs b/url.bs index 3fb2a1f0..85426f9c 100644 --- a/url.bs +++ b/url.bs @@ -3081,6 +3081,9 @@ is the origin returned by running these steps, switching on ur
  • If pathURL is failure, then return a new opaque origin. +

  • If pathURL's scheme is not "http" and not + "https", then return a new opaque origin. +

  • Return pathURL's origin.