diff --git a/url.bs b/url.bs index 88845f18..da386b4e 100644 --- a/url.bs +++ b/url.bs @@ -1900,12 +1900,8 @@ string input, optionally with a base URL base, opti
If c is "%
" and remaining does
not start with two ASCII hex digits, syntax violation.
-
If c is "%
" and remaining, ASCII lowercased starts
- with "2e
", append ".
" to buffer and increase
- pointer by two.
-
-
Otherwise, UTF-8 percent encode c using the default encode set, - and append the result to buffer. +
UTF-8 percent encode c using the default encode set, and append + the result to buffer.