mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
parent
8758d7d11a
commit
ad6c511a5e
6 changed files with 58 additions and 27 deletions
|
@ -25,8 +25,8 @@ interface HTMLElement : Element {
|
|||
attribute boolean hidden;
|
||||
void click();
|
||||
// attribute long tabIndex;
|
||||
//void focus();
|
||||
//void blur();
|
||||
void focus();
|
||||
void blur();
|
||||
// attribute DOMString accessKey;
|
||||
//readonly attribute DOMString accessKeyLabel;
|
||||
// attribute boolean draggable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue