mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implementing document.hasFocus method. #6475
This commit is contained in:
parent
8edf1a5ecd
commit
07c0cd8a18
3 changed files with 22 additions and 7 deletions
|
@ -114,7 +114,7 @@ partial /*sealed*/ interface Document {
|
|||
// user interaction
|
||||
readonly attribute Window/*Proxy?*/ defaultView;
|
||||
// readonly attribute Element? activeElement;
|
||||
// boolean hasFocus();
|
||||
boolean hasFocus();
|
||||
// attribute DOMString designMode;
|
||||
// boolean execCommand(DOMString commandId, optional boolean showUI = false, optional DOMString value = "");
|
||||
// boolean queryCommandEnabled(DOMString commandId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue