mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Hook up synthetic click activation to script_task and <>.click()
This commit is contained in:
parent
e68119f82f
commit
c89ec3910f
4 changed files with 63 additions and 5 deletions
|
@ -23,7 +23,7 @@ interface HTMLElement : Element {
|
|||
|
||||
// user interaction
|
||||
attribute boolean hidden;
|
||||
//void click();
|
||||
void click();
|
||||
// attribute long tabIndex;
|
||||
//void focus();
|
||||
//void blur();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue