[Bug 25628] New: "the booleans in the corresponding list indicati..."

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25628

            Bug ID: 25628
           Summary: "the booleans in the corresponding list indicati..."
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: nbarth+w3bugzilla@google.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 9 May 2014 04:48:47 UTC