Re: [whatwg/url] Make URL's origin return solely ASCII code points (#311)

zcorpan commented on this pull request.



> @@ -2665,11 +2665,8 @@ url.pathname // "/%F0%9F%8F%B3%EF%B8%8F%E2%80%8D%F0%9F%8C%88"</code></pre>
 </ol>
 
 <p>The <dfn attribute for=URL><code>origin</code></dfn> attribute's getter must return the
-<a lt="Unicode serialization of an origin">Unicode serialization</a> of <a>context object</a>'s
-<a for=URL>url</a>'s <a for=url>origin</a>. [[!HTML]]
-
-<p class="note no-backref">It returns the Unicode rather than the ASCII serialization for
-compatibility with HTML's <code>MessageEvent</code> feature. [[!HTML]]
+<a lt="serialization of an origin">serialization</a> of <a>context object</a>'s <a for=URL>url</a>'s

This seems to be a link error; no link in the preview...

-- 
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/311#pullrequestreview-38612861

Received on Wednesday, 17 May 2017 09:24:26 UTC