mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
parent
99f24fbd40
commit
742ad9cd24
3 changed files with 29 additions and 1 deletions
|
@ -33,7 +33,7 @@ interface Document : Node {
|
|||
// readonly attribute DOMString characterSet;
|
||||
// readonly attribute DOMString contentType;
|
||||
|
||||
//readonly attribute DocumentType? doctype;
|
||||
readonly attribute DocumentType? doctype;
|
||||
readonly attribute Element? documentElement;
|
||||
HTMLCollection getElementsByTagName(DOMString localName);
|
||||
HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue