[Bug 22883] New: 4.5.1.1: "the argument at index i"

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

            Bug ID: 22883
           Summary: 4.5.1.1: "the argument at index i"
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: jmdyck@ibiblio.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

In 4.5.1.1. "Interface object [[Call]] method",
in the overload resolution algorithm,
step 9.4.1 says:
    If the argument at index i is declared with a default value,
    then append to values that default value.

But: the argument at index i of what? Of some callable, presumably, but there
isn't a distinguished callable at this point in the algorithm, because there
are still multiple entries in S.

(Contrast with steps 12.4.1 and 13.1, where there *is* a single callable.)

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

Received on Monday, 5 August 2013 07:08:17 UTC