Re: [whatwg/url] Editorial: use specific names for encode sets (#243)

annevk commented on this pull request.



> @@ -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

All the encode sets are used for percent-encoding.

This one is used by the opaque-host parser, the cannot-be-a-base-URL path state, and the fragment state.

-- 
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

Received on Saturday, 11 February 2017 14:36:12 UTC