- From: Gordon P. Hemsley <notifications@github.com>
- Date: Mon, 03 Jul 2017 04:10:40 +0000 (UTC)
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 3 July 2017 04:11:13 UTC
Currently, the spec says the following in the setter for `port`: > If context object’s url cannot have a username/password/port, then return. However, this does not match the behavior of Firefox or Chrome, which both return the _given value_ even though no change is made to the URL's port: ![image](https://user-images.githubusercontent.com/376064/27777734-7a7602be-5f83-11e7-8539-04bf6f3b4fff.png) ![image](https://user-images.githubusercontent.com/376064/27777749-a1390644-5f83-11e7-9967-29d9fa8f0f6f.png) The WPT setter tests don't appear to test this behavior, caring only about what `port` is set to after the call to the 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/330
Received on Monday, 3 July 2017 04:11:13 UTC