blob: fef5c3b6ef268681a2c11ac1e303bce531081210 [file] [log] [blame]
[
NoInterfaceObject
] interface ParentNode {
[PerWorldBindings] readonly attribute HTMLCollection children;
[PerWorldBindings] readonly attribute Element firstElementChild;
[PerWorldBindings] readonly attribute Element lastElementChild;
[PerWorldBindings] readonly attribute unsigned long childElementCount;
};
Document implements ParentNode;
DocumentFragment implements ParentNode;
Element implements ParentNode;