diff --git a/url.bs b/url.bs index 33a36666..c51adc58 100644 --- a/url.bs +++ b/url.bs @@ -1845,11 +1845,11 @@ string input, optionally with a base URL base, opti
If at least one of the following is true
remaining consists of zero code points
c and the first code point of remaining are not a Windows drive letter -
remaining consists of one code point -
remaining's second code point is not U+002F (/), U+005C (\), - U+003F (?), or U+0023 (#) +
remaining has at least 2 code points and remaining's second code + point is not U+002F (/), U+005C (\), U+003F (?), or U+0023 (#)