blob: 358271b084c03113b4410aec5fe948777f2bf391 [file] [log] [blame]
[
NoInterfaceObject,
LegacyImplementedInBaseClass
] interface ParentNode {
[PerWorldBindings] readonly attribute HTMLCollection children;
[PerWorldBindings] readonly attribute Element firstElementChild;
[PerWorldBindings] readonly attribute Element lastElementChild;
[PerWorldBindings] readonly attribute unsigned long childElementCount;
};