[Webkit-unassigned] [Bug 127958] Making URL stop treating an assigned empty port as "0" instead of ""
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 7 02:39:21 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=127958
akirk <webkit at kirk.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit at kirk.at
--- Comment #1 from akirk <webkit at kirk.at> ---
The spec (https://url.spec.whatwg.org/#dom-url-port) actually says this:
> If the given value is the empty string, then set context object’s url’s port to null.
And in the getter:
> If context object’s url’s port is null, return the empty string.
So in my opinion this needs to be changed to what the other browsers implemented.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200107/7d9bee5a/attachment-0001.htm>
More information about the webkit-unassigned
mailing list