blob: 8de54f83d862b0c6cf95b0800acc7618d7cbb09c [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;
};