- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 10 Feb 2017 12:04:17 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 February 2017 20:05:08 UTC
domenic requested changes on this pull request.
oldids="" needed for sure
> @@ -164,11 +164,11 @@ contains bytes that are not <a>ASCII bytes</a> might be insecure and is not reco
note that query and application/x-www-form-urlencoded use their own
local sets -->
-<p>The <dfn>simple encode set</dfn> are <a>C0 controls</a> and all code points greater
-than U+007E.
+<p>The <dfn>C0 control encode set</dfn> are <a>C0 controls</a> and all code points greater than
Add oldids=""
> @@ -164,11 +164,11 @@ contains bytes that are not <a>ASCII bytes</a> might be insecure and is not reco
note that query and application/x-www-form-urlencoded use their own
local sets -->
-<p>The <dfn>simple encode set</dfn> are <a>C0 controls</a> and all code points greater
-than U+007E.
+<p>The <dfn>C0 control encode set</dfn> are <a>C0 controls</a> and all code points greater than
Would a better name be around its usage, which appears to have something to do with percent encoding? Just an idea.
--
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/243#pullrequestreview-21330181
Received on Friday, 10 February 2017 20:05:08 UTC