- From: <bugzilla@jessica.w3.org>
- Date: Tue, 19 Oct 2010 01:41:01 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11085
Summary: Define what "this" value to use for
setTimeout(function)
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: cam@mcc.id.au
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
The "get the timed task" algorithm currently says:
1. If the first argument to the invoked method is an object that has an
internal [[Call]] method, then return a task that checks if the entry for
handle in list has been cleared, and if it has not, calls the aforementioned
[[Call]] method with as its arguments the third and subsequent arguments to
the
invoked method (if any), and abort these steps.
This doesn't say what to use as the "this" value.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Tuesday, 19 October 2010 01:41:03 UTC