This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24396 - Remove the "long dummy" argument to Window.captureEvents/releaseEvents
Summary: Remove the "long dummy" argument to Window.captureEvents/releaseEvents
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on: 24324
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-25 20:24 UTC by Ms2ger
Modified: 2014-01-27 18:14 UTC (History)
4 users (show)

See Also:


Attachments

Description Ms2ger 2014-01-25 20:24:52 UTC
+++ This bug was initially created as a clone of Bug #24324 +++

Remove the "long dummy" argument to Window.captureEvents/releaseEvents

I haven't tested what browsers do, but maybe Philip wants to.
Comment 1 Philip Jägenstedt 2014-01-26 13:50:09 UTC
I only tested the ones on Document.
Comment 2 Philip Jägenstedt 2014-01-27 02:31:44 UTC
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2774

Blink, WebKit, Presto and Trident DID NOT THROW.

Gecko DID THROW.
Comment 3 Ms2ger 2014-01-27 09:06:04 UTC
Thanks! I'll update Gecko.
Comment 4 Ian 'Hixie' Hickson 2014-01-27 18:14:51 UTC
Checked in as WHATWG revision r8420.
Check-in comment: Allow browsers to entirely ignore arguments to captureEvents() and releaseEvents(), rather than requiring at least one (Window version)
http://html5.org/tools/web-apps-tracker?from=8419&to=8420