diff --git a/url.bs b/url.bs index 56098115..d1014263 100644 --- a/url.bs +++ b/url.bs @@ -138,8 +138,8 @@ valid input. User agents, especially conformance checkers, are encouraged to rep

Input's scheme is missing and no base URL is given:


 let url = new URL("💩");
-

Input's scheme is missing, but the base URL's - cannot-be-a-base-URL flag is set. +

Input's scheme is missing, but the base URL has an + opaque path.


 let url = new URL("💩", "mailto:user@example.org");