Re: [selectors-api] Test Suite Analysis (was: Call for Consensus - Selectors API to Candidate Rec)

Lachlan Hunt:
> It appears that the test suite currently expects an exception to be  
> thrown.  I'm not sure if that really is the correct behaviour or not. It 
> seems like something WebIDL should define, but I couldn't find anything 
> in the spec on the issue.

In http://www.w3.org/TR/WebIDL/#es-operations it requires a TypeError to
be thrown if the overload resolution algorithm
http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm, which
ignores operations with more arguments than those passed to the
function) returns an empty set.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Thursday, 26 February 2009 21:24:10 UTC