mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
fix getElementsByTagName()
This commit is contained in:
parent
0c6a277b09
commit
af5d109695
8 changed files with 46 additions and 92 deletions
|
@ -28,8 +28,8 @@ interface Document : Node {
|
|||
readonly attribute DocumentType? doctype;
|
||||
[Pure]
|
||||
readonly attribute Element? documentElement;
|
||||
HTMLCollection getElementsByTagName(DOMString localName);
|
||||
HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);
|
||||
HTMLCollection getElementsByTagName(DOMString qualifiedName);
|
||||
HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString qualifiedName);
|
||||
HTMLCollection getElementsByClassName(DOMString classNames);
|
||||
|
||||
[NewObject, Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue