Re: [whatwg/url] Editorial: minor tweaks to percent-encoded bytes (#500)

@domenic approved this pull request.

Looks good apart from the part I don't understand.

> @@ -116,17 +116,17 @@ error.
 <h3 id=percent-encoded-bytes>Percent-encoded bytes</h3>
 
 <p>A <dfn>percent-encoded byte</dfn> is U+0025 (%), followed by two <a>ASCII hex digits</a>.
-Sequences of <a lt="percent-encoded byte">percent-encoded bytes</a>, after conversion to bytes,
+Sequences of <a lt="percent-encoded byte">percent-encoded bytes</a>, <a>isomorphic encoded</a>,
 should not cause <a>UTF-8 decode without BOM or fail</a> to return failure.

This sentence is pretty unclear to me both before and after the change, so I'm unsure how to evaluate whether "isomorphic encoded" was what is meant. The usage of "should" also seems off.

-- 
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/500#pullrequestreview-407754560

Received on Thursday, 7 May 2020 19:05:09 UTC