blob: 10b418e9a8750f858cb61bc50a0e26da42399ce6 [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;
};