mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement Element::hasAttributes
This commit is contained in:
parent
6f801e3f3f
commit
47f43d45a7
6 changed files with 55 additions and 9 deletions
|
@ -35,6 +35,8 @@ interface Element : Node {
|
|||
[Pure]
|
||||
sequence<DOMString> getAttributeNames();
|
||||
[Pure]
|
||||
boolean hasAttributes();
|
||||
[Pure]
|
||||
DOMString? getAttribute(DOMString name);
|
||||
[Pure]
|
||||
DOMString? getAttributeNS(DOMString? namespace, DOMString localName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue