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 25628 - "the booleans in the corresponding list indicati..."
Summary: "the booleans in the corresponding list indicati..."
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-09 04:48 UTC by Nils Barth
Modified: 2017-07-30 13:08 UTC (History)
3 users (show)

See Also:


Attachments

Description Nils Barth 2014-05-09 04:48:46 UTC
In:
http://heycam.github.io/webidl/#idl-overloading
specifically:
http://heycam.github.io/webidl/#dfn-distinguishing-argument-index

[[
the booleans in the corresponding list indicating argument optionality must be the same.
]]

should read:
[[
the <a class="dfnref" href="#dfn-optionality-value">optionality values</a> at index j in the all the entries’ optionality lists <span class="rfc2119">MUST</span> be the same.
]]

This is because optionality is no longer a boolean (optional or not), but instead an optionality value, which can be "required", "optional", or "variadic".

http://heycam.github.io/webidl/#dfn-optionality-value
Comment 1 Tobie Langel 2017-07-28 14:38:19 UTC
Tentative fix in https://github.com/heycam/webidl/pull/394
Comment 2 Tobie Langel 2017-07-30 13:08:22 UTC
Fixed in https://github.com/heycam/webidl/commit/f9c94fa