Skip to content

Commit

Permalink
Fix handling of spaceAsPlus in percent-encode after encoding
Browse files Browse the repository at this point in the history
Closes #569.
  • Loading branch information
Andreu Botella authored Jan 4, 2021
1 parent 2ce4938 commit 334966e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ optional boolean <var>spaceAsPlus</var> (default false), run these steps:

<ol>
<li><p>If <var>spaceAsPlus</var> is true and <var>byte</var> is 0x20 (SP), then append
U+002B (+) to <var>output</var>.
U+002B (+) to <var>output</var> and <a for=iteration>continue</a>.

<li><p>Let <var>isomorph</var> be a <a for=/>code point</a> whose <a for="code point">value</a>
is <var>byte</var>'s <a for=byte>value</a>.
Expand Down

0 comments on commit 334966e

Please sign in to comment.