diff --git a/url.bs b/url.bs index e39bf4d8..9986e537 100644 --- a/url.bs +++ b/url.bs @@ -170,7 +170,7 @@ contains bytes that are not ASCII bytes might be insecure and is not reco and all code points greater than U+007E (~).

The fragment percent-encode set is the C0 control percent-encode set and -U+0022 SPACE, U+0022 ("), U+003C(<), U+003E (>), and U+0060 (`). +U+0020 SPACE, U+0022 ("), U+003C(<), U+003E (>), and U+0060 (`).

The path percent-encode set is the fragment percent-encode set and U+0023 (#), U+003F (?), U+007B ({), and U+007D (}).