Skip to content

Commit

Permalink
Percent-encode ' in queries of URLs with special schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
achristensen07 authored and annevk committed Jun 8, 2018
1 parent 6a9f7ea commit 6ef17eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2281,6 +2281,7 @@ string <var>input</var>, optionally with a <a>base URL</a> <var>base</var>, opti
<li><p><var>byte</var> is less than 0x21 (!)
<li><p><var>byte</var> is greater than 0x7E (~)
<li><p><var>byte</var> is 0x22 ("), 0x23 (#), 0x3C (&lt;), or 0x3E (>)
<li><p><var>byte</var> is 0x27 (') and <var>url</var> <a>is special</a>
</ul>

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

0 comments on commit 6ef17eb

Please sign in to comment.