-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
type:featureFeature requestsFeature requests
Description
https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-1780488922
Interface NamedNodeMap
IDL Definition
More
interface NamedNodeMap {
Node getNamedItem(in DOMString name);
Node setNamedItem(in Node arg)
raises(DOMException);
Node removeNamedItem(in DOMString name)
raises(DOMException);
Node item(in unsigned long index);
readonly attribute unsigned long length;
};
Attributes
readonly attribute unsigned long length
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Methods
Node getNamedItem(in DOMString name)
Node setNamedItem(in Node arg)
Node removeNamedItem(in DOMString name)
Node item(in unsigned long index)
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
type:featureFeature requestsFeature requests
Projects
Milestone
Relationships
Development
Select code repository
Activity
Create readonly attribute `attributes` #16