Skip to content

Commit

Permalink
Clarify component percent-encode set is good for opaque hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
karwa authored Mar 3, 2021
1 parent 8b60ebb commit 6c66d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ U+0024 ($) to U+0026 (&), inclusive, U+002B (+), and U+002C (,).
<p class=note>This is used by <cite>HTML</cite> for
{{NavigatorContentUtils/registerProtocolHandler()}}, and could also be used by other standards to
percent-encode data that can then be embedded in a <a for=/>URL</a>'s <a for=url>path</a>,
<a for=url>query</a>, or <a for=url>fragment</a>. Using it with
<a for=url>query</a>, or <a for=url>fragment</a>; or in an <a for=/>opaque host</a>. Using it with
<a for=string>UTF-8 percent-encode</a> gives identical results to JavaScript's
<a method><code>encodeURIComponent()</code> [sic]</a>. [[HTML]] [[ECMA-262]]

Expand Down Expand Up @@ -3439,6 +3439,7 @@ Jeffrey Yasskin,
Joe Duarte,
Joshua Bell,
Jxck,
Karl Wagner,
田村健人 (Kent TAMURA),
Kevin Grandon,
Kornel Lesiński,
Expand Down

0 comments on commit 6c66d6c

Please sign in to comment.