Hook up synthetic click activation to script_task and <>.click()

This commit is contained in:
Manish Goregaokar 2014-11-24 20:12:17 +05:30
parent e68119f82f
commit c89ec3910f
4 changed files with 63 additions and 5 deletions

View file

@ -23,7 +23,7 @@ interface HTMLElement : Element {
// user interaction
attribute boolean hidden;
//void click();
void click();
// attribute long tabIndex;
//void focus();
//void blur();