mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement Element.attributes.
This commit is contained in:
parent
6a0201a5a6
commit
249cc6e38f
6 changed files with 102 additions and 7 deletions
|
@ -35,8 +35,8 @@ interface Element : Node {
|
|||
/*[Constant]
|
||||
readonly attribute DOMTokenList? classList;*/
|
||||
|
||||
/*[Constant]
|
||||
readonly attribute MozNamedAttrMap attributes;*/
|
||||
[Constant]
|
||||
readonly attribute AttrList attributes;
|
||||
DOMString? getAttribute(DOMString name);
|
||||
DOMString? getAttributeNS(DOMString? namespace, DOMString localName);
|
||||
[Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue