mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implemented {Document,Element}.getElementsByTagNameNS
This commit is contained in:
parent
d22dbb53ca
commit
e1499b610e
6 changed files with 26 additions and 6 deletions
|
@ -51,7 +51,6 @@ interface Element : Node {
|
|||
boolean hasAttributeNS(DOMString? namespace, DOMString localName);
|
||||
|
||||
HTMLCollection getElementsByTagName(DOMString localName);
|
||||
[Throws]
|
||||
HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);
|
||||
HTMLCollection getElementsByClassName(DOMString classNames);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue