mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
parent
bb88832c07
commit
04967ed97e
2 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,8 @@ interface Element : Node {
|
|||
|
||||
[Pure, Throws]
|
||||
boolean matches(DOMString selectors);
|
||||
[Pure, Throws]
|
||||
boolean webkitMatchesSelector(DOMString selectors);
|
||||
|
||||
HTMLCollection getElementsByTagName(DOMString localName);
|
||||
HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue