Skip to content

Commit

Permalink
[giow] (3) Allow browsers to entirely ignored arguments to captureEve…
Browse files Browse the repository at this point in the history
…nts() and releaseEvents(), rather than requiring at least one

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24324
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8411 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 21, 2014
1 parent c759c79 commit 1496ce6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -97462,8 +97462,8 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other
readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;

void <a href=#dom-document-clear title=dom-document-clear>clear</a>();
void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>(long dummy);
void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>(long dummy);
void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>();
void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>();

readonly attribute <a href=#htmlallcollection>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
};</pre>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -97462,8 +97462,8 @@ if (s = prompt('What is your name?')) {
readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;

void <a href=#dom-document-clear title=dom-document-clear>clear</a>();
void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>(long dummy);
void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>(long dummy);
void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>();
void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>();

readonly attribute <a href=#htmlallcollection>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
};</pre>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -108616,8 +108616,8 @@ if (s = prompt('What is your name?')) {
readonly attribute <span>HTMLCollection</span> <span data-x="dom-document-applets">applets</span>;

void <span data-x="dom-document-clear">clear</span>();
void <span data-x="dom-document-captureEvents">captureEvents</span>(long dummy);
void <span data-x="dom-document-releaseEvents">releaseEvents</span>(long dummy);
void <span data-x="dom-document-captureEvents">captureEvents</span>();
void <span data-x="dom-document-releaseEvents">releaseEvents</span>();

readonly attribute <span>HTMLAllCollection</span> <span data-x="dom-document-all">all</span>;
};</pre>
Expand Down

0 comments on commit 1496ce6

Please sign in to comment.