blob: 358271b084c03113b4410aec5fe948777f2bf391 [file] [log] [blame]
Torne (Richard Coles)521d96e2013-06-19 11:58:24 +01001[
Ben Murdoch7757ec22013-07-23 11:17:36 +01002 NoInterfaceObject,
3 LegacyImplementedInBaseClass
Torne (Richard Coles)521d96e2013-06-19 11:58:24 +01004] interface ParentNode {
5 [PerWorldBindings] readonly attribute HTMLCollection children;
6 [PerWorldBindings] readonly attribute Element firstElementChild;
7 [PerWorldBindings] readonly attribute Element lastElementChild;
8 [PerWorldBindings] readonly attribute unsigned long childElementCount;
9};
10