This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
5.15 Function Declaration SCP / rule 1 / premise 2 statEnv1 = statEnv + funcType(expanded-QName => FunctionDecl) funcType maps to FunctionSigs, not FunctionDecls. So the rule will have to construct the FunctionSig corresponding to FunctionDecl. [Follow-up to Bug 1742.]
Reclassified as minor, since this is editorial. - Jerome
Fixed the misuse of FunctionDecl instead of FunctionSig, relying on a new auxiliary judgment which computes the static type of a function declaration along with its signature. Also fixed a similar problem in 4.1.5 Function Calls, following the fix for Bug #1680. - Jerome