- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 12 May 2020 07:20:05 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/url/pull/513/review/410089327@github.com>
@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 (&), 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 (<), 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 (&), 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 (<), 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 (&), 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