| OLD | NEW |
| 1 [ | 1 [ |
| 2 NoInterfaceObject, | 2 NoInterfaceObject, |
| 3 LegacyImplementedInBaseClass | |
| 4 ] interface ParentNode { | 3 ] interface ParentNode { |
| 5 [PerWorldBindings] readonly attribute HTMLCollection children; | 4 [PerWorldBindings] readonly attribute HTMLCollection children; |
| 6 [PerWorldBindings] readonly attribute Element firstElementChild; | 5 [PerWorldBindings] readonly attribute Element firstElementChild; |
| 7 [PerWorldBindings] readonly attribute Element lastElementChild; | 6 [PerWorldBindings] readonly attribute Element lastElementChild; |
| 8 [PerWorldBindings] readonly attribute unsigned long childElementCount; | 7 [PerWorldBindings] readonly attribute unsigned long childElementCount; |
| 9 }; | 8 }; |
| 10 | 9 |
| OLD | NEW |