Skip to content

Commit 6ef17eb

Browse files
achristensen07annevk
authored andcommitted
Percent-encode ' in queries of URLs with special schemes
Tests: web-platform-tests/wpt#11389. Fixes #348.
1 parent 6a9f7ea commit 6ef17eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

url.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,6 +2281,7 @@ string <var>input</var>, optionally with a <a>base URL</a> <var>base</var>, opti
22812281
<li><p><var>byte</var> is less than 0x21 (!)
22822282
<li><p><var>byte</var> is greater than 0x7E (~)
22832283
<li><p><var>byte</var> is 0x22 ("), 0x23 (#), 0x3C (&lt;), or 0x3E (>)
2284+
<li><p><var>byte</var> is 0x27 (') and <var>url</var> <a>is special</a>
22842285
</ul>
22852286

22862287
<p>then append <var>byte</var>, <a lt="percent encode">percent encoded</a>, to

0 commit comments

Comments
 (0)