-
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-1004215813
Interface ProcessingInstruction
IDL Definition
More
interface ProcessingInstruction : Node {
readonly attribute DOMString target;
attribute DOMString data;
// raises(DOMException) on setting
};
Attributes
readonly attribute DOMString targetattribute DOMString dataTo 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.
Overrides
Node insertBefore(in Node newChild, in Node refChild)Node replaceChild(in Node newChild, in Node oldChild)Node appendChild(in Node newChild)Node cloneNode(in boolean deep)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