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