Re: [whatwg/url] Add the component percent-encode set (#513)

@domenic approved this pull request.

Nice

> @@ -189,6 +188,16 @@ U+0020 SPACE, U+0022 ("), U+003C (<), U+003E (>), and U+0060 (`).
 <a>path percent-encode set</a> and U+002F (/), U+003A (:), U+003B (;), U+003D (=), U+0040 (@),
 U+005B ([) to U+005E (^), inclusive, and U+007C (|).
 
+<p>The <dfn export>component percent-encode set</dfn> is the <a>userinfo percent-encode set</a> and
+U+0024 ($) to U+0026 (&amp;), inclusive, U+002B (+), and U+002C (,).
+
+<p class=note>This is used by the <cite>HTML standard</cite> for

```suggestion
<p class=note>This is used by the <cite>HTML Standard</cite> for
```

> @@ -189,6 +188,16 @@ U+0020 SPACE, U+0022 ("), U+003C (&lt;), U+003E (&gt;), and U+0060 (`).
 <a>path percent-encode set</a> and U+002F (/), U+003A (:), U+003B (;), U+003D (=), U+0040 (@),
 U+005B ([) to U+005E (^), inclusive, and U+007C (|).
 
+<p>The <dfn export>component percent-encode set</dfn> is the <a>userinfo percent-encode set</a> and
+U+0024 ($) to U+0026 (&amp;), inclusive, U+002B (+), and U+002C (,).
+
+<p class=note>This is used by the <cite>HTML standard</cite> for

Or maybe "...used by <cite>HTML</cite> for..."

> @@ -189,6 +188,16 @@ U+0020 SPACE, U+0022 ("), U+003C (&lt;), U+003E (&gt;), and U+0060 (`).
 <a>path percent-encode set</a> and U+002F (/), U+003A (:), U+003B (;), U+003D (=), U+0040 (@),
 U+005B ([) to U+005E (^), inclusive, and U+007C (|).
 
+<p>The <dfn export>component percent-encode set</dfn> is the <a>userinfo percent-encode set</a> and
+U+0024 ($) to U+0026 (&amp;), inclusive, U+002B (+), and U+002C (,).
+
+<p class=note>This is used by the <cite>HTML standard</cite> for
+{{NavigatorContentUtils/registerProtocolHandler()}} and could also be used by other standards to

```suggestion
{{NavigatorContentUtils/registerProtocolHandler()}}, and could also be used by other standards to
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/513#pullrequestreview-410089327

Received on Tuesday, 12 May 2020 14:20:18 UTC