mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove methods from IDL that don't do anything useful.
This commit is contained in:
parent
ffcf3b2905
commit
2c8107e811
2 changed files with 0 additions and 12 deletions
|
@ -21,8 +21,6 @@ interface Document : Node {
|
|||
readonly attribute DocumentType? doctype;
|
||||
readonly attribute Element? documentElement;
|
||||
HTMLCollection getElementsByTagName(DOMString localName);
|
||||
HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);
|
||||
HTMLCollection getElementsByClassName(DOMString classNames);
|
||||
Element? getElementById(DOMString elementId);
|
||||
|
||||
[Creator, Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue