[whatwg/url] URL's port setter missing context object (#324)

Step 2 of the port setter says:
> If the given value is the empty string, then set url’s port to null.

All other mentions of "url" in getters and setters refer to "url" as "context object’s url", including in the other steps of the port setter.

-- 
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/issues/324

Received on Monday, 19 June 2017 04:33:56 UTC