Skip to content

Commit 9bc33c3

Browse files
authored
Add U+005E (^) to the path percent-encode set
Tests: web-platform-tests/wpt#51093. Closes #607.
1 parent cfae7c4 commit 9bc33c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

url.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,11 @@ U+0020 SPACE, U+0022 ("), U+0023 (#), U+003C (<), and U+003E (>).
468468
U+0027 (').
469469

470470
<p>The <dfn oldids=default-encode-set>path percent-encode set</dfn> is the
471-
<a>query percent-encode set</a> and U+003F (?), U+0060 (`), U+007B ({), and U+007D (}).
471+
<a>query percent-encode set</a> and U+003F (?), U+005E (^), U+0060 (`), U+007B ({), and U+007D (}).
472472

473473
<p>The <dfn oldids=userinfo-encode-set>userinfo percent-encode set</dfn> is the
474474
<a>path percent-encode set</a> and U+002F (/), U+003A (:), U+003B (;), U+003D (=), U+0040 (@),
475-
U+005B ([) to U+005E (^), inclusive, and U+007C (|).
475+
U+005B ([) to U+005D (]), inclusive, and U+007C (|).
476476

477477
<p>The <dfn export>component percent-encode set</dfn> is the <a>userinfo percent-encode set</a> and
478478
U+0024 ($) to U+0026 (&amp;), inclusive, U+002B (+), and U+002C (,).

0 commit comments

Comments
 (0)