This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23879 - example of distinguishability is wrong
Summary: example of distinguishability is wrong
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
: 25630 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-21 03:14 UTC by Cameron McCormack
Modified: 2017-07-28 22:09 UTC (History)
4 users (show)

See Also:


Attachments

Description Cameron McCormack 2013-11-21 03:14:30 UTC
http://heycam.github.io/webidl/#idl-overloading

[[
Consider the effective overload set shown in the previous example. ...
]]

The example here isn't invalid any more, since numeric types and DOMString are now overloadable since https://github.com/heycam/webidl/commit/cb90cd9f6678d7e565708468f3331dc11dacf249.
Comment 1 Tobie Langel 2017-07-28 14:06:41 UTC
Tentative fix in https://github.com/heycam/webidl/pull/389
Comment 2 Tobie Langel 2017-07-28 14:41:06 UTC
*** Bug 25630 has been marked as a duplicate of this bug. ***
Comment 3 Tobie Langel 2017-07-28 22:09:54 UTC
Fixed in https://github.com/heycam/webidl/commit/d33f7db.